@charset "UTF-8";
/* CSS Document */

body {background-color: #FFFFFF; color:#666666; border:0; margin:0; outline:none;}
a {border:0; outline:none;}
img {border:0; outline:none;}
#login{
    width: 100%;
    text-align: center;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}
#nomeListaSposi, #registrazione{
	background:rgb(225, 8, 122);
	padding:20px;
	color:#fff;
}

#nomeListaSposi h1{
	font-size: 2.5em;
	color: #fff;
	text-align: left;
    font-weight: 200;
    font-family: "Raleway",sans-serif;
    outline: medium none;
}

#nomeListaSposi h2{
	text-align: left;
	color: #fff;
	font-size: 1.3em;
	margin-bottom:3px;
    font-weight: 200;
    font-family: "Raleway",sans-serif;
    outline: medium none;
}
#nomeListaSposi h3{
	color: #fff;
	text-align: left;
	font-size: 0.9em;
    font-weight: 200;
    font-family: "Raleway",sans-serif;
    outline: medium none;
}
#big_box {
    clear: both;
    color: rgb(81, 81, 81);
    position: relative;
    padding: 40px;
    background: #eee;
    text-align: left;
}
#big_box_center form h3 {
    font-family: "QuicksandBook";
    font-size: 19px;
    color: rgb(81, 81, 81);
    font-weight: 100;
    margin-bottom: 23px;
	margin-top: 23px;
}

.medium_input_text {
    height: 30px;
	margin-bottom: 15px;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
}
.button {
    background-color: rgb(225, 8, 122);
    color: rgb(255, 255, 255);
    font-size: 20px;
    border: 0px none;
    padding: 8px 16px;
    text-align: center;
}

#msgRegister, #errorMsg{
	margin-bottom: 20px;
	line-height: 20px;
}
#errorMsg{
	color: #f00 !important; 
}

#msgRegister strong{
	font-weight:bold;
}

#entra, #registrati { 
	cursor:pointer;
	width: 100px;
	left: 50%;
	position: relative;
	margin-left: -50px;
	margin-bottom:20px;
    font-weight: 200;
    font-family: "Raleway",sans-serif;
    outline: medium none;
}


#passwordDimenticata{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}