/* CSS Document */
#preload_images {
    background-image:
        url(/cPanel_magic_revision_1386883676/unprotected/PlanetHoster/images/notice-error.png),
        url(/cPanel_magic_revision_1386883542/unprotected/PlanetHoster/images/notice-info.png),
        url(/cPanel_magic_revision_1386883584/unprotected/PlanetHoster/images/notice-success.png),
        url(/cPanel_magic_revision_1386883515/unprotected/PlanetHoster/images/warning.png)
    ;
    position: absolute;
    visibility: hidden;
    left: -10000px;
}
*{
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
body {
    font-family: helvetica, arial, sans-serif;
	background:#7ba940 url(/cPanel_magic_revision_1414756556/unprotected/PlanetHoster/images/bg.png);
	background-position:center;
	background-repeat:no-repeat;
}

body:not(#old_ie) {
    /* We want to hold on to this for future compatibility cases*/
    /*behavior: url(/cPanel_magic_revision_1381359390/unprotected/cjt/ie9gradients.htc);*/
    /* TODO: Find a way to keep IE>9 from seeing this. */
}

.clear {
    clear: both;
}

a:link, a:visited, a:active {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #E97B16;
    text-decoration: underline;
}

img.background-image {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;

    z-index: -1;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.background-image {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

#login-wrapper {
    margin: 50px auto;
    min-height: 460px;
}

#login-container {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
}

#security-container {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    min-height: 620px;
    margin: 0 auto;
    position: relative;
    width: 850px;
}

#login-sub-container {
    max-width: 700px;
}

#security-sub-container {
    border: 1px solid #9A9A9A;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 5px 10px 0 #111111;
    height: 610px;
    left: 5px;
    position: absolute;
    width: 838px;
}

#login-sub-header {
    text-align: center;
	margin-bottom: 40px;
}

#login-sub-header img {
    display:block;
	max-width:100%;
	height:auto;
	margin: 0 auto;
}

#login-sub,
#security-sub {
}

#security-sub {
    height: 502px;
}

#forms {
}

.input-req-login label {  /* IE7 */
    *display: block;
    *width: 270px;
}

button,
button:active,
button[disabled]:active,
input[type=submit],
input[type=submit]:active,
input[type=submit][disabled]:active,
input[type=button],
input[type=button]:active,
input[type=button][disabled]:active,
.login-btn a.loginbtn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    /*font-size: 12px;*/
    font-weight: bold;
    padding: 5px 25px;
    width: 100%;
    overflow: visible;
	text-align: center;
	background: none repeat scroll 0% 0% #79A33F;
	border-width: 1px 1px 2px;
	border-style: solid;
	border-color: #567E20;
	cursor: pointer;
	box-shadow: 0px -2px #567E20 inset;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover, .login-btn a.loginbtn:hover {
    color: #FFF;
	background-color: #628D28;
	border-color: #567E20;
}

button[disabled],
button:active,
button[disabled]:active,
input[type=submit][disabled],
input[type=submit][disabled]:active,
input[type=button][disabled],
input[type=button][disabled]:active {
    top: 2px;
    box-shadow: none;
    border-color: #5e8726;
}

input.std_textbox {
    width:254px;
    height: 22px;
    margin: 5px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow:inset 0 10px 10px #E9E9E9;
    -webkit-box-shadow: inset 0 10px 10px #E9E9E9;
    box-shadow: inset 0 10px 10px #E9E9E9;
    border: 2px solid #BEBEBE;
    background-color: #FFFFFF;
    color: #000000;
    font-family: helvetica;
    font-size: 13px;
}

div.icon input.std_textbox {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

html[dir="ltr"] div.icon input.std_textbox {
    margin-left: 26px;
}

html[dir="rtl"] div.icon input.std_textbox {
    margin-right: 26px;
}

html[dir="rtl"] input.std_textbox.icon {
    background-position: right center;
    background-position: right 5px top center;   /* new in CSS 3 */
    padding-left: 0;
    padding-right: 26px;
}

.input-field-login.icon.username-container{
    height: 32px;
    border-radius: 5px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.2), 0px 10px 10px #E9E9E9 inset;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 49%;
    float: left;
	margin-bottom:5px;
}


