
.login{
	font-family: 'Roboto', sans-serif;
	
	background:url(../img/a.jpg) no-repeat center center fixed;
	background-size: cover;
	/*overflow: scroll;*/
	margin-left: -10px;
}


.overlay{
/*	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height:150%;
	background:#34495e9c;*/

	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	/*background:#34495e9c;*/

}

.margin-top{
	margin-top: 10px;
}
.red{
	color:#F00;
	
}
.white{
	color:#fff;
}


.main-section{
	
	margin-top: 50px;
	
}

.modal-content{
	background-color: rgba(36,85,126,100);
	width: 500px;
	border-radius: 15px;
	border:1px solid #FFF;
	margin-left: -10px;
}


.logo-img img{
	height: 110px;
	width: 130px;
/*	border-radius: 5px;
box-shadow: 0px 0px 2px #848484;*/
}

.form-group{
	margin: 25px;
	/*padding-top: -10px;*/
	/*margin-bottom: 20px;*/
	font-size: 15px;

}

.form-group input{
	height: 42px;
	border-radius: 5px;
	border:0;
	font-size: 18px; 
	padding-left: 35px;

}

.fa {
	position: absolute;
	margin-top: 9px;
	width: 15px;
	height: 40px;
	font-size: 22px;
	color: #555e60;
	left: 50px;
	padding-top: 4px;
	

}

button{
	
	background-color: #286090;
	color: #fff;
	font-size: 19px;
	padding: 7px 14px;
	border-radius: 5px;
	border:1px solid #FFF;
	margin-bottom: 40px;
	width: 410px;
	margin-left: -13px;

}

.pull-left{
	color:#000;
	margin-top: 13px;
}



/*.btn{
	background-color:#5592bf;
	color: #fff;
	font-size: 19px;
	padding: 7px 14px;
	border-radius: 5px;
	border-bottom: 4px solid #263b59;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 420px;
	}*/

/*
.btn:hover, .btn:focus{
	background-color: #0d2946!important;
	border-bottom: 4px solid #00FF7F!important;
	}*/

	button:hover, button:focus{
		background-color:#5592bf;!important;
	}


	.top-content .text {
		color: #000;

	}

	.col-md-6{
		margin-left: -40px;
		margin-top: -20px;
		margin-bottom: 10px;
		text-decoration-line: underline;
	}




