/*LOGIN*/
.maincont-log {
    width: 98%;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 55px;
}
.maincont-log div {
    position: relative;
    margin-bottom: 25px;
}

.pwdrmn a:hover {
    display: block;
    margin-bottom: 5px;
    background-color: #023064;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    border-radius: 5px;
}
.contenitore-login {
    /* max-width: 555px; */
    /* margin: 0 auto; */
    padding: 1px 15px;
    margin-bottom: 55px !important;
    background-color: #FFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contenitore-login input {
    overflow: hidden;
    width: 100%;
    padding: 5px;
    background-color: #e8f0fe !important;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    outline: none;
}
.ok-field-content {
    position: absolute;
    right: 6px;
    bottom: 8px;
    font-family: 'HeydingsCommonIconsRegular';
    color: #36d28a;
}
.no-accept-null {
    position: absolute;
    right: 6px;
    bottom: 8px;
    font-family: 'HeydingsCommonIconsRegular';
    color: #d2363d;
}
.content_menu_dash.requiredcd div select, .content_menu_dash.requiredcd div input {
    display: block;
    padding: 5px;
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
.contenitore-login label {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
}
.log_email {
	font-weight: bold;
}
.log_email:before {
	content: "\f003";
	font-family: "FontAwesome";
	color: #902d42;
}
.log_pwd:before {
	content: "\f09c";
	font-family: "FontAwesome";
	color: #902d42;
}
.log_pwd {
	font-weight: bold;
}
.cont-butt-cf {
    text-align: center;
    margin-bottom: 20px;
}

.pwdrmn a {
    display: block;
    margin-bottom: 5px;
    background-color: #9E9E9E;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    border-radius: 5px;
}

p.acc-reg {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    line-height: 11px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

/*FINE LOGIN*/

a.prosegui_acq, .procedi-cf {
    background-color: #142842;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    cursor:pointer;
}
@media (max-width: 767px) {
	.maincont-log {
	    width: 98%;
	    max-width: 550px;
	    margin: 0 auto;
	    margin-top: 0px;
	}
	.contenitore-login {
	    /* max-width: 555px; */
	    /* margin: 0 auto; */
	    padding: 1px 15px;
	    margin-bottom: 34px !important;
	    background-color: #FFF;
	    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
}




