@media screen and (max-width:1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:480px) {
    .hero-content {
        height: 50%;
    }

    .login-row {
        height: fit-content !important;
        min-height: fit-content !important;
        padding: 0;
    }

    .login-row .hero-wrap {
        height: auto !important;
        display: none !important;
    }
}

@media screen and (max-width:420px) {
    .login-form h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .login-form .mx-auto {
        width: 100%;
    }

    .login-form label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .login-form .form-control,
    .login-form select.form-control {
        height: 45px !important;
    }

    .login-form .btn.btn-primary {
        min-height: 3rem;
        max-height: 3rem;
        padding: .5rem 2rem;
    }
}
