.hide-other-info{
    display: none;
}

.form-label {
    margin-bottom: .5rem;
}

.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.mt-3 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 1.3rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.3rem !important;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .4rem .6rem;
}

#cont-doccheck-login-form input[type="text"],
#cont-doccheck-login-form input[type="email"],
#cont-doccheck-login-form input[type="password"],
#cont-doccheck-login-form select{
   width: 100%;
}
#cont-doccheck-login-form .auth-form-header{
    display: flex;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: linear-gradient(to left, #202B59 0%, #392D5D 62%, #CD337C 100%);
}
#cont-doccheck-login-form .auth-form-header img{
    height:50px; 
    margin-right: 2em;

}
#cont-doccheck-login-form .auth-form-header h1{
    color:#fff;
    font-weight: 400;
    font-size: 2rem;
}
#cont-doccheck-login-form .auth-form-body{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
}

@media only screen and (max-width: 600px) {
    #cont-doccheck-login-form .auth-form-body,
    #cont-doccheck-login-form .auth-form-header,
    #cont-doccheck-login-form .auth-form-footer{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
#cont-doccheck-login-form .auth-form-body label.form-label{
    color: #202B5B;
}
#cont-doccheck-login-form .auth-form-body p{
    font-size: 0.9rem;
}
 
#cont-doccheck-login-form .auth-form-body .anchor-text{
    font-size: 12px;
    color: #202B5B;
    background:none;
    font-weight: 600;
    padding: 0;
}
#cont-doccheck-login-form .auth-form
{
    border:1px solid rgba(229, 231, 235, 1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
#cont-doccheck-login-form .auth-form-body .footer-button{
    display: flex;
    justify-content: space-between;
}
#cont-doccheck-login-form .auth-form-body .footer-button button,
#cont-doccheck-login-form .auth-form-footer .button--default{
   border-radius: 1rem;
}
#cont-doccheck-login-form .auth-form-body .footer-button button:hover,
#cont-doccheck-login-form .auth-form-footer .button--default:hover{
   color: #fff;
   background-color: #C3307C;
}
#cont-doccheck-login-form .auth-form-footer{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}
#cont-doccheck-login-form .auth-form-footer p{
    font-size: 0.8rem;
    color: #202B5B;
}
#cont-doccheck-login-form .auth-form label.text-consent,
#cont-doccheck-login-form .auth-form label.option
{
    font-size: 0.8rem;
}
#cont-doccheck-login-form .auth-form label.option
{
    display: inline-block;
    width: 50%;
}
#cont-doccheck-login-form .auth-form label.option input{
    margin-right: 0.5rem;;
}


@media (max-width: 768px) {
  #cont-doccheck-login-form .auth-form-body .footer-button {
    flex-direction: column-reverse;
    align-items: stretch; /* fa sì che prendano tutta la larghezza */
  }

  #cont-doccheck-login-form .auth-form-body .footer-button a,
  #cont-doccheck-login-form .auth-form-body .footer-button button {
    width: 100%; /* opzionale */
  }
}