@CHARSET "ISO-8859-1";

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.logo-img{
text-align:center;
}
.header-title {
text-align: center;
margin: 0;
padding: 0 0 20px 0 !important;
}
.logo-img img:hover {
opacity: 0.5;
cursor: pointer;
}
.form-control{
float:left;width:100%;	
}
.reg-form label, .log-form label {
padding: 0;
}
.col-sm-9{
float:left !important;
}
}