/*============================================

[Table of content]

1. Extra large container size
2. Large devices (less than 1220px)
3. Large tablets (less than  992px)
4. Medium devices (less than  768px)
5. Small devices (less than  576px)

============================================*/


/* 1. Extra large container size */
@media (max-width: 1920px) and (min-width: 1600px) {
    .home-banner .logo {
        /* top: 60px;
        left: 15%;*/
        top: 200px;
        left: 20%;
    }
}

/* 2. Large devices (less than 1200px) */
@media (max-width: 1200px) {}

/* 3. Large tablets (less than  992px) */
@media (max-width: 992px) {
    .sec_right img {
        display: none;
    }

    .box_decore {
        margin-top: 100px;
    }

    .sec_captcha .capch {
        width: 100%;
    }

    .form_login .sec_captcha .form-group {
        flex-direction: column;
        width: 100%;
    }

    .form_login .sec_captcha .form-group .form-control {
        margin-top: 10px;
        width: 100%;
    }

    .form_login .btn_login {
        margin-top: 6px;
        font-size: 18px;
    }

    .home-banner .logo {
        top: calc(10% - 20px);
        left: calc(50% - 20px);
        width: 50px;
    }

    .sec_captcha img {
        margin: 0px;
        min-width: 250px;
        max-width: 250px;
    }

    .sec_captcha .capch {
        justify-content: space-between;
    }
}


/* 4. Medium devices (less than  768px) */
@media (max-width: 768px) {

    .home-banner .logo {

        top: calc(10% - 20px);
        left: calc(50% - 20px);
        width: 40px;
    }

    .box_decore {
        margin-top: 90px;
    }

    .sec_captcha .capch {
        width: 100%;
    }

    .form_login .sec_captcha .form-group {
        flex-direction: column;
        width: 100%;
    }

    .form_login .sec_captcha .form-group .form-control {
        margin-top: 10px;
        width: 100%;
    }

    .form_login .btn_login {
        margin-top: 6px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) and (min-height:1024px) {
    .home-banner .logo {
        top: calc(20% - 33px);
        left: calc(50% - 33px);
        width: 66px;
    }
}

/* 5. Small devices (less than  576px) */
@media(max-width: 575.98px) {

    .home-banner .logo {
        top: calc(10% - 21px);
        left: calc(50% - 21px);
        width: 42px;
    }

    .form_login .form-group label {
        font-size: 14px;
    }

    .sec_captcha .capch {

        justify-content: space-between;

    }

    .sec_captcha img {
        margin: 0px;
        min-width: 200px;
        max-width: 200px;
    }
}


/* 5. Small devices (less than  480px) */
@media (max-width: 479.98px) {
    .home-banner .logo {

        top: calc(15% - 25px);
        left: calc(50% - 25px);
        width: 50px;
    }
}

@media (max-width: 430px) {
    .home-banner .logo {

        top: calc(15% - 25px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .sec_captcha img {
        min-width: 170px;
        max-width: 170px;
    }
}

/* 5. Small devices (less than  iphone X) */
@media screen and (max-width: 375px) and (min-height:812px) {
    .home-banner .logo {

        top: calc(20% - 25px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .sec_captcha img {
        min-width: 170px;
        max-width: 170px;
    }
}

@media screen and (max-width: 375px) and (max-height:667px) {
    .home-banner .logo {

        top: calc(11% - 20px);
        left: calc(50% - 20px);
        width: 40px;
    }
}

@media (max-width: 374px) {
    .sec_right .heading h1 {
        font-size: 16px;
    }

    .home-banner .logo {

        top: calc(12% - 33px);
        left: calc(50% - 33px);
        width: 34px;
    }

    .home-banner .logo {

        top: calc(12% - 18px);
        left: calc(50% - 18px);
        width: 34px;
    }

    .box_decore {
        padding: 16px;
    }

    .form_login .form-group input {
        height: 30px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 8px;
        font-size: 14px;

    }

    .form_login .form-group .forgot_pass {
        font-size: 14px;
    }

    .form_login .btn_login {
        font-size: 14px;
    }

    .sec_captcha .capch {
        justify-content: space-between;
    }

    .sec_captcha .refresh_captcha {
        height: 30px;
        width: 30px;
        line-height: 30px;
        padding: 0px 2px;
    }

    .sec_captcha .refresh_captcha span {
        font-size: 20px;
        line-height: 30px;
    }
}
