.auth-page {
    max-width: 470px;
    margin: auto;
    width: 94%;
}
.auth-page > img {
    border-radius: 20px;
}
h1 {
    font-family: 'IranYekanBlack';
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.auth-form-box {
    background: #efefef;
    box-shadow: 0 0 14px #22222242;
    border-radius: 20px;
    padding: 35px;
    margin: 30px 0;
}
.auth-tab {
    display: flex;
    justify-content: center;
    border: 1px solid rgb(5 5 5 / 70%);
    border-radius: 15px;
    width: fit-content;
    margin: 0 auto 40px;
    background: #b3b3b3;
}
.active-auth-tab {
    background: #6e282d;
    border: 1px solid #6e282d;
    box-shadow: 0px 0px 20px #6e282dba;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 140px;
    justify-content: center;
    padding: 13px;
    margin: -1px;
}
.active-auth-tab span {
    margin-right: 5px;
}
.auth-tab > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    color: #fff;
}
.auth-tab > a span {
    margin-right: 5px;
}
.form-row p {
    margin: 0 0 4px 0;
    line-height: 25px;
    font-size: 15px;
    color: #222;
}
.form-row > input[type=text] {
    background: #171E20 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 15px !important;
    width: 100%;
    padding: 10px !important;
    color: #fff !important;
    font-size: 16px;
}
.form-row {
    margin-bottom: 25px;
}
input#username {
    direction: ltr;
}
.mobile-row-form {
    background: #171E20;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.mobile-row-form span {
    margin: 0 10px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #ffffff85;
    padding-right: 5px;
    direction: ltr;
}
.mobile-row-form input#mobile {
    direction: ltr;
    background: none;
    border: none;
    flex: 1;
    color: #fff;
    font-size: 16px;
}
.password-row-form svg {
    cursor: pointer;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ffffffa8;
}
.password-row-form input {
    direction: ltr;
    flex: 1;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
}
.password-row-form {
    background: #171E20;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    display: flex;
    padding: 10px;
    align-items: center;
}
.password-row-form svg.hide-pass-link {
    display: none;
}
.password-row-form.show-pass svg.hide-pass-link {
    display: block;
}
.password-row-form.show-pass svg.show-pass-link {
    display: none;
}
.auth-btn-row button {
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.auth-btn-row button span {
    margin-right: 5px;
    font-size: 16px;
}
.caption-row p {
    color: #222;
    text-align: center;
    line-height: 1.7;
    max-width: 90%;
    margin: auto;
}
p.desc-text {
    background: #B5DACE;
    margin: 7px 0;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 10px #22222242;
    font-size: 15px;
    line-height: 1.7;
}
.caption-row p a {
    color: var(--first-color);
    font-weight: bold;
}
.auth-btn-row {
    margin: 40px 0 30px;
}
button#send-otp-login-code {
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
/************************************************/
button#resend-btn {
    display: flex;
    width: 100%;
    border-radius: 15px;
    border: none;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    color: #fff;
}
button#resend-btn span {
    flex: 1;
}
button#resend-btn p {
    margin: 0;
}
button#resend-btn:disabled {
    background: rgb(124 124 124 / 31%);
    box-shadow: none;
    cursor: default;
}
.auth-form-title {
    color: #6e282d;
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}
.verify-login-row a {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    font-weight: bold;
    color: var(--first-color);
}
span.detials-row {
    display: block;
    font-size: 12px;
    color: var(--first-color);
    font-weight: bold;
    text-align: left;
    margin-top: 3px;
    margin-bottom: -12px;
}
@media only screen and (max-width: 600px) {
    .auth-form-box {
        padding: 30px 15px;
    }
    .auth-tab > a {
        min-width: 110px;
    }
    .active-auth-tab {
        min-width: 120px;
    }
    .mobile-row-form svg {
        flex-shrink: 0;
    }
    .mobile-row-form input#mobile {
        min-width: 0px;
    }
    .password-row-form svg {
        flex-shrink: 0;
    }
    .caption-row p{
        max-width: 100%;
    }
}