.contenitore-login form div {
    position: relative;
}

span.ok-field-content,
span.no-accept-null {
    font-family: 'HeydingsCommonIconsRegular';
    position: absolute;
    right: 5px;
    bottom: 30px;
}
span.no-accept-null {
    color: #ff0e00;
}
span.ok-field-content {
    color: #16bb04;
}


.container-reg-car input.error_input{
    border-color: #ff1000 !important;
    background-color: #ffe9e9;
}



