html,body{
	height:100%;	

}




.sign_in_container{
	text-align:center; border:1px solid #d8d8d8; box-sizing: border-box; border-radius:5px; background-color:#fff;
	width:600px;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}

.sign_in_header{
	text-align:center; font-weight:300; margin:0px;
	font-family:'quicksand';
	font-size:50px;
	line-height:50px;
	font-weight:300;
	padding-top:33px;
}

.redirect_to_sign_up{
	
	font-family:'Open Sans';
	font-size:20px;
	line-height:30px;
	color:#389CA9;
}
.create_profile_link {
    color: #C03F96;
}
.create_profile_link:hover {
    color: #992974;
}
.sign_up{
	padding-top:23px;
	padding-bottom:27px;
}

.text-box{
	width:200px;
	height:30px;
	border: 2px solid;
	border-radius: 6px;
	border-color: #BBBDBF;
	font-family:'Open Sans';
	font-size:14px;
	line-height:24px;
	margin-left:auto;
	margin-right:auto;
	
}

.remember_me_text{
	font-family:'Open Sans';
	font-size:14px;
	line-height:24px;
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:-40px;
}

.button_newsletter{

background-color: #389CA9;
border: none;
color: #fff;
padding-left: 50px;
padding-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 6px;
font-family: 'Open sans';
font-size: 12px;
line-height:16px;
text-transform: uppercase;
display: inline;
position:relative;
width:200px;

}

.button_newsletter:hover{
  background-color: #136D92;
}
.button_newsletter:active{
  background-color: #124E64;
}

.checkbox{
	width:16px;
	height:16px;
	color:#72215B;
	display:inline;
	position:relative;
	top:2px;
}

.forgot_password{
font-family: 'Open sans';
font-size: 14px;
line-height:24px;
margin-bottom: 20px;
}

.reset{
	color:#124E64;
}

.reset:hover{
	color:#136D92;
}
.invalid_login_box {
	padding-top: 20px
}
.content_background_login{
	margin-top: 200px;
	width:100%;
	padding-left:0px;
	padding-right:0px;
	height:100%;
	text-align:center;
}
.email_input_style{
	text-align:center;
}
.password_input_style{
	text-align:center;

}
.submit_login_button{
	margin-top:15px;
	text-align:center;
}

















