.logWrap-container {
    width: 100%;
    padding: 40px 60px 50px 50px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.checkFailure {
    position: absolute;
    top: 0;
    height: 34px;
    width: 360px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #f65858;
    font-size: 14px
}

.checkError {
    font-size: 12px;
    font-weight: 400;
    bottom: -16px
}

.checkError,
.error_box i {
    color: #bd0000;
    position: absolute
}

.error_box i {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 10px;
    font-size: 20px
}

.loginselect {
    margin-bottom: 10px
}

.loginselect .fb {
    display: block;
    width: 205px;
    height: 40px;
    background-color: #3b5999;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px
}

.loginselect .fb .fb-logo {
    margin: 2px 5px
}

.loginselect .fb .text {
    display: inline-block;
    vertical-align: 52%
}

.loginselect .anchor:hover {
    cursor: pointer
}

.vertical dd {
    margin-bottom: 16px
}

.vertical .submit-box {
    margin-bottom: 30px
}

.vertical .loginselect label {
    color: #999;
    font-weight: 400;
    height: 20px;
    line-height: 20px
}

.vertical dd input.inputin {
    width: 360px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #bcc4cc
}

.vertical a.forgot-link {
    font-size: 14px;
    color: #017959
}

.vertical .persistent-box input {
    vertical-align: -12%
}

.vertical .persistent-box label {
    font-weight: 400
}

.footer-nav {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #666
}

.footer-nav .register-link {
    width: 110px;
    text-decoration: underline;
    color: #017959
}

.login-wrapper {
        max-width: auto;
      min-height: 482px;
    height: auto;
    /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3);*/
    background: #fff;
    overflow: hidden;
    /*border-radius: 9px;*/
        padding-bottom: 35px;
}

.login-wrapper .logWrap-container {
    width: 100%;
    height: 100%;
    padding: 0
}

.login-wrapper .logWrap-container .checkFailure {
    left: 40px
}

.login-wrapper .logWrap-container .vertical .error_info {
    height: 15px;
    margin-bottom: 10px
}

.login-wrapper .logWrap-container .vertical .persistent-box {
    margin-bottom: 30px
}

.login-wrapper .logWrap-container .vertical dd input.inputin {
    width: 360px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #bcc4cc;
    padding: 5px 10px 5px 20px;
    outline: none;
    line-height: 20px;
    font-size: 16px
}

.login-wrapper .logWrap-container .vertical dd input.inputin:focus {
    border: 1px solid #017959
}

.login-wrapper .logWrap-container .vertical dd input.error_warning {
    border: 1px solid #bd0000
}

.login-wrapper .logWrap-container .vertical dd input.phoneInput {
    padding-left: 110px
}

.login-wrapper .logWrap-container .vertical .emailInput {
    padding-left: 20px
}

.login-wrapper .logWrap-container .vertical .btn-large {
    width: 360px;
    height: 40px;
    line-height: 40px;
    background: #e3a428;
    border-radius: 4px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 0
}

.login-wrapper .logWrap-container .vertical .btn.progress-dynamic {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .3) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .3) 0, hsla(0, 0%, 100%, .3) 75%, transparent 0, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-btn-stripes 2s linear infinite;
    animation: progress-btn-stripes 2s linear infinite
}

@-webkit-keyframes progress-btn-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-btn-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.login-wrapper .logWrap-container .signIn-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: auto;
    height: 107px;
    background: #005294;
    padding-top: 46px;
    padding-left: 50px
}


.login-wrapper .nav-tabs {
    width: 220px;
    height: 34px;
    border-radius: 20px;
    border: 1px solid #bcc4cc;
    padding: 3px 4px;
    margin-top: 30px;
    margin-left: 50px
}

.login-wrapper .nav-tabs li {
    float: left;
    width: 105px;
    height: 26px;
    line-height: 26px
}

.login-wrapper .nav-tabs li:hover {
    border: none
}

.login-wrapper .nav-tabs li a {
    display: block;
    padding: 0;
    margin: 0;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    color: #666
}

.login-wrapper .nav-tabs li a:hover {
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #666
}

.login-wrapper .nav-tabs li.active {
    border-radius: 20px
}

.login-wrapper .nav-tabs li.active a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #017959;
    border-radius: 20px;
    border: none
}

.login-wrapper .nav-tabs li.active.agent {
    border-radius: 20px
}

.login-wrapper .nav-tabs li.active.agent a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #0084b1;
    border-radius: 20px;
    border: none
}

.login-wrapper .tab-content .tab-pane {
    display: none;
        margin-top: 13px;
       padding: 20px 33px 20px 33px;

}

.login-wrapper .tab-content .tab-pane.active {
    display: block
}

.login-wrapper .tab-content .customBtn {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(66, 128, 236, .06);
    border-radius: 6px;
    font-size: 16px;
    color: #111;
    margin-bottom: 20px;
    cursor: pointer
}

