/* custom css admin login form */

body.external-page #content .admin-form {
max-width: 33%;
}

.btn-lg{
	width:100%;
}

.admin-form .switch-primary > input:checked + label {
    background: #1c3144;
    border-color: #1c3144;
}
.admin-form .switch {
    height: 41px;
}
.img-responsive{
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
	body.external-page #content .admin-form
	 {
    max-width: 100%;
    margin: 0 auto;
    padding:1.5em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
/*end  custom css admin login form */



/*====dashboard======*/
.main-section .panel-body {
    background: #3b3f4f;
}
.main-section .fs35{
color: white;
}

#content_wrapper {
    margin-left: 0px!important;
}
/*====end dashboard====== */



/*<============== HEADER LOGO CSS ===============>*/

.headerLogoDefaultHEight{
    max-height: 101%!important;
    max-width: 66%!important;
}

/*<============== HEADER LOGO CSS ===============>*/

