.login-txt--warning {
    font-size: 0.8rem;
    color: #999;
}

.first-login-page .salutation {
    background-image: url('/photo/background/web/salutation.png');
    /*background: #000;*/
}

.first-login-page .container .step2,
.first-login-page .container .step3 {
    display: none;
}

.first-login-page .container .step2.title-otp-email {
    font-size: 1.5rem;
    display: none;
}

.first-login-page .container .step2.title-otp-email .otp-email {
    margin-left: 20px;
    font-size: 1.15rem;
    color: #007bff;
    text-transform: lowercase;
}


.first-login-page .container .redirect-box {
    height: 30px;
    margin-bottom: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.first-login-page .container .redirect-box .left:hover {
    cursor: pointer;
    color: #99181E;
}

.first-login-page .container .redirect-box svg {
    font-size: 1rem;
}

.first-login-page .container .digit-group input {
    width: calc(16.66% - 8px);
    height: 50px;
    border: 1px solid #18182a;
    text-align: center;
    font-size: 24px;
    font-family: 'FKGroteskNeue', sans-serif;
    font-weight: 600;
    color: #18182a;
    margin: 0 2px;
}

.first-login-page .container .digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.first-login-page .container .prompt {
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    width: 80%;
}

.first-login-page .container #update-data-form .form-group {
    margin-bottom: 1.2rem;
}

.first-login-page .container .form-check input {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 2px;
}

.first-login-page .container .form-check label {
    margin-left: 30px;
    font-weight: 500;
    line-height: 17px;
    font-size: 0.8rem;
    color: #999;
}

.first-login-page .container .form-check-label a {
    color: #000;
    text-decoration: underline;
}

.first-login-page .container .ts-link {
    text-decoration: unset !important;
    color: #007bff !important;
}

.first-login-page .container .fa-circle-notch {
    display: none;
    font-size: 16px;
}

.first-login-page .container select.gender {
    color: #666;
}

.first-login-page .container .btn-resend {
    color: #000;
    font-weight: 600;
}

.first-login-page .container .email-otp-link {
    font-weight: 500;
    color: #999;
}

.first-login-page .container .email-otp-link span {
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.first-login-page .container .email-otp-link span:hover {
    color: #94060d;
}

.first-login-page .container .email-otp-message {
    font-weight: 600;
    display: none;
}

.first-login-page .container .email-otp-message-fail {
    font-weight: 600;
    display: none;
    color: #99181e;
}


.first-login-page .container .commit {
    margin-top: 9px;
}

.first-login-page form#update-data-form input#name {
    text-transform: uppercase;
}

@media (max-width: 520px) {
    .first-login-page .container .commit {
        margin-top: 0;
    }

    .first-login-page .container .en.commit {
        margin-top: 9px;
    }
}

@media (max-width: 360px) {
    .first-login-page .container .en.commit {
        margin-top: 0;
    }
}
