@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1920px) {

}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1170px) {}
@media only screen and (max-width:1024px) {
   
}
@media only screen and (max-width:980px) {
     .login_slider{
        display: none;
    }
    .form_main{
        padding: 0;
    }
    .login_page{
        display: block;
    }
    .login_form{
        width: 100%;
    }
    .login_slider{
        width: 100%;
    }
    .login_section{
        padding: 15px;
        width: 50%;
    }
    .header{
    
     min-height: 0px;
    }
    .remember_forgot .remember_me{
        margin-bottom: 15px;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img{
        width: 100%;
    }
    .header{
        text-align: center;
    }
    
}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:667px) {}
@media only screen and (max-width:640px) {
    .login_section{
        padding: 15px;
        width: 100%;
    }
}
@media only screen and (max-width:480px) {}
@media only screen and (max-width:425px) {}
@media only screen and (max-width:390px) {}
@media only screen and (max-width:375px) {
    .remember_forgot .remember_me {
        font-size: 15px;
    }
    .remember_forgot .forgot_pass a {
        font-size: 15px;
    }
}
@media only screen and (max-width:360px) {}
@media only screen and (max-width:320px) {}