@media only screen and (max-width: 1023px){
.logo1{
	display: none;
}
.logo2{
	display: block;
}
.nav-header .brand-logo img {
    height: 45px;
    margin-top: 10px;
}
.des-mrquue-box{
	margin-top:0;
}
}
@media only screen and (max-width: 315px){
.login-logo img {
    height: 70px;
}
.auth-form::after {
    background-size: 100% 40%;
  }
.space-com {
  margin-top: 40%;
}
.log-title {
    font-size: 18px;
}
}

@media only screen and (max-width: 575px){
	.authincation{
		height: 90vh;
	}
[data-sidebar-style="overlay"][data-layout="vertical"] .deznav .metismenu ul a {
    padding-left: 40px !important;
}
	.btn-boxes button {
  margin: 2px;
  font-size: 14px !important;
  font-weight: 500;
}
.form-control{
	font-size: 14px;
}
.header .header-content {
    background-color: #fff !important;
}
}
@media only screen and (max-width: 439px){
	.detl-select-btn{
		display: block;
	}
}