.back{
background: url(../images/back-login.jpg);
background-repeat: no-repeat;
background-size: cover;


}
.report{
margin-top: 80px;
}



.login{
	background:#BD0028;
	padding-top: 60px;
	padding-bottom: 2px;
	color: #ffffff;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
	padding-top: 80px;
	padding-bottom:80px;
	box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);

}
.lobt{
	background: #ffffff;
	width: 250px;
	color:#E50021;
	font-weight: bold; 
	border-radius: 40px;
	border:none;
	margin-top: 20px;
	box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 6px 20px -5px rgba(0,0,0,0.75);
}
.form-control{
	
	border:none;
	border-bottom: #ffffff 2px solid;
	border-radius: 0;
	background: none!important;
	outline: none!important;
	color:#ffffff!important;
}

.login h3{
	margin-bottom: 15px;
}

.logo img{

height: 126px;
width: 90px;
float: right;
margin-top: -40px;
}

