
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

.clear{
clear:both;
}
#error{

background-color:#f3fafd;
padding:15px;
border-bottom:1px solid #0e89af;
text-align:center;
color:red;
display:none;

}
::selection {/*Kijelöléskor háttér és betű szín változik*/
	color: Blue;
	background: #76f6ba; /* webkiti */
}
::-moz-selection {
	color: blue;
	background: #76f6ba; 
}


* { /*Css kinullázása*/
	margin: 0;
	padding: 0;
	border: 0;
}


body {/*Test háttér betű aláhuzás*/
	background: #f1f4f5;
	font-family: sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
}
#wrapper {
	width: 300px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -200px;
}



/*Belépés formunk*/

.login-form {
	width: 500px;
	margin: 0 auto;
	position: relative;
	background: #e6e6e6;/*login form felsőrésze*/
	border: 1px dashed #cdcdcd;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*Fejléc*/
.login-form .header {
	padding: 40px 30px 30px 30px;
}

.login-form .header h1 {/*Belépés szöveg*/
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:30px;
	color: #414848;
	margin-bottom: 10px;
}

.login-form .header span {/*Egyéb szöveg*/
	font-size: 11px;
	line-height: 16px;
	color: #678889;
}

/*tartalom*/
.login-form .content {
	padding: 0 30px 25px 30px;
}

/* input mező */
.login-form .content .input {
	width: 210px;
	padding: 15px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-right:3px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);/*Doboz belsejében lévő árnyék 3d-hatás*/
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}



.login-form .content .input:hover {
	background: #ece2df;
	color: #414848;
}

.login-form .content .input:focus {
	background: #e3d4cf;
}

.user-icon{
width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

} .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.user-icon {
    border:1px solid #dae2e5;
	top:160px; /* forumnk tetejétől mért távolság 147 */
	background: url(../images/user-icon.png) no-repeat center;	
}

.pass-icon {
    border:1px solid #dae2e5;
	top:160px;
	background: url(../images/pass-icon.png) no-repeat center;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 1s; /*animáció mikor kezdöjön */
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}

/*Lábléc*/

.footer {
	padding: 25px 30px 40px 30px;/*Fellül jobb allul bal*/
	overflow: auto;
	
	background: #dfd5d4;
	border-top: 1px solid #fff;
	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Belépés gomb */
.button {
	float:right;
	padding: 11px 25px;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #e17556;
	border: 1px solid #e5876c;
	border-radius: 30px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.button:hover {
	background: #b85a3f;
	border: 1px dashed #d4c7c5;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}



/* Regisztráció gomb */
.register {
	display: block;
	float: left;
	padding: 10px;
	margin-right: 20px;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: tahoma;
	font-weight: 300;
	font-size: 18px;
	color: #484141;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.register:hover {
	color: #3fb85a;
}

