html {
	height:100%;	
}

body{
	height:100%;
	font-family:"Roboto", sans-serif;
	background-color: #edeef0;
}

main{
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	min-width:350px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color: #fff;
    padding: 20px 20px 0px 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    height: 90vh;    
}

.container-subscribe{
	margin: auto;
	max-width: 455px;
	margin:auto;
 	border-radius:20px;
 	padding-top:20px;
 	padding-bottom:40px;
 	width:350px;
}

.header {
    height: 60px;
    margin: 0;
    background-color:#12418B;
	box-shadow: 0 5px 5px -5px #333;
}

.quitHome {
	display:inline-block;
	text-decoration:none;
	width:15%;
	height:60px;
}

.homeReturn {
	width:130px;
	margin-left:20px;
	padding-top:2px;
	position: absolute;
	left:1%;
}

.homeReturn:hover {
	background-color:#0c2d5f;
	border-color:#0c2d5f;;
}

.title{
	color:orange;
 	margin-bottom:40px;
 	font-size:15px;
 	font-weight:bold;
 	padding-bottom:10px;
	border-bottom:1px solid #c4c4c4;
}

.textboxSub{
	border:1px solid #a6a6a6;
	border-radius:3px;
	background:transparent;
	color:#313131;
	margin-bottom:5px;
	margin-top:5px;
	outline:none;
	padding:8px;
	font-size:15px;
	width:100%;
}

.textboxSub:focus{
	border:2px solid #313131;
}

.recaptcha_container{
	margin: 10px 0px 20px 0px;
}

.buttons{
    border: none;
	text-align:center;
	width:185px;
	height:35px;
	border-radius:20px;
	background-color:white;
	border: 3px solid #12418B;
	color:#12418B;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	outline:none;
}

.buttons:hover{
	background-color:#12418B;
	color:white;
	outline:none;
}

.div_button{
	text-align:center;
}

.item_back{
	text-align:center;
	font-size:12px;
	color:#606060;
	padding-top:10px;
}

.item_back a {
	color:#313131;
}

.item_back a:hover {
	color:#0080ff;
}

.error{
	color:#ff3333;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
}

.mail_authorization{
	padding-bottom:10px;
}

.emailDraft {
	cursor:pointer;
	vertical-align:middle;
}

.emailDraftText{
	color:grey;
	font-size:10px;
}

.loginText, .passwordText, .nameText, .firstnameText{
	color:grey;
	font-size:10px;
	display: none;
}