.site_title i {
	padding: 7px 9px 5px 5px;
}
.nav-sm .navbar.nav_title a i {
	font-size: 25px;
}
.login_content h1::before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
    left: 0;
}
.login_content h1::after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(#fff));
    background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
    right: 0;
}
.login_content h1 {
	font-weight: 700;
	color: #333;
	font-size: 20px;
}
.login_content div.input.checkbox {
	float: left;
}
.switch-small + .switchery {
    height: 20px;
    width: 40px;
    margin-right: 5px;
}
.switch-small + .switchery > small {
    height: 20px;
    width: 20px;
}
form .form-group > input[type="file"] {
    padding-left: 10px!important;
}
form .service_account_filepath span {
    border: 1px solid #6BA1D7;
    padding: 5px;
    width: 100%;
    display: block;
}