.loginFlow {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    .login-flow-enter-pin-back-arrow {
        text-align: left;
        cursor: pointer;
        width: 60px;
    }
}

.header {
    height: 80px;
    width: 100%;
    background: #011a3f;
}

.userInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #0D0D0D;
    margin: -1.5em 0 0 0;
    font-family: OverpassCiti-Regular;
}
.userInfo div {
    width: 162px;
    letter-spacing: 0 !important;
}
.stepsBox {
    font-family: "Overpass";
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.steps {
    width: 100%;
}
.buttonGroup {
    margin-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.step4 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    min-height: 400px;
    margin-top: 30px;
    h4 {
        font-size: 28px;
        color: #19232E;
    }
    .rules-content {
        display: flex;
        align-items: center;
        .circle-null {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color:rgba(0,102,179,0.2);
            margin-right: 4px;
        }
        .icon-bg-content {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: rgba(0,102,179,0.2);
            line-height: 13px;
            text-align: center;
            margin-right: 4px
        }

    }
}

.steps4Rules {
    font-size: 14px;
    margin-top: 15px;
    width: 400px;
    text-align: left;
    color: #19232E;
}

.passwordInput {
    width: 400px;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}

.passwordInput > div:first-child {
    color: #22303E;
    font-size: 12px;
}

.steps1_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.step5 {
    .answer-text {
        cursor: pointer;
        .answer-show {
            display: none;
        }
        &:hover {
            .answer-hide {
                display: none;
            }
            .answer-show {
                display: block;
            }  
        }
    }
    .security-answer-container {
        position: relative;
        .check-icon-success {
            position: absolute;
            right: 20px;
            bottom: 12px;
            color:#00B755;
        }
    }
}
.subTitle {
    font-size: 16;
    font-weight: 500;
    margin-bottom: 20px;
    color: #364049;
}

.securityAnswer {
    display: flex;
    width: 700px;
    margin-top: 15x !important;
    height: 70px;
}

.securityBox {
    width: 45%;
    margin-left: 4%;
    font-size: 14px;
    text-align: left;
}

.securityBox > div:first-child {
    font-size: 12px;
    color: #22303E;
}

.icgds .lmn-input {
    height: 31px;
}

.reviewSecurity {
    margin-top: 15px;
    width: 350px;
    text-align: left;
    font-size: 14px;
}

.steps1_title {
    font-size: 28px;
    margin: 30px 0 24px 0;
    color: #19232E;
}
.steps1_text {
    color: #364049;
}
.steps1_button1 {
    margin-right: 20px;
}

.steps2_content {
}
.steps2_input {
    margin: 24px 0 0 0;
    width: 400px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #22303E;
}
.step2Note {
    font-size: 12px;
    color: #4f6f90;
}

.steps3_agreement {
    margin-bottom: 20px;
}
.steps3_agreement_title {
    color: #4f6f90;
    font-size: 14px;
    line-height: 30px;
}
.steps3_agreement_value {
    padding-left: 15px;
    font-size: 12px;
    color: #19232E;
}
.steps3_define {
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #19232e;
}
.steps3_explain {
    margin-bottom: 40px;
    font-size: 12px;
    color: #19232E;
}
.line {
    border-bottom: 1px solid #c8d5e1;
}
.steps3_buttonGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.steps3_check {
    margin: 34px 0;
}

.steps3_content {
    margin-top: 60px;
    text-align: left;
}
.steps3_content {
    h4 {
        font-size: 24px;
        color: #34495F;
        margin-bottom: 13px;
    }
}

.err-text-tip {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: red;
}

.step2-phone-verify-code {
    color: #0066B3;
    font-weight: 400;
    font-size: 4em;
    padding-top: 10px;
}
.step2-click-here {
    color: #0066B3!important;
    padding-left: 4px;
    cursor: pointer;
}

.error-vaild-input {
    .input-label-text {
        color: red !important;;
    }
}
.icgds .step-error-input.lmn-input {
    border-color: red!important;
}

.select-ada {
    ::-webkit-scrollbar {
        width: 0;
    }
}

.select-ada-li:hover {
    background: #0076d4 !important;
    color: #ffffff;
}
.icgds .lmn-select.collect-questions-list .lmn-select-menu .lmn-menu-item {
    font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
    .passwordInput {
        width: 100%;
    }
    .login-flow-steps-container {
        transform: scale(0.7);
        transform-origin: center;
        .lmn-steps {
            width: 100% !important;
        }
    }
}

.buttonGroupStep2{
    display: flex;
    flex-direction: column;
    button{
        width: 100%;
    }
}

.steps2_phone_body{
    color: #4f6f90;
    div{
        margin-bottom: 16px;
    }
}

.step2-failed-modal {
    .lmn-modal-content {
        min-height: 312px;
        .lmn-modal-header {
            .lmn-modal-icon, .lmn-modal-title {
                color: var(--danger) !important;
            }
        }
    }
}