.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-color: #005EA7;
}
#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: #005EA7;
}
#cont-doccheck-login-form .auth-form-body p{
    font-size: 0.9rem;
}
#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-footer{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}
#cont-doccheck-login-form .auth-form-footer p{
    font-size: 0.8rem;
}
#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;;
}
