/***
Registration CSS, Momeo 2016
***/

html{
	height:100%;
	background-color: #f8feff;

}
body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 600px;
	font-family: helvetica;
	margin:0;
	padding:0;
}

.finnish-design{
	position:fixed;
	bottom:0px;
	right:10px;
	background-image: url(suomalaista_palvelua_su_eng_blue.png);
	background-size:90px auto;
	width: 100%;
	height:63px;
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f8feff;
	z-index:10000;
	border-top: 1px solid lightgrey;
}

.page_header{
	font-size: 1.3em;
	font-weight:bold;
	padding-top: 8px;
}
.margin_t110{
	margin-top:110px;
}
.margin_t100{
	margin-top:60px;
}
.margin_t20{
	margin-top:10px;
	font-size: 16px;
}
.margin_t40{
	margin-top:40px;
}
.centralize{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;				
}
.width_100{
	width:100%;
}
.width_95{
	width:93%;
}
.width_88{
	width:88%;
}
.width_80{
	width:80%;
}
.width_50{
	width:50%;
}
.width_40{
	width:80%;
	float: left;
}
.width_25{
	width:25%;
}
.width_30{
	width:33%;
}
.button {
	border: 1px solid grey;
	border-radius: 2px;
	cursor:pointer;
	height:40px;
	min-width:120px;
	padding-top:10px;
	background-color:#fafafa;
	
}
input, select{
	text-align:center;
	margin-right: 10px;
	cursor: pointer;
	font-size:16px;
}

.login-input{
	width:80%;
}

.bottom_filler{
	width:100%;
	height:50px;
	clear:both;
}
.languages{
	position:absolute;
	top:10px;
	right:20px;
	width:auto;
	height:20px;
}
.lang_selector{
	position:relative;
	width:20px;
	height:20px;
	float:left;
	margin-left:8px;
	cursor:pointer;
	text-decoration:underline;
}
.left_float{
	position:relative;
	float:left;
}
.right_float{
	position:relative;
	float:right;
}
.register{
	text-decoration:underline;
	padding-top:20px;
	font-size:20px;
	font-weight: bold;
	color: #0c08af;;
	cursor: pointer;
}
.login{
	text-decoration:underline;
	font-size:20px;
	color: #0c08af;;
	cursor: pointer;
}
.forgot{
	font-style:italic;
	font-size:16px;
}
.z1{
	z-index:1;
}
.z2{
	z-index:2;
}
.bg-white{
	background-color:#fafafa;
	color:#0A0A0A;
}
.opacity-80{
  	background-color: rgba(255,255,255,1);
}
.no-overflow{
	overflow:hidden;
}

.login-wind{
	font-family: helvetica;
	width: 80%;
	max-width: 400px;
	border: solid 1px grey;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: rgba(255,255,255,1);
}

#reset,#register{
	max-width: 750px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left: 4%;
	padding-right:4%;
    border: solid 1px grey;
    border-radius: 8px;
}
#registerSuccessSection{
	width: 50%;
	font-size: 1.2em;
	font-weight: bold;
	left: 25%;
	z-index: 1002;
	margin-top: 100px;
	border: 1px solid grey;
	text-align: center;
	padding: 10px;
	opacity: 1;
	position: absolute;   			
}
.logo{
	width: 200px;
	margin-left: 18px;
    margin-top: 10px;
    margin-bottom: 75px;
	cursor: pointer;
}
#pwBlocks{
	position:relative;
	height:40px;
	width:88%;
	margin-left:auto;
	margin-right:auto;
}
#pwb1{
	position: absolute;
	left:0px;
	width:40%;
}
#pwb2{
	position: absolute;
	right:0px;
	width:40%;
}
.pointer{
	cursor:pointer;
}
.action_buttons{
	width:88%;
	margin-right:50px;
	height:40px;
}