.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.avatar_utente {
    background-color: #ff6904;
    border-radius: 50%;
    padding: 9px 11px;
    color: #fff;
}

.invalid_field{
    color: #c20101;
    font-weight: 600;
    margin-top: 5px;
}

input.validation-invalid-label{
    border: 1px solid #c20101;
}

.metismenu li.mm-active ul.mm-show{
    height: auto !important;
}

.wrapper.toggled .app_logo{
    display: none;
}

@media (min-width: 1100px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

.box-login, .box-registrati {
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    background: #007dc5;
    background: linear-gradient(45deg,#007dc5 0,#37a6e6 100%);
    color: #fff;
    height: 100%;
}

.box-registrati {
    background: #ed1c24;
    background: linear-gradient(45deg,#ed1c24 0,#fe5e5a 100%);
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
}

.box-registrati .btn-outline-white:hover{
    color: #ed1c24;
    border-color: #ffffff;
    background-color: #ffffff;
}

.box-login .btn-outline-white:hover{
    color: #007dc5;
    border-color: #ffffff;
    background-color: #ffffff;
}

form.not_validated .form-control.has-error,
form.invalid_form input.error{
    border-color: #f41127;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f41127'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f41127' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.has-feedback span.validation-invalid-label,
form.invalid_form label.error{
    color: #f41127;
    font-weight: 600;
}

#form_registrazione .has-feedback span.validation-invalid-label,
#form_registrazione.invalid_form label.error {
    color: #fff70a;
}


.form-check-input.has-error {
    border-color: #f41127;
}
