/*login form start*/
.login_logo {
    padding: 10px;
}
#loginbox {
    background: #ffffff;
    box-shadow: 0 5px 10px #939393;
    border: 1px solid #efefef;
	text-align: center;
	padding: 20px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

#loginbox.is-Responsive {
  width: 300px; 
  height: 400px;
  min-width: 200px;
  max-width: 400px;
}
ul.dropdown-menu{
width: 55px! important;
}
/* login form end*/
.top_img{
	height:30px;
	width:120px;
	margin-left:20px;
	margin-top: -4px;
}
h3.head-title{
	color: #ffffff;
}
.mt-2{
margin-top:-2px;
}
thead.bg-default {
    background: #ecf0f5;
}
footer.main-footer {
    text-align: center;
}
@media screen and (min-width: 1366px) {
   .table-responsive{
		overflow:hidden;
   }
}
@-moz-document url-prefix() {
    .form-control {
       padding: 0px 0px 0px 5px!important;
    }
}