html, body{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Lato', sans-serif !important;
	color: #616161 !important;
	//overflow-x:hidden;
	background-color: #F5F5F5;
}
.clr {
	clear:both;
}
span, label, h1, h2, h3, h4, h5, h6, p{
	margin: 0 !important;
	padding: 0;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	
}
/*-------------------------------------------------------------------------------------------*/

main{
	background:#012f6b;
	padding-top: 10px;
    padding-bottom: 10px;
}
.main_left a{
	color: white;
}
.main_left h1{
	font-weight: 600;
}
.main_left a:hover{
	color: white;
	text-decoration: none;
}
.input-group{
	padding-bottom: 10px;
}
.login{
	padding-top:10%;
	background-color: #F5F5F5;
}
.logo-mini{
	padding-top:12px;
}
.logo-lg{
	padding-top: 6px;
}
.row{
	margin: 0 !important;
}

.profile-head h3, p{
    padding-bottom: 5px;
}
.emp-profile{
    padding: 3% 0% 3% 0%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-body p{
	color: blue;
}
.profile-button{
	margin-top: 2%;
}
.emp-profile_cols6{
	background: #eae9e9;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}