@media (max-width:1440px){
.banner .banner_down {top: -50px;}
.carousel-indicators {bottom: 10px;}
.navbar-brand img {max-height: 70px;}
}
@media (max-width:1366px){
.banner .banner_down {top: -20px;}
.carousel-indicators {bottom: -20px;}
}
@media (max-width:1199px){
.navbar_custum .navbar-brand img {max-height: 50px;}
}
@media (max-width:991px){
.carousel-indicators {bottom: -15px;}
.header h3 {font-size: 1.5rem;}
}
@media (max-width:767px){
.login_logo{max-height: 80px;}
}
@media (max-width:575px){
.h1, h1 {font-size: 2rem;}
}
@media (max-width:480px){
.login-page, .register-page {width: 100%;}
.login-box-body, .register-box-body {padding:15px;}
}