.code_img {
    float: right;
    width: 110px;
    height: 45px;
    font-size: 16px !important;
}

.cert_btn {
    padding: 12px;
    vertical-align: top;
    float: right;
    width: 85px;
    background-color: #ffffff;
    color: #2373FB;
    border-color: #0398db;
    background-image: none !important;
}

.cert_btn:hover {
    background-color: #2373FB;
    color: white;
}

.topbanner {
    width: 100%;
    height: 240px;
    position: fixed;
    top: 0;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100% 240px;
}

.topbanner .poswrap {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.form-unit {
    margin-top: 50px;
    width: 320px;
    border-radius: 8px;
    padding: 50px 80px 80px;
}

.col-md-height img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left;
        position: relative;
        min-height: 1px;
        max-width: 50%;
        margin-right: 25px;
    }
}

body {
    background-color: #fff;
}

.topbanner h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 500;
}

.big_input {
    height: auto !important;
    padding: 12px !important;
    font-size: 16px !important;
    min-width: 274px;
}

.verification-code {
    padding: 12px !important;
    font-size: 16px !important;
    float: left;
}

.col-right {
    max-width: 300px;
    margin-right: 0;
    margin-left: 35px;
}

.anim-blue-all {
    position: relative;
    border: 1px solid #2373FB;
    background-color: #2373FB;
    margin-bottom: 0px;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
}

.anim-blue-all a {
    color: #fff;
}

.remember-status {
    vertical-align: middle;
}

.horizontal-line {
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
    margin-top: 20px;
}

.register-forget {
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #2373FB;
    margin-bottom: 10px;
    background-color: white;
}

.register-forget:hover, .register-forget:hover a {
    background-color: #2373FB;
    color: white;
}

.register-forget a {
    color: #2373FB;
}

.anim-blue-all:active:focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.container {
    margin-top: 250px;
    margin-bottom: 80px;
    text-align: center;
}

.login-title {
    display: flex;
    cursor: pointer;

}

.title-font-size, .set-password-wrapper {
    color: rgb(108, 108, 108);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
}
.title-font-size .login-type-label, .set-password-wrapper .login-type-label{
    position: relative;
    z-index: 1;
}

.message-title {
    margin-left: 27px;
}

.title-bottom {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #2373FB;
    margin-top: 15px;
}

.min-code {
    width: 150px !important;
    margin-bottom: 20px !important;
}

.event-none {
    pointer-events: none;
}

.password-input-right {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    align-items: center;
}
.forget-password-btn {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-left: 10px;
    color: #2373FB;
    font-weight: bold;
    cursor: pointer;
}
.forget-password-btn::before {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 15%;
}
.password-input-right .password-div {
    position: static;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center right 30%;
    background-size: 100%;
    color: #2373FB;
}
.password-input-right .show-password {
    background-size: 140%;
}
.mobile-input {
    width: 296px;
}
#loginForm .control-group .verification-code,#loginForm .control-group .mobile-input,#loginForm .control-group .login-password-input, #setPasswordWrapper .control-group .login-password-input{
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #F2F4F9;
}
.login-password-input {
    padding-right: 118px !important;
    min-width: 100px;
    width: 190px;
}

.agree-protocol-wrapper {
    display: flex;
    align-items: center;
}
.title-font-size[ischeck="true"]::after, .set-password-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #2373FB;
    position: absolute;
    left: 0;
    bottom: 0;
}
.agree-protocol-content {
    text-align: left;
    padding-left: 10px;
}
.set-password-title {
    font-size: 30px;
    position: relative;
    width: 100%;
    text-align: left;
}
.skip-set-password-btn {
    margin-left: 10px;
    font-size: 16px;
    position: absolute;
    right: 0px;
}
.agree-protocol-content a, .skip-set-password-btn {
    color: #2373FB;
}
.agree-protocol-content a:hover, .skip-set-password-btn:hover {
    color: #2373FB;
}
.site-footer {
    display: none;
}

.container {
    height: 100vh;
    width: 100vw;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    min-width: 1200px;
}

.login-from-wrapper {
    position: absolute;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    right: 510px;
    width: 362px;
}
body {
    overflow-y: hidden;
    overflow-x: auto;
}
.login-from-wrapper .form-unit {
    margin-top: 0;
    background: white;
}
.login-from-wrapper .form-unit .welcome-to-login {
    color: rgb(38, 38, 38);
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}
.login-header {
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
    background: rgba(245, 247, 250, 0.3);
    height: 76px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.login-logo {
    width: 42px;
    height: 42px;
}
.login-header-text {
    color: rgb(48, 50, 51);
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 14px;
}
.registration-agreement,.privacy-agreement,.transaction-agreement {
    color: #2373FB;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="password"]::-ms-clear {
  display: none;
}
.set-password-from .password-input-right {
    right: 20px;
}