body.login{
	/*background-color:#e9e9e9;*/
    background-color:#FFF;
	font-family:arial;
	/*
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 250px;
    */

	}

	
.sign_in_box{
	padding:10px;
	margin-top:10px;
	background-color:#FFF;
	width:350px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
	
	border-radius:10px;
	border:1px solid #c2c2c2;
	
	box-shadow: 0px 7px 7px 7px rgba(200, 200, 200, 0.9);

    position: relative;
}	

.heading_sign_in{
	text-align:center;
	font-size:2.3em;
	color:#9a9a9a;
	letter-spacing:2px;
}

.field_title{
	color:#9a9a9a;
	font-size:1.4em;
}

 
.input_field{
	width:100%;
	padding:2px;
	border-radius:10px;
	border:1px solid #c9c9c9;
	height:45px;
	font-size:1.2em;
	color:#9a9a9a;
	 box-shadow:inset 0 0 7px #d4d4d4;
}

#forgot{
	color:#9a9a9a;
	font-size:0.8em;
}

#signin_button{
	float:right;
	color:#fff;
	font-size:1.3em;
	background-color:#a6a5a5;
	height:45px;
	width:120px;
	border:1px solid #a6a5a5;
	border-radius:10px;

    bottom: 15px;
    right: 15px;
    position: absolute;


}

#cookie_button_span{
    bottom: 15px;
}

hr{
border:none; 
background-color:#d4d4d4;
height:1px;
margin-top:2px; 
margin-top:2px; 
}

.validator{
    color: red;
}