.input-field-login.icon.password-container {
    height: 32px;
    border-radius: 5px;
    box-shadow: 0px 5px 2px rgba(0,0,0,0.2), 0px 10px 10px #E9E9E9 inset;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 49%;
    float: right;
	margin-bottom:5px;
}

html[dir="ltr"] .input-field-login.icon {
    background-position: 6px 6px;
}

html[dir="rtl"] .input-field-login.icon {
    background-position: 258px 6px;
}

div.username-container,
div.reset-pass-container {
    background-image: url(/cPanel_magic_revision_1414766099/unprotected/PlanetHoster/images/icon-username.png);
}

div.password-container {
    background-image: url(/cPanel_magic_revision_1414766098/unprotected/PlanetHoster/images/icon-password.png);
}
/*
#username,
#reset_pass_username {
    background-image: url(/cPanel_magic_revision_1414766099/unprotected/PlanetHoster/images/icon-username.png);
}

#password {
    background-image: url(/cPanel_magic_revision_1414766098/unprotected/PlanetHoster/images/icon-password.png);
}*/

input.std_textbox[disabled] {
    background-color: #005270;
    box-shadow: none !important;
}

/* @group Security Questions */

#userform {
    text-align: center;
}

#userform input {
    font-family: helvetica;
    font-size: 13px;
    font-style: normal;
    padding: 2px;
    -webkit-box-shadow: inset 0 10px 10px #E9E9E9;
    box-shadow: inset 0 10px 10px #E9E9E9;
}

input.security_question {
    font-size: 13px;
    font-family: Georgia, serif;
    color: #000000;
    font-style: italic;
    margin: 10px 0 0 3px;
    width: 324px;
    height: 32px;
}

#userform input.security_question {
    box-shadow: none;
    background-color: transparent;
}

html[dir=rtl] input.security_question {
    margin: 10px 3px 0 0;
}

html body.security_policy input.security_question {
    margin: 0;
    width: 625px;
}

span.security_question_expander {
    position: absolute;
    top: 12px;
    right: 6px;
    color: #4C4C4C;
    padding: 0 !important;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

input.security_question_answer {
    width: 650px;
    height: 32px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: inset 0 10px 10px #E9E9E9;
    -webkit-box-shadow: inset 0 10px 10px #E9E9E9;
    box-shadow: inset 0 10px 10px #E9E9E9;
    border: 2px solid #BEBEBE;
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 2px;
}

input.security_question[disabled]{
    background-color: #EEEEEE;
    box-shadow:none !important;
}

td.label-cell {
    text-align: right;
}

html[dir=rtl] td.label-cell {
    text-align: left;
}

.combobox {
    border: 2px solid #BEBEBE !important;
    border-radius: 5px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius:  5px !important;
    -khtml-border-radius:  5px !important;
    background-color: #FFFFFF;
    -moz-box-shadow:inset 0 10px 10px #E9E9E9;
    -webkit-box-shadow:inset 0 10px 10px #E9E9E9;
    box-shadow:inset 0 10px 10px #E9E9E9;
    width: 650px;
    position: relative;
    text-align: left;
}

.yui-ac-bd li {
    white-space: normal !important;
}

.yui-ac-bd {
    font-size: 12px;
    color: #333333;
}

#userform label,
.answer {
    color: #4C4C4C;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 4px;
    text-align: right;
}

a.page-link {
    text-decoration: underline;
}

/* @end */

#confirmation {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: inset 0 10px 10px #E9E9E9;
    -webkit-box-shadow: inset 0 10px 10px #E9E9E9;
    box-shadow:inset 0 10px 10px #E9E9E9;
    border:2px solid #BEBEBE;
    background-color: #FFFFFF;
    font-family: helvetica;
    font-size: 13px;
    font-style: normal;
    width: 282px;
    font-family: helvetica;
}

