html,body {
    min-height: 100%;
    width: 100%;
}
@-moz-document url-prefix() {
 /*Firefox*/
    html,body {
        height: 100%;
        width: 100%;
    }
}
html {
    display: table;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #ffffff;
    color: #9c948a;
    display: table-cell;
    vertical-align: middle;
}
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    border: 0;
}
.login-wrapper {
    width: 450px;
    margin: 15px auto;
    background-color: #fff;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}
.login-container {
    width: 90%;
    height: 90%;
    margin: 15px auto;
    position: relative;
}
.bt-close-container {
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    position: absolute;
}
.bt-close-container a {
    width: 15px;
    height: 15px;
    position: relative;
    margin: 4px;
    display: block;
    background: url("icons-close.png") no-repeat;
    cursor: pointer;
}
.login-wrapper h1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'AvenirNextDemiBold';
    margin: 50px 0 40px;
}
.form-container {
    width: 100%;
    height: auto;
    position: relative;
}
.note-login {
    max-width: 405px;
}
.note-login-normal {
    display: none;
}
.note-login-error {
    margin-top: 12px;
    display: block;
    color: #f1443f;
    text-align: left;
}
.input-container {
    width: 100%;
    margin: 25px auto 6px auto;
    box-sizing: border-box;
    position: relative;
}
.input-container .i_eye {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    z-index: 5;
    cursor: hand;
    cursor: pointer;
}
.input-container .i_eye .svg-icon {
    font-size: 24px;
    fill: #000000;
    display: none;
}
.input-container .i_eye:not(.hide) .svg-icon.show_pw,.input-container .i_eye.hide .svg-icon.hide_pw {
    display: block;
}
.input-container .i_eye.hide {
    background-position: left 2px;
}
.input-container .login-input-pw {
    padding-right: 45px;
}
.input-container-error {
    border: none;
}
.input-container-error input.input{
    border: 1px solid #f1443f;
}
.label {
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 6px;
    padding-left: 22px;
    padding-top: 22px;
    z-index: 2;
}
.label-login-account {
    background-image: url(icons-login-email.png);
}
.label-login-pw {
    background-image: url('icons-login-pw.png');
}
.input {
    position: relative;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    width: inherit;
    display: block;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 22px;
}
.input::-ms-clear,.input::-ms-reveal {
    display: none;
}
.remenber-me-forgot {
    width: 100%;
    min-height: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin: 30px 0 40px
}
.remenber-me-forgot.block_flex_vertical_level_center {
    margin-top: 10px;
}
.remenber-me-forgot.block_flex_vertical_level_center a {
    color: #666;
}
.remenber-me-forgot a {
    font-size: 14px;
    color: #1b1b1b !important;
    text-decoration: none;
    font-family: 'AvenirNextRegular';
}
.remenber-me-forgot a:hover {
    text-decoration: underline !important;
}
.remenber-me-forgot a.l {
    padding-right: 13px;
    border-right: 1px solid #666;
}
.remenber-me-forgot a.r {
    padding-left: 13px;
}
.remenber-me-forgot .checkboxouter:first-child {
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}
.checkboxouter_hasfb.checkboxouter:first-child {
    margin-bottom: 0px;
}
.checkboxouter {
    position: relative;
    clear: both;
    color: #999;
    font-size:14px;
    font-family: 'AvenirNextRegular';
    text-align: left;
}
.checkboxouter>span label {
    color: #1b1b1b;
    font-size: 14px;
    font-family: 'AvenirNextMedium';
}
.remenber-me-forgot input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    margin-right: 6px;
}
.remenber-me-forgot i {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #d1d1d1;
}
.remenber-me-forgot input:checked+i {
    border: 1px solid #d1d1d1;
}
.remenber-me-forgot input:checked+i::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 1px;
    left: 5px;
    border: 2px solid #1b1b1b;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
