html {
	height:100%;	
}

body{
	height: 100%;
    font-family: "Roboto", sans-serif;
    cursor: default;
    background-color: #edeef0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    width: 100%;
    min-width: 350px;
    max-width: 1300px;
    flex: auto;
    margin: auto;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
}

header{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.container-fluid{
    height: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.container-subscribe{
    height: 100%;
	background-color: #fff;    
	padding: 40px 10px 10px 10px;
	border-radius: 10px;
	min-height: 800px;
}

.subscribe {
    margin: auto;
    max-width: 500px;
}

.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{
	display: flex;
    margin: 20px 0px 30px 0px;
    text-align: center;
    justify-content: center;
}

.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;
}