#login_form,
#reset_form {
}

.login-btn,
.reset-pass-btn {
    float: left;
    padding-top: 22px;
	width:100%;
}

#resetpass .login-btn {
    padding-top: 0;
}

#reset-pw-container {
    margin-right: 30px;
}

.reset-pw {
    float: right;
    padding: 30px 0px 0 0;
    text-align: right;
    width: 100px;
}

.reset-pw a {
    color: #4C4C4C;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.reset-pw a:hover {
    color: #333333;
    text-shadow:none;
}

.input-req-login {
    color: #4C4C4C;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 4px;
    width: 100%;
}

.locale-container {
    text-align: center;
    padding: 5px 0 0 0;
}

#locale-footer {
    margin: 40px auto;
    padding: 5px;
    width: 90%;
}

.error_notice {
   color: #3F4143;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   padding: 10px;
   width: 50%;
}

body.security_policy #login-status {
    margin: 45px auto 15px;
    width: 556px;
    padding: 5px 5px 10px 5px;
    font-weight: bold;
}

#answer-submit {
    float: left;
    margin: 0 0 0 50px;
}

#confirm-submit-btn {
    padding-top: 23px !important;
}

#notify {
    width: 700px;
    margin: 45px auto;
}

#notify a{
    text-decoration: underline;
    font-size: 12px;
}

#notify a:hover{
    text-decoration: none;
}

#notify p, #failure p {
    margin: 0 0 10px 0;
    padding-left:30px;
      padding-top:3px;
}

.text_notice {
    padding-left:30px;
    padding-top:3px;
    padding-bottom: 20px;
    text-align: left;
    background-color: #ffffff;
    border: solid 2px #000000;
}

#failure a{
    font-size: 14px;
    color: #035e7e;
    text-decoration: underline;
}

#failure a:hover{
    text-decoration: none;
}

.error-notice,
.answers-notice,
.warn-notice,
.info-notice,
.success-notice,
#failure {
    border-radius: 4px;
    font-size:12px;
    font-weight: bold;
    min-height: 27px;
    padding: 5px 10px 5px 5px;

    -moz-box-shadow: 0 2px 2px #2B2B2B;
    -webkit-box-shadow: 0 2px 2px #2B2B2B;
    box-shadow: 0 2px 2px #2B2B2B;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#2B2B2B')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#2B2B2B'); /* For IE 5.5 - 7 */
}

.error-notice,
#failure {
    background: #BC3E33; /* Old browsers */
    background: -moz-linear-gradient(top, #DD5952 0%, #BC3E33 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD5952), color-stop(100%,#BC3E33)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #DD5952 0%,#BC3E33 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #DD5952 0%,#BC3E33 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #DD5952 0%,#BC3E33 100%); /* IE10+ */
    background: linear-gradient(to bottom, #DD5952 0%,#BC3E33 100%); /* W3C */
    color: #FFFFFF;
}

.warn-notice,
.answers-notice {
    background: #F4B445; /* Old browsers */
    background: -moz-linear-gradient(top, #F6C167 0%, #F3B03B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6C167), color-stop(100%,#F3B03B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F6C167 0%,#F3B03B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F6C167 0%,#F3B03B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F6C167 0%,#F3B03B 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F6C167 0%,#F3B03B 100%); /* W3C */
    color: #3B3B3B;
}

.info-notice {
    background: #4A9CBC; /* Old browsers */
    background: -moz-linear-gradient(top, #65B9D9 0%, #4A9CBC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65B9D9), color-stop(100%,#4A9CBC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #65B9D9 0%,#4A9CBC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #65B9D9 0%,#4A9CBC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #65B9D9 0%,#4A9CBC 100%); /* IE10+ */
    background: linear-gradient(to bottom, #65B9D9 0%,#4A9CBC 100%); /* W3C */
    color: #FFFFFF;
}

.success-notice{
    background: #5fa74e; /* Old browsers */
    background: -moz-linear-gradient(top, #6cbd58 0%, #5fa74e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cbd58), color-stop(100%,#5fa74e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6cbd58 0%,#5fa74e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6cbd58 0%,#5fa74e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6cbd58 0%,#5fa74e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6cbd58 0%,#5fa74e 100%); /* W3C */
    color: #FFFFFF;

}

#login-status .login-status-icon {
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
}

#login-status.error-notice .login-status-icon {
    background-image: url(/cPanel_magic_revision_1386883676/unprotected/PlanetHoster/images/notice-error.png);
}

#login-status.info-notice .login-status-icon {
    background-image: url(/cPanel_magic_revision_1386883542/unprotected/PlanetHoster/images/notice-info.png);
}

#login-status.success-notice .login-status-icon {
    background-image: url(/cPanel_magic_revision_1386883584/unprotected/PlanetHoster/images/notice-success.png);
}

#login-status.warn-notice .login-status-icon {
    background-image: url(/cPanel_magic_revision_1386883515/unprotected/PlanetHoster/images/warning.png);
}

