
.qr-code {
    border-radius: 4px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #eee;
}

.qr-code img {
    width: 100%;
    height: 100%;
}

.qr-code-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #747474;
}

.section-login {
    /*background-color: #F7F9FF;*/
}

.login-form {
    padding-bottom: 40px;
}

.login-form .login-form-panel {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 520px;
    margin-top: 30px;
    border: 1px solid #E0E4E4;
    border-radius: 10px;
}

.login-form .login-form-panel.login-form-panel-desc {
    background: #fff url("../imgs/login_img.png") no-repeat center bottom 20px;
    background-size: 40%;
}

.login-form.register-form .login-form-panel.login-form-panel-desc {
    background: none;
}

.login-form.register-form .login-form-panel.login-form-panel-desc img {
    width: 20vw;
}

.login-form .login-form-panel.login-form-panel-register {
    height: auto;
    background-color: #fff;
}

.login-form .login-form-panel.login-form-panel-forgot {
    height: auto;
    background-color: #fff;
}

.login-form .login-form-panel.login-form-panel-forgot .body {
    height: auto;
    background-color: #fff;
    padding: 40px 60px;
}


.login-form .login-form-panel .body {
    flex: 1;
    padding: 37px 34px 0px 34px;
}

.login-form .login-form-panel .form-group {
    margin-bottom: 22px;
}

.login-form .login-form-panel .form-group.form-check {
    margin-bottom: 28px;
}

#mobileCodeBtn:disabled {
    background: #f3f3f3;
    border-color: #ced4da;
    color: #090230;
}

.login-form .login-form-panel .footer {
    opacity: 0.43;
    background: #EDEEEE;
    text-align: center;
    font-size: 12px;
    color: #242c33;
    height: 24px;
    line-height: 24px;
}

.login-form h1 {
    margin-top: 45px;
    font-size: 32px;
    color: #333E48;
    font-weight: 400;
}

.login-form .form-desc {
    font-size: 1.5vw;
    color: #333E48;
    font-weight: 400;
}

.login-form ul.ul-desc {
    padding-left: 0;
}

.login-form ul.ul-desc li {
    margin-top: 12px;
    list-style: none;
}

.login-form h1 span {
    margin-left: 15px;
}

.login-form .form-control, .login-form .btn {
    border-radius: 4px;
}

.login-form .form-control {
    height: calc(1.5em + .75rem + 6px);
}

.login-form .code-input {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.login-form .code-input img {
    width: 80px;
    margin-left: 10px;
    border-radius: 2px;
}

.login-form ::placeholder {
    font-size: 12px;
    color: #CAC6C6;
}

.login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #CAC6C6;
}

.login-form ::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px;
    color: #CAC6C6;
}

.login-form .input-user, .login-form .input-password {
    padding-right: 80px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.login-form .input-password {
    background-image: url("../imgs/Locked.svg");
}

.login-form .input-user {
    background-image: url("../imgs/User.svg");
}

.login-form .btn-block {
    padding: 10px;
}

.login-form .btn-primary-inverse, .login-form .btn-primary-inverse:focus, .login-form .btn-primary-inverse:active {
    background: rgba(171, 234, 201, 0.2);
    color: #333E48;
    border-color: rgba(171, 234, 201, 0.6);
}

.login-form .btn-primary-inverse:hover {
    color: #00bf6f;
}

.login-form-panel .login-icons.login {
}

.login-form-panel .login-icons.register {
}

.login-form-panel .login-icons {
    position: absolute;
    width: 40px;
    height: 100px;
    background-repeat: no-repeat;
    margin-left: -20px;
    top: 40px;
}

label.error {
    color: #f23b3b;
    font-size: 12px;
}

label.error.hide {
    display: none;
}

.steps {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 20px;
    justify-content: space-between;
    position: relative;
}

.steps::before {
    content: ' ';
    display: block;
    background: #00bf6f;
    height: 1px;
    position: absolute;
    top: 24px;
    left: 30px;
    right: 30px;
}

.steps .step {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    z-index: 0;
}

.steps .step.active .num {
    background: #00bf6f;
    color: #fff;
}

.steps .step .num {
    border: 1px solid #00bf6f;
    margin-bottom: 10px;
    color: #00bf6f;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
}

.app-login .myb-portal-layout .content, .app-register .myb-portal-layout .content {
    padding-top: 0;
}

.register-form .bs-col-lg-7 {
    flex: 55%;
    max-width: 55%;
}

.register-form .bs-col-lg-5 {
    flex: 45%;
    max-width: 45%;
}

@media only screen and (max-width: 900px) {
    .register-form .bs-col-lg-7, .register-form .bs-col-lg-5 {
        flex: 1;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .login-form .form-desc {
        font-size: 3.8vw;
        line-height: 6.8vw;
    }
    .login-form.register-form .login-form-panel.login-form-panel-desc img {
        width: 50vw;
    }

    .register-form .bs-col-lg-5 .login-form-panel {
        height: 100vw !important;
    }
}

@media (min-width: 1200px) {
    .bs-container, .bs-container-lg, .bs-container-md, .bs-container-sm, .bs-container-xl {
        max-width: 1340px;
    }
}

@media only screen and (max-width: 576px) {
    .steps {
        margin-left: 32px;
        margin-right: 32px;
    }

    .steps .step {
        font-size: 12px;
        width: 52px;
    }

    .steps .step .num {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .login-form .login-form-panel.login-form-panel-forgot .body {
        padding: 40px 32px;
    }
}
