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


body {
	width:100%;
	margin:0;
	padding:0;
}

.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: 14px;
}
.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_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;
	font-size:14px;
    margin-right: 10px;
	cursor: pointer;
}
.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;
	margin-top:20px;
	font-size:20px;
	font-weight: bold;
	color: #0c08af;;
	cursor: pointer;
}
.forgot{
	font-style:italic;
	font-size:16px;
}
.bg-img{
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
	opacity: 0.6;
}
.z1{
	z-index:1;
}
.z2{
	z-index:2;
}
.bg-white{
	background-color:#fafafa;
	color:#0A0A0A;
}
.opacity-80{
/*	opacity:0.8;*/
  	background-color: rgba(255,255,255,1);
}
.no-overflow{
	overflow:hidden;
}
#login,#reset{
	margin-top:160px;
	height: 300px;
	max-width: 750px;
}

#loginRoot{
	margin-top:160px;
	height: 220px;
	max-width: 750px;
}
#register{
	height: auto;
	max-width: 750px;
	min-width: 340px;
	padding-bottom: 20px;
}
#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;   			
}
.kotiseutuliitto-Logo{
	position: fixed;
	right: 10px;
	top: 40px;
	width: 65px;
	height: 65px;
	background-size: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
}
.distrLogo{
	position: fixed;
	right: 10px;
	top: 40px;
	width: auto;
	height: 65px;
	background-size: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
}

.service-details-login{
    height: 425px;
    z-index: 150;
    position: absolute;
    background-color: #02205f;
    color: white;
    width: 93%;
    padding: 10px;
    top: 90px;
    margin-left: 8px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    display: inherit;
    overflow-y: scroll;
}

.service-details{
	height: 315px;
	z-index: 150;
	position: absolute;
	background-color: #02205f;
	color: white;
	padding: 10px;
	top: 110px;
	left: 0;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	border-radius: 2px;
	display: inherit;
	overflow-y: scroll;	
}

/*
.legal-text-link{
	font-weight:bold; 
	cursor:pointer;
	font-size:18px; 
	text-align:left; 
	margin-bottom: 20px; 
	margin-left:15px;
	margin-right:15px;
	color:#061dce;
	text-decoration: underline;		
}*/			

.bottom-borderi{
	border-bottom-color: red;
	border-style: outset;
	color:red;
	padding-bottom:10px;
}
.pw-block{
	position: relative;
	float: left;
	width:98%;
}
.pointteri{
	cursor:pointer;
}

.test-notice{
	padding-top:10px;
	background-color: white;
	width: 400px;
	height: 100px;
	margin-top:30px;
}

.sopimus-teksti{
	clear:both;
	text-align: left;
	font-size: 14px;
	line-height: 18px;		
}