#failure {
    margin: 45px auto;
    width: 365px;
}

#login-status-message {
    padding-left: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
}

html[dir=rtl] #login-status-message {
    padding-left: 0;
    padding-right: 40px;
}

#locale-container {
    margin: 0 auto;
    width: 768px;
    height: 245px;
    background-attachment: scroll;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    padding: 3px;
}

#locale-inner-container {
    background: transparent url(/cPanel_magic_revision_1386883549/unprotected/PlanetHoster/images/locale-map.png) center no-repeat;
    /*background-color: #02435d; */ /* IE<9 */
    background-color: rgba(59, 59, 59, 0.2);
    border-radius: 5px;
    border: 1px solid #4c4c4c;
}

#locale-header {
    width: 100%;
    border-bottom: 1px solid #4c4c4c;
    height: 25px;
    padding: 5px 0 5px 0;
}

.locale-head {
    float:left;
    font-size:14px;
    color:#ffffff;
    padding: 7px 0 10px 10px;
    text-shadow: 0px 1px 0px #000000;
}

.close {
    float:right;
    padding: 7px 10px 0 0;
    position: relative;
    top: -3px;
}

.close a {
    font-weight:bold;
    font-size:10px;
    color:#fff;
}

.close a:hover{
    color:#b6da87;
}

html[dir=rtl] .locale-head {
    float: right;
    padding: 7px 10px 10px 0;
}

html[dir=rtl] .close {
    float: left;
    padding: 7px 0 0 10px;
}

.locale-cell {
    float: left;
    display: block;
    width:140px;
    height: 40px;
    padding: 10px 0 0 5px;
    overflow: hidden;
}

html[dir=rtl] .locale-cell {
    float: right;
    padding: 10px 5px 0 0;
}

.scroller {
    max-height: 320px;
    min-height: 205px;
    overflow-y: auto;
    padding: 0 0 0 10px;
}

html[dir=rtl] .scroller {
    padding: 0 10px 0 0;
}

.scroller a {
    font-size:14px;
    color:#ffffff;
    font-family: Helvetica, Helvetica Neue, Arial;
    text-shadow: 0px 1px 0px #000000;
    text-decoration: none;
}

.scroller a:hover {
    color: #b6da87;
}

.locale-container ul {
    margin:0px;
    padding:0px;
    text-align: center;
}

.locale-container ul li,
html[dir=rtl] .locale-container ul li:first-child {
    display:inline;
    list-style:none;
    margin-left: 34px;
}

.locale-container ul li:first-child,
html[dir=rtl] .locale-container ul li:last-child {
    margin-left: 0;
}

.locale-container ul li a,
#morelocale {
    color:#3f4143;
    text-decoration: none;
}

