/* General Styles */
.login-back {
    background: #E1E6FF;
}

.st {
    color: var(--Color-text, #1D1A1A);
    font-family: 'DIN Next LT Arabic';
}

.d-flex.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.form-check-label {
    margin-right: 2.5rem; /* Adjust spacing between checkbox and label */
}

.checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #AEAEAE;
    margin-right: 0.5rem; /* Adjust spacing if needed */
}

.eye-icon {
    color: #9A9EA6;
    width: 42.5px;
    height: 19.77px;
}

.full-screen {
    height: 100vh; /* Full height of the viewport */
    background: var(--white-2, #FFFFFF);
}

label, p {
    color: var(--Color-text, #1D1A1A) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: right;
}

input {
    text-align: right;
    border-radius: 20px !important;
}

.container {
    font-family: 'Cairo';
    font-size: 24px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: center;
    text-decoration-line: underline;
    background: #414143;
    color: var(--linear, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    max-width: 100% !important;
    height: 100%;
}

.submit {
    background: linear-gradient(90deg, #334BC0 0%, #2A387E 100%);
    width: 100%;
    height: 60px;
    border-radius: 20px !important;
}

/* Responsive Styles */
@media(max-width: 767px) {
    .login-web {
        display: none;
    }
}

@media(min-width: 768px) {
    .login-mobile {
        display: none;
    }
}

@media (min-width: 1025px) {
    .login-mobile {
        display: none;
    }

    .frame {
        margin: 12.3rem 0 23.6rem 0;
        flex-direction: column;
        align-items: center;
        width: 27.6rem;
        height: fit-content;
        margin-left: 20%;
    }
}

@media (max-width: 375px) {
    .full-screen {
        height: auto;
        padding: 1rem;
        text-align: center !important;
    }

    .input-form {
        width: 100% !important;
        border-radius: 15px !important;
        margin-top: 2rem !important;
    }

    .st {
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .frame {
        width: 100%;
        margin: 0 !important;
    }

    .remember-me {
        margin-top: 5rem !important;
    }

    ::placeholder {
        font-size: 14px !important;
    }

    .checkbox {
        width: 15px;
        height: 18px;
    }

    .st-mobile {
        font-size: 18px !important;
    }

    .submit {
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 376px) and (max-width: 412px) {
    .full-screen {
        text-align: center !important;
    }

    .input-form {
        width: 100% !important;
        margin-top: 0.5em !important;
    }

    .st {
        font-size: 13px !important;
    }

    .remember-me {
        margin-top: 2rem !important;
    }

    .eye-icon {
        margin-top: 4% !important;
    }

    ::placeholder {
        font-size: 14px !important;
    }

    .checkbox {
        width: 15px;
        height: 18px;
    }

    .st-mobile {
        font-size: 14px !important;
    }

    .container {
        font-family: "DIN Next LT Arabic" !important;
        font-size: 19px;
        line-height: 24.98px;
    }

    .submit {
        height: 46px;
    }
}

@media (min-width: 413px) and (max-width: 1025px) {
    .full-screen {
        text-align: center !important;
    }

    .input-form {
        width: 100% !important;
    }

    .st {
        font-size: 13px !important;
    }

    /* .remember-me {
        margin-top: 2rem !important;
    } */

    .eye-icon {
        margin-top: 2% !important;
    }

    ::placeholder {
        font-size: 14px !important;
    }

    .checkbox {
        width: 15px;
        height: 18px;
    }

    .st-mobile {
        font-size: 14px !important;
    }

    .container {
        font-size: 19px;
    }

    .submit {
        height: 46px;
        margin: auto;
    }
}

@media (width: 684px) {
    .st-mobile {
        margin-left: 19rem !important;
    }
}

@media (width: 667px) {
    .st-mobile {
        margin-left: 18rem !important;
    }
}

@media (width: 414px) {
    .input-form {
        margin-top: 1.5em !important;
    }

    .checkbox {
        width: 15px;
        height: 18px;
    }

    .st-mobile {
        margin-left: 8rem !important;
    }
}

@media (width: 768px) {
    .full-screen {
        width: 100%;
        height: auto;
        padding-top: 95px;
    }

    .container {
        margin-left: 1rem;
    }
}
