body {
    background-color: #f8f9fa !important;
    font-family: "Poppins", sans-serif !important;
}

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

.login-form,
.forgot-pass-form,
.reset-pass-form {
    border: none !important;
}

.custom-form-group {
    margin-bottom: 1.5rem;
}

.custom-form-group label {
    font-size: 0.9rem;
}

.custom-form-group input,
.custom-form-group textarea {
    font-size: 1rem;
}

.custom-form-check {
    margin-bottom: 1rem;
}

.btn-action {
    display: block;
    color: #007bff;
    text-decoration: none;
}

.custom-submit-btn {
    margin-top: 0.5rem;
}

.btn-block {
    width: 100%;
}

.main-form-heading {
    font-size: 1.5rem;
    color: #343a40;
}

.login-btn {
    padding: 12px 51.5px;
    border-radius: 10px;
    background-color: #223263;
    color: white;
}

@media (max-width: 768px) {
    .main-form-heading {
        font-size: 1.25rem;
    }

    .custom-form-group label {
        font-size: 0.85rem;
    }

    .custom-form-group input,
    .custom-form-group textarea {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .login-form,
    .forgot-pass-form,
    .reset-pass-form {
        padding: 1rem;
    }

    .main-form-heading {
        font-size: 1.1rem;
    }

    .custom-form-group label {
        font-size: 0.8rem;
    }

    .custom-form-group input,
    .custom-form-group textarea {
        font-size: 0.85rem;
    }

    .custom-submit-btn {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
}