#morelocale {
    font-weight: bold;
    font-size: 16px;
}

.locale-container ul li a {
    color:#3f4143;
    text-decoration:none;
    font-size:12px;
    font-weight: bold;
}

.locale-container ul li a:hover,
#morelocale:hover {
   color:#b6da87;
}


.copyright {
    background: url(/cPanel_magic_revision_1414768706/unprotected/PlanetHoster/images/cpanel-logo-tiny.png) no-repeat scroll center top transparent;
    color: #3F4143;
    font-family: verdana;
    font-size: 7pt;
    margin: 10px 0 0;
    padding-top: 30px;
    text-align: center;
}

/* These can't combine, or no browser will recognize the rule. */
input::-webkit-input-placeholder {
    font-family: Georgia, serif;
    color: #7F7F7F;
    font-style: italic;
}

input:focus::-webkit-input-placeholder {
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
}

input:-ms-input-placeholder {
    font-family: Georgia, serif;
    color: #7F7F7F;
    font-style: italic;
}

input:focus:-ms-input-placeholder { /* IE hides the PH on focus, but maybe someday... */
    color: #bbbbbb;
    -ms-transition: color 0.2s;
}

input:-moz-placeholder,
input::-moz-placeholder {
    font-family: Georgia, serif;
    color: #7F7F7F;
    font-style: italic;
}

input:focus:-moz-placeholder,   /* Mozilla hides the PH on focus, but maybe someday... */
input:focus::-moz-placeholder {
    color: #aaaaaa;
    -moz-transition: color 0.2s;
}

/* @group Yahoo Validation Box */

.mask {
    background-color: #000000 !important;
    opacity: .8 !important;

}

#validation_errors_modal_box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    background-color: #01303F;
    border: 1px solid #247291;
    -moz-box-shadow: 4px 4px 8px #000;
    -webkit-box-shadow: 4px 4px 8px #000;
    box-shadow: 4px 4px 8px #000;
}

.yui-panel .hd {
    background-color: #01303F !important;
    padding: 3px;
    font-size: 14px !important;
    border: none !important;
    margin: 0 0 20px 0;
}

.validation_errors_modal_box_title {
    font-weight: bold !important;
}

#validation_errors_modal_box ul {
    list-style: none;
    margin: none;
    padding: none;
}

#validation_errors_modal_box li {
    margin: 5px 0 5px 0;
    padding: none;
}

.yui-panel .container-close {
    background: url(/cPanel_magic_revision_1386883630/unprotected/PlanetHoster/images/login-error-close.png) no-repeat scroll 0 0 transparent !important;
}

/* @end */


.login-rt {
    text-align: center;
    color: #4C4C4C;
    padding: 0 20px 0 0;
}

#sec-ques {
    text-align: left;
    font-size: 12px;
    margin-left: 15px;
}

.description {
    text-align: left;
    margin-bottom: 10px;
}

#new-pw-container {
    border: 1px solid gray;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px 10px 10px 10px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    width: 356px;
}

#new-pw-sub-container {
    border: 1px solid gray;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px 10px 10px 10px;
    box-shadow: 0 0 10px #000000 inset;
    height: 368px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 345px;
}

#new-pw-sub {
    background-color: #035271;
    background-color: rgba( 3, 82, 113, 0.75 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0035271,endColorstr=#c0035271);  /* IE<9 */
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #0D7291;
    height: 262px;
    padding-left: 30px;
    padding-top: 30px;
    color: white;
    font-size: 12px;
    padding-right: 5px;
}


input#new-password{
    background: #ffffff;
    padding-left:5px;
    font-family: helvetica;
    font-size: 13px;
    font-style: normal;
    width:284px !important;
    margin-top: 10px;
    height: 32px  !important;
    border:none;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow:inset 0 10px 10px #E9E9E9;
    -webkit-box-shadow: inset 0 10px 10px #E9E9E9;
    box-shadow: inset 0 10px 10px #E9E9E9;
    border:2px solid #BEBEBE;
    background-color: #ffffff;
}

