.main_header{
	background: url('../img/banners/intranet.jpg') no-repeat center;
	background-size: cover;
}

.section h1{
	padding-bottom: 0;
	text-align: center;
}

form .reset_password{
	background: linear-gradient(90deg, #0E0E0E 22%, #FFFFFF 22%);
	border: 2px solid #0E0E0E;
	border-radius: 5px;
	text-transform: uppercase;
	color: #0E0E0E;
	font-family: Montserrat-SemiBold;
	height: 40px;
	float: left;
}

form .reset_password img{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(13deg) brightness(120%) contrast(115%) !important;
	margin: 2px 12px 0 0;
	width: 38px;
	height: 38px;
}

@media (max-width: 767px){
	form .submit{
		float: left !important;
	}
} 