html,
body {
    height: 100%;
    margin: 0;
}

.full-screen {
    min-height: 100vh;
}

.container-fluid.full-screen {
    min-height: 100vh;
}

.row.full-screen {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.st {
    color: var(--Color-text, #1D1A1A);
}

.label {
    font-family: 'DIN Next LT Arabic';
    font-size: 14px;
    font-weight: 400;
    line-height: 23.52px;
    text-align: right;
}

.container,
.container-fluid {
    padding: 0 !important;
}

.logo-mobile {
    width: 97px !important;
    height: 63px !important;
}

.login-mobile-but {
    width: 48px !important;
    height: 48px !important;
    margin-top: -8rem;
}

.logo {
    margin-bottom: 4rem !important;
}

.st-mobile {
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    display: block;
    margin-bottom: 0.5rem;

}


footer {
    background-color: var(--Color-Primary, #2F43A5);
    color: #FFFFFF;
    padding: 1rem 0;
    position: relative;
    bottom: 0;
    width: 136% !important;
    margin-left: -4rem;
}

.eml-ph {
    font-family: "Cairo";
    font-size: 16px;
    font-weight: 400;
    line-height: 29.98px;
    text-align: left;

}



.panel-body:hover {
    border: 2px solid var(--Color-Primary, #2F43A5)
        /*change the transparent border to yellow*/
}

.panel-but:hover {
    border: 2px solid var(--Color-Primary, #F19A01);
    border-radius: 50%;
}

.frame1 {
    border-radius: 1.6rem;
    border: 0.1rem solid var(--border, #E4E4E4);
    background: var(--white-2, #FFFFFF);
    padding: 1.2rem 0.4rem 1.3rem 0;
    width: 27.6rem;
    height: 5.4rem;
    box-sizing: border-box;
}


.register {
    background: #E1E6FF;

}

.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;
    align-items: center;
    justify-content: center;
}


.frame {
    margin: 12.3rem 0 23.6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 27.6rem;
    height: fit-content;
    box-sizing: border-box;
}

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

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

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
    }
}

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

@media(max-width:767px) {
    .full-screen {
        background: #FFFFFF;
        padding-left: 4rem;
        padding-right: 2rem;
        padding-top: 1rem;
    }
}

/* Media queries for mobile devices */
@media (max-width: 1025px) {
    .full-screen {
        background: #FFFFFF;
    }

    .register {
        display: none;
        /* Hide register class on mobile */
    }

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

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: -57px;
    }

    container,
    .container-fluid,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        padding-right: 0px !important;
    }

    .frame1 {
        border-radius: 1.6rem;
        border: 0.1rem solid var(--border, #E4E4E4);
        background: var(--white-2, #FFFFFF);
        padding: 1.2rem 0.4rem 1.3rem 0;
        width: 21.6rem;
        height: 5.4rem;
        box-sizing: border-box;
    }

    .frame {
        margin: 0rem;

    }
}