.login-container {
    overflow: hidden;
}

.login-card {
    padding-left: 62px;
}

.login-image img {
    object-fit: cover;
    width: 100%;
    height: 994px;
    margin: 35px 0;
    border-radius: 32px;
}

.signup-image img {
    object-fit: cover;
    width: 100%;
    height: 1600px;
    margin: 35px 0;
    border-radius: 32px;
}

.login-container .form-control {
    border-radius: 40px;
    border: 1.5px solid #E1E1E1;
    background: #FFF;
    width: 550px;
    height: 50px;
    flex-shrink: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.64px;
    margin-top: 14px;
    padding-left: 30px;
}

.form_field {
    margin-bottom: 25px;
}

.login-container .form-select {
    border-radius: 40px;
    border: 1.5px solid #E1E1E1;
    /* background: #FFF; */
    width: 550px;
    height: 50px;
    flex-shrink: 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.64px;
    margin-top: 14px;
    padding-left: 30px;
}

.login_btn {
    border-radius: 40px;
    background: var(--Secondary, #009BDB);

    height: 50px;
    flex-shrink: 0;
    border: none;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
    /* 18px */
}

.login-container label {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
}

.login_form h4 {
    color: #1D2742;
    font-family: Nunito;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 40.6px */
    text-transform: capitalize;
    margin-bottom: 50px;
}

.login_form .logo {
    margin-bottom: 70px;
    width: 232.519px;
    height: 50px;
    flex-shrink: 0;
}

.login_form {
    max-width: 550px;
    width: 100%;
}

.forget_text {
    color: var(--Primary-color-1, #2055A1);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
}

.login_with {
    color: #999;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 25px;
    /* 14px */
}

.social_buttons a {
    border-radius: 40px;
    border: 2px solid #E1E1E1;
    width: 265px;
    height: 50px;
    flex-shrink: 0;
    color: #1D2742;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    /* 14px */
    text-decoration: none;
    margin-bottom: 20px;
}

.question {
    color: #999;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.question a {
    color: var(--Primary-color-1, #2055A1);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

@media (max-width: 576px) {
    .login-card {
        padding: 20px;
    }

    .login-container .form-control {
        width: 100%;
    }

    .social_buttons {
        flex-direction: column;
    }

    .social_buttons button {
        width: 100%;
        margin-bottom: 0;
    }

    .login_form .logo {
        margin-bottom: 30px;
    }

    .login_form h4 {
        margin-bottom: 30px;
    }
}



/* verification code */
.otp_input {
    border-radius: 12px;
    border: 1.5px solid var(--Primary-color-2, #71CFF3);
    background: #FFF;
    width: 73px;
    height: 86px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 24px */
}

/* For WebKit Browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