.login-btn a.loginbtn {
    display: block;
    padding: 7px;
}

.code {
    font-family: monospace;
}

ul.options li {
    margin-top: 8px;
}

ul.options li:first-child {
    margin-top: 0;
}

/* Prevent IE>8 from reading gradient filters. */
*:not(#old_ie) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

/* 404 Page */
#error-wrapper ul li a,
#error-wrapper p a {
    color: #3F4143;
    text-decoration: underline;
}

#error-wrapper ul li a:hover,
#error-wrapper p a:hover {
    color: #CC6600;
}

.controls {
}

#reset_submit {
    max-width: 150px;
}

@media (max-width:480px) { 
    body {
        margin: 0 10px;
    }

    #login-wrapper {
        width: 100%;
        min-width: 280px;
        margin: 15px 0;
    }

    #notify {
        width: 100%;
        min-width: 280px;
        margin: 15px 0;
    }

    #login-container {
        width: 100%;
        min-width: 300px;
    }

    #login-sub-container {
        width: 100%;
        min-width: 280px;
        position: static;
    }

    #login-sub {
        padding: 10px;
        height: 229px;
    }

    #forms {
        position: static;
    }

    #login_form,
    #reset_form {
        left: 10px;
        right: 10px;
    }

    .input-field-login.icon {
        height: 40px;
    }

    html[dir="ltr"] .input-field-login.icon {
        background-position: 6px 10px;
    }

    html[dir="rtl"] .input-field-login.icon {
        background-position: right;
    }

    input.std_textbox {
        height: 29px;
        min-width: 220px;
    }

    html[dir="rtl"] div.icon input.std_textbox {
        margin-right: 26px;
    }

    #login_form .controls,
    #reset_form .controls {
        width: 100%;
        min-width: 260px;
    }

    #login_form .controls .login-btn {
        padding-top: 15px;
    }

    #login_form .controls .reset-pw,
    #reset_form .controls .reset-pw {
        padding: 26px 1px 0;
        width: auto;
        max-width: 150px;
    }

    #locale-footer {
        width: 100%;
        min-width: 300px;
        margin: 15px 0;
        padding: 0;
    }

    #locale-container {
        width: 100%;
        height: auto;
        min-width: 280px;
        margin: 15px 0;
    }

    #locale-map .scroller {
        max-height: none;
        padding: 0;
    }

    #locale-header {
        padding: 10px 0 5px 0;
    }

    #locale-header .locale-head {
        padding: 0px 0 0 10px;
        font-size: 18px;
    }

    html[dir="rtl"] #locale-header .locale-head {
        padding: 0 10px 0 0;
    }

    #locale-header .close {
        padding: 0 10px 0 0;
        top: 0;
    }

    html[dir="rtl"] #locale-header .close {
        padding: 0 0 0 10px;
    }

    #locale-header .close a {
        font-size: 12px;
    }

    #locale-map .scroller .locale-cell {
        width: 100%;
        height: 36px;
        padding: 0;
        float: none;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #4C4C4C;
    }

    #locale-map .scroller .locale-cell a {
        display: block;
        font-size: 16px;
        margin: 10px 0 5px 10px;
    }

    html[dir="rtl"] #locale-map .scroller .locale-cell a {
        margin: 10px 10px 5px 0;
    }

    input#confirmation {
        width: 100%;
    }

    input#new-password {
        padding-left: 0;
        width: 100% !important;
    }

    #locales_list li a {
        font-size: 14px;
    }

    #locales_list li a#morelocale {
        font-size: 20px;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    #locale-container {
        height: auto;
        min-height: 245px;
        width: 100%;
    }
    .scroller {
        max-height: none;
    }
}
@media (max-width: 481px){
.input-field-login.icon.username-container, .input-field-login.icon.password-container {
    width: 100%;
}
}
