/* CSS Document */

body, input, .pulsante { font-family:Ubuntu,Sans-Serif;font-size : 13px; color:#666; font-weight:300; background:#f3f3f4}
a{color:#888888;}
legend{ margin-top: -18px; line-height: 54px;}

#header{ height: 34px; width: 100%;}
#logo_cimolai{   margin-top: -17px;
    margin-bottom: 12px;
    margin-left: 19px;
}
/* LINGUE */
#menu_lin{ float:right; margin-right:16px;}
.flag{border:none; width:20px; margin-top:-2px; margin-right:2px}
ul#menu_lin li {
    display: inline;
	margin-left:12px;
}

ul#menu_lin li a {
    padding: 0px 3px;
    text-decoration: none;

}

/* FORM */
.form-group{margin-bottom:6px;}
.buttons_container{width:100%;text-align:right;}
.alert_container{height:20px; width:100%}
#form_container{    margin: 30px auto 10px; width:350px;}

.after_form {
	height: 50px;
    padding: 15px 22px;
    width: 100%;
}

.after_form_link {
	/*width:50%;*/
	text-align:center;
	float:left;
	
}

.after_form_link a:link {
    color: rgb(102, 102, 102);
	text-decoration:none;
}

/* visited link */
.after_form_link a:visited {
    color: #333;
	text-decoration:none;
}

/* mouse over link */
.after_form_link a:hover {
    color: #000;
	text-decoration:underline;
}

/* selected link */
.after_form_link a:active {
    color: #333;
	text-decoration:none;
}
#registra{float:left;}
#dimenticata{float:right;}

#login_form { /*border:1px solid #bbb;*/
	background-color: #fff;
	padding:19px;
    margin-top: 2px;
	position:relative;
}
#f_password, #f_e_mail {
    border-radius: 0;
    width: 312px;
}
.form-control {
    padding-right: 42.5px;
}
.messaggiologin{ position:absolute; bottom:52px;}
.btn{padding:6px 18px;}
.btn{border-radius:0 !important;}


.login_msg{    color: #000;
    font-size: 15px;
    height: 61px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;}

/*
#login_form legend {
  padding: 0.2em 0.5em;
  border:1px solid #bbb;
  text-align:left;
  }

#login_form textarea {
	width:200px;
	height:120px;
	display:block;
	float:left;
}

#login_form select {
	width:200px;
	display:block;
	float:left;
}

#login_form label {
	width:100px;
	display:block;
	padding:5px 0 0 20px;
	float:left;	
	
}

#login_form label.error, #login_form label.messaggiologin {
	width:310px;
	display:block;
	float:left;
	
}

.login_fieldset {
	background-color:#eeeeee;
}

#login_legend {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:400;
	font-size: 13px;
	width:160px;
	height:28px;
}*/

