body {
	background-color:#DCDCDC;
}



.form-login{
			margin-top: 13%;
		}
		.outter-form-login {
			padding: 20px;
			background: white;
			position: relative;
			border-radius: 5px;		
		}

		
		h3.title-login {
			font-size: 20px;
			margin-bottom: 20px;
		}
	
	
		.bottom {

			
		}
.alert{
	background: #e44e4e;
	color: white;
	padding: 10px;
	text-align: center;
	border:1px solid #b32929;
}
