/* ==============================
=================================== */


/*1200 to 1366*/

@media(max-width:1440px) {
    .form-section .login-form label,
    .forgot-pass {
        font-size: 19px;
    }
}

@media(min-width:1280px) and (max-width:1366px) {
    .form-section .login-form label {
        font-size: 17px;
    }
    .login-form .forgot-pass {
        font-size: 17px;
    }
    .main-wrapper {
        padding: 3rem 0;
        height: auto;
    }
    .form-section {
        border-radius: 0 40px;
    }
    .checkMe input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .form-content {
        min-height: 600px;
    }
}


/*Tabs Pro CSS*/

@media(min-width:992px) and (max-width:1024px) {
    .main-wrapper {
        padding: 3rem 0;
    }
    .form-section {
        width: 100%;
        border-radius: 0;
        padding: 2rem;
    }
    .form-content {
        min-height: 500px;
        border: 5px solid #fff;
        border-radius: 0;
        border-bottom: 0;
    }
    .login-sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .title-box {
        width: 100%;
    }
}


/*Tabs CSS*/

@media(min-width:768px) and (max-width:991px) {
    .main-wrapper {
        padding: 3rem 0;
        height: auto;
    }
    .form-section {
        width: 100%;
        border-radius: 0;
        padding: 2rem;
    }
    .form-content {
        min-height: 500px;
        border: 5px solid #fff;
        border-radius: 0;
        border-bottom: 0;
    }
    .login-sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .title-box {
        width: 100%;
    }
}


/*Mobile CSS*/

@media(max-width:767px) {
    .main-wrapper {
        padding: 3rem 0;
        height: auto;
    }
    .form-section {
        width: 100%;
        border-radius: 0;
        padding: 1rem;
    }
    .form-content {
        min-height: auto;
        border: 5px solid #fff;
        border-radius: 0;
        border-bottom: 0;
        padding: 1.5rem;
    }
    .login-sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .title-box {
        width: 100%;
    }
    .form-content .login-heading {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .form-content p {
        font-size: 18px;
    }
    .form-section .login-form {
        margin-top: 3rem;
    }
    .login-form .login-btn {
        background: #005565 !important;
        padding: 8px;
        font-weight: normal;
        font-size: 20px;
        color: #fff !important;
        margin-top: 3rem;
        width: 100%;
    }
}

@media(max-width:576px) {
    .form-section .login-form label {
        font-size: 13px;
    }
    .login-form .forgot-pass {
        font-size: 13px;
    }
    .checkMe input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .form-section .login-form input {
        font-size: 16px;
    }
    .form-head {
        width: 80%;
        margin: auto;
    }
}