.remenber-me-forgot span {
    width: 40%;
    line-height: 22px;
}
.btn-login {
    height: 48px;
    border-radius: 1px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    font-size: 24px;
    border: 0px;
    border-radius: 4px;
}
.btn-login-submit {
    margin: 12px 0;
    color: #fff;
    background-color: #f86742;
    cursor: pointer;
}
.login-trouble {
    margin-bottom: 5px;
    text-align: right;
}
.or-login {
    height: 20px;
    margin-top: 35px;
    position: relative;
}
.or-login dt {
    height: 9px;
    border-bottom: 1px solid #e6e6e6;
}
.facebook {
    width: 100%;
    border-radius: 2px;
    margin: 16px auto auto auto;
    position: relative;
}
.facebook > b {
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
}
.label-login-fb {
    cursor: pointer;
    position: static;
}
.btn-fb-login {
    background-color: #39579a;
    cursor: pointer;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
}
.login-signup {
    margin: 25px 0 10px 0;
    text-shadow: 0 1px #ffffff;
    text-align: right;
}
.login-signup a, a {
    color: #39579a;
    text-decoration: none;
}
.login-signup a:hover {
    text-decoration: underline;
}
.form-container .a_button,
.facebook {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px !important;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 50px !important;
    height: 50px !important;
    text-shadow: none;
    box-shadow: none;
    font-family: 'AvenirNextMedium';
}
.form-container .a_button.a_button_deepcolor {
    margin-top: 20px;
    background: #1b1b1b !important;
}
.password_confirmcode {
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
    position: relative;
    z-index: 9;
}
.password_confirmcode label {
    float: left;
    padding: 5px 5px 0 0;
}
.password_confirmcode label span {
    line-height: 23px;
    float: left;
    padding-right: 2px;
}
.password_confirmcode img {
    float: left;
}
.password_confirmcode input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    width: 113px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 0 5px;
    border-radius: 3px;
}
.password_confirmcode input[type="text"]:focus {
    border: 1px solid #ccc!important;
}
.password_confirmcode .login_refresh {
    float: left;
    width: auto;
    text-align: left;
}
.password_confirmcode .login_refresh a {
    float: right;
    color: #9c948a;
    font-size: 13px;
    line-height: 24px;
    padding-right: 47px;
    margin-left: -6px;
}
.password_confirmcode .login_refresh img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
.input-login-account, .login-input-pw {
    border-radius: 0;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #1b1b1b !important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.login-wrapper .error_tips {
    color: red;
    display: none;
}
.login-logo {
    text-align: center;
    padding-top: 20px;
}
.login-logo a {
    font-size: 26px;
    color: #333;
    margin: 0;
    display: inline;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 12px;
}
.login-logo a .svg-icon {
    font-size: 220px;
    margin-bottom: -82px;
}
.login-logo img {
    max-height: 40px;
}
.login_input_t {
    color: #999;
    font-weight: normal;
    display: block;
    font-family: 'AvenirNextRegular';
    position: absolute;
    z-index: 1;
    font-size: 14px;
    top: 10px;
    padding-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.input-container input {
    height: 45px;
    top: -3px;
    color: #1b1b1b;
    font-family: 'AvenirNextMedium';
}
.input-container input, .input-container input:focus {
    background: none !important;
    z-index: 2;
    border:1px solid #cdcdcd;
}
.input-container input:focus, .input-container input:valid {
    padding: 20px 43px 5px 10px;
}
.input-container input:focus + label, .input-container input:valid + label {
    font-size: 12px;
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    z-index: 2;
}
.login_footer_area {
    min-height: 22px;
    margin-top: 10px;
    clear: both;
    font-family: 'AvenirNextMedium';
}
.login_footer_area p {
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size:14px;
    font-family: 'AvenirNextRegular';
}
.login_footer_area_nofb {
    margin-top: 26px;
}
.login_footer_area_nofb p {
    text-align: center;
}
.facebook > svg {
    font-size: 20px;
}
.g-recaptcha {
    width: 305px;
    margin: 20px auto 0 auto;
}
@media screen and (max-width:870px) {
    .login-logo {
        padding-top: 20px;
    }
    .input {
        padding-left: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .login-wrapper {
        width: 90%;
        margin: 5% auto;
    }
    .password_confirmcode label {
        padding-bottom: 8px;
    }
    .login-container {
        width: 90%;
        height: 90%;
        margin: 3% 5%;
        float: left;
        position: relative;
    }
    .login-wrapper h1 {
        margin-top: 0;
    }
    .facebook > b {
        font-size: 14px !important;
    }
}
@media screen and (max-width:400px) {
    .password_confirmcode label {
        width: 100%;
    }
    .password_confirmcode .login_refresh a {
        float: left;
        margin-left: 0px;
    }
}
.sign_up {
    color: #1b1b1b !important;
}
.sign_up:hover {
    color: #1b1b1b !important;
}
.a_button_join_for_free {
    background: #59b0e7 !important;
    border-color: #59b0e7 !important;
    color: white !important;
}
.a_button_new_fb:hover,
.a_button_join_for_free:hover {
    color: #1b1b1b !important;
}
.a_button_new_fb {
    background: none;
    border-color: #1b1b1b;
    color: #1b1b1b !important;
    text-shadow: none;
    padding: 0 16px;
    border-radius: 0;
}
.input-container:hover > input {
    border: 1px solid #1b1b1b !important;
    transition: all 0.5s;
}
.nav-unlogin .nav-sign .sign-in {
    background: #1b1b1b;
    color: #fff !important;
    font-family: 'AvenirNextMedium';
}
