#login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 340px;
    margin-top: -200px;
    margin-left: -170px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.25);
}
#login .inner{
	position:relative;
}
#ssl{
	position:fixed;
	right:0px;
	top:0px;
}
#login #logo {
    text-align: center;
    margin-bottom: 30px;
    font-size:24px;
    color:silver;
    
}
#login .g3ck {
    
    width: 240px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    opacity: 0.07;
}
#login #logo .logo {
    max-height: 100px;
	opacity:1;
    max-width: 100%;
}
#login .input_area {
    margin-bottom: 8px;
}

#login .input_area .info{
        font-weight: 100;
    font-size: 11px;
    margin-bottom: 4px;
    color:gray;
}


#login .input_area .label {
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 4px;
}
#login .input_area .input input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid silver;
}
#login .input_area .input textarea {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid silver;
	resize: none;
	height: 85px;
	    font-family: 'Roboto', sans-serif;
		font-size:14px;
}
#login .button button i {
    margin-right: 5px;
}
#login .options {
    font-size: 12px;
    margin: 10px 0px;
    text-align: center;
}
#login .options i {
    margin-right: 5px;
    color:silver;
}
#login .options a:link {
    color: #68AD45;
    text-decoration: none;
}
#login .options a:visited {
    color: #68AD45;
    text-decoration: none;
}
#login .options a:hover {
    color: #426F2B;
    text-decoration: none;
}
#login .options a:active {
    color: #68AD45;
    text-decoration: none;
}
#login .languages {
    text-align: center;
}
#login .languages img {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
}
#login .languages img.active {
    opacity: 1;
}
#login .languages img:hover {
    opacity: 1;
}
#login .languages a:link {
    text-decoration: none;
}
#login .languages a:visited {
    text-decoration: none;
}
#login .languages a:hover {
    text-decoration: none;
}
#login .languages a:active {
    text-decoration: none;
}
html {
    overflow: hidden!important;
    height: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#356aa0+0,356aa0+100;Blue+Flat */
background: rgb(53,106,160); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body {
    --green: #4c9036;
    --red: #b33838;
    --yellow: #c4c437;
    --gray: gray;
    --primary: #127bc5;
}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden!important;
    color: #474747;
    font-size: 14px;
}
button {
    cursor: pointer;
    color: white;
    cursor: hand;
    border: none;
    padding: 2px 7px;
    background-color: #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    padding: 5px 7px;
    border: none;
}
button.red {
    background-color: var(--red);
}
button.green {
    background-color: var(--green);
}
button.gray {
    background-color: var(--gray);
    color: white;
}
button.primary {
    background-color: silver;
    color: white;
    font-size: 15px;
    height: 30px;
}
footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    font-size: 8px;
    color:#afaeae;
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
    letter-spacing: 2px;
}

a:link {
color: gray;
text-decoration: none;
}
footer a:visited {
color: gray;
text-decoration: none;
font-weight: 900;
}

footer a:hover {
color: gray;
text-decoration: none;
font-weight: 900;
    
}
footer a:active {
color: gray;
text-decoration: none;
font-weight: 900;
}
input.error {} 
label.error {
    color: red;
    font-size: 10px;
}
.eco_error {
    background-color: red !important;
    color: white !important;
    border: 1px solid yellow!important;
}


#support_messages{
	font-size:12px;
    height: 56px;
    overflow-x: hidden;
    overflow-y: scroll;
}


#support_messages .item{
	
}
#support_messages .item .support{
	
}
#support_messages .item .support span{
	
}
#support_messages .item .user{
	
}
#support_messages .item .user span{
	
}

#eco_info{
	
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    margin: 0px auto;
    width: 320px;
    text-align: center;
    background-color: red;
    color: white;
    padding: 10px 0px;
}
.eco_noaccess_logo{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
	color:white;
}
.eco_noaccess_logo img{
max-width:250px;
max-height:250px;
}
.eco_noaccess_text{
	text-align:center;
	font-size:18px;
	color:white;
}
.eco_noaccess_text a{
	text-decoration:underline;
}
.eco_noaccess_button{
	text-align:center;
	margin-top: 20px;
}
.eco_noaccess_button button{
	background-color:var(--primary);
	border:none;
	padding:10px 20px;;
	color:white;
		font-size:18px;
}