.login-wrapper .tab-content .customBtn .google-logo {
    width: 20px;
    height: 40px;
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAACrElEQVQ4T62UTUhUURTHf/e+92acnn1MlkYNSAUWlJaaQi4iSIVCIghrEUVEaBAFQu5n006QyiAHVwUtTMRaBBYuSnSRo4hRMZhGoTR9DIU04rx5792Y0Zl0zFbd1eN//+d3z7nnnStYY6kgkikCRClMWwJ8oZhZEcT9W4jIFdV5TL5zBYtL2OwBtCWPg04Egy62EhIPiC+PXQFSJykjziMsStbKNK17iGByRjxhIuPLglQDB4gzgE1BFpLZVTlYnRgbOSH6eLUCpOoxsRkjuSwTD2G8tOMljI5LnGosWnDZySaOi15GVpWm+oyrPHE6iLgggXXco5jrIkRyuVk14sEgIB4ynVt6Onk17BklKSoYtOGFE2YnNbmQf94ZINQQhTjeGRQGOvDDPi0anN5sYGO3Z/vu/SElRGp31fJpSVW5YbBVqEHjAEKO4yx5rESxqONTJiLQMuxzjPwY4PsbSGoafvm16j+C+inEt1iakhBe8J+trot2/6s0zU3sc5Q8mPJIoZxy//iu7GXHLb2iI17KiLMtXPB5pibUPLqiYxlwU2enMfDx0NC8bVSlNK/hvLtolO9Pg948L7p2J1F2+5NlIiWs15OdR2ej15pzYJ3hSuPW47sdPyyzCaVQQrJZn2t9e7OmLQ06f7/enPf7xhK2WBwNAXnSGc1Tdrsp469IwIJhVs9LveVbtKJy8v0pXKXh1d3JEv9E+bPWC/HsiFzuOVYWy1s/kEyyJfvbawLcpfkQApX+drHmivkwfS62SczVjgTrx5fO/tPUpr7a0phm9iRcWZIF5PZcCnzSiRQ5dmPHqaevVw1tRrjRX2ZGrUDzgjAuWbbYiyZSeYHjOh5dRfJcu6vo50yo7cLE2s/I8sODQWTy8JEdUwv5RSl9t/r1xRh/ORtc42H7DaPBC3eqmG7gAAAAAElFTkSuQmCC) 50% no-repeat;
    margin-right: 10px;
    vertical-align: middle
}

.login-wrapper .tab-content .or {
    margin-bottom: 20px;
    height: 14px;
    line-height: 14px
}

.login-wrapper .tab-content .or span:first-child,
.login-wrapper .tab-content .or span:nth-child(3) {
    width: 140px;
    height: 1px;
    background: #dcdcdc;
    display: inline-block;
    margin-bottom: 2px
}

.login-wrapper .tab-content .or span:nth-child(2) {
    margin: 0 30px;
    font-size: 12px;
    color: #999;
    line-height: 14px
}

.reset-wrapper .logWrap-container {
    width: 100%;
    padding: 40px 25px 50px 40px
}

.reset-wrapper .email-box {
    margin-top: 40px
}

.reset-wrapper .resetBtn {
    margin: 42px auto 10px;
    font-weight: 700
}

.reset-wrapper p.privacy {
    color: #ccc
}

.reset-wrapper p.privacy a {
    color: #0b9d78
}

.log-loading img {
    display: block;
    margin: 150px auto
}

.registerVerify-wrapper {
    min-height: 300px
}

.registerVerify-wrapper .title {
    background: url(/static/images/icon-face.c63b07c.png) no-repeat 0/30px 30px;
    padding-left: 40px;
    line-height: 40px;
    height: 40px
}

.registerVerify-wrapper .verifyemail {
    color: #0b9d78
}

.registerVerify-wrapper p {
    background-color: #eee;
    padding: 6px 10px;
    line-height: 20px;
    margin-bottom: 40px
}

#remember_me,
#remember_me_agent {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    margin-left: 10px
}

.rememberMark {
    font-size: 14px;
    line-height: 14px;
    color: #666
}

.rememberMark:before {
    content: "\a0";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #bcc4cc;
    margin-right: 10px
}

#remember_me:checked+.rememberMark:before,
#remember_me_agent:checked+.rememberMark:before {
    content: "\2713";
    color: #fff;
    background: #017959;
    border-radius: 2px;
    line-height: 16px;
    border: none;
    text-align: center
}

input::-webkit-input-placeholder {
    font-size: 16px;
    color: #999
}

input:-moz-placeholder,
input::-moz-placeholder {
    font-size: 16px;
    color: #999
}

input:-ms-input-placeholder {
    font-size: 16px;
    color: #999
}

.boxScroll {
    position: absolute;
    top: 45px;
    left: -1px;
    height: 206px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3);
    background: #fff;
    overflow-y: auto;
    border-radius: 6px;
    z-index: 2
}

.areaCode-box li {
    width: 138px;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.areaCode-box li:hover {
    background: #f3f4f5
}

.areaCode-box li .regionCode {
    color: #111;
    margin-right: 5px
}

.areaCode-box li .countryName {
    color: #666
}

.reset-password-box #email {
    width: 360px;
    height: 40px
}

.reset-password-box .phoneInput {
    padding-left: 110px
}

.reset-password-box .emailInput {
    padding-left: 20px
}

.other-login {
    width: 100%;
    height: 100px
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 2px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 2px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 2px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto!important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto!important
    }
}

.iconunfold {
    background: url(/static/images/unfold.ca4de96.png) no-repeat 50%/18px 18px
}

.iconpack_up {
    background: url(/static/images/pack_up.5ec77b1.png) no-repeat 50%/18px 18px
}

.selectFold {
    width: 18px;
    height: 18px
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}