
.login-form {
    padding: 25px;
}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form textarea{
    font-family: 'roboto';
    font-size: 40px;
    color: #757575;
    letter-spacing: 0;
    line-height: 48px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BBB79D;
    margin-bottom: 45px;
    width: 100%;
}
.checkbox-round {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--gray-light);
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid var(--olive);
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 20px;
}
.checkbox-round:checked {
    background-color: var(--olive);
}
.check-b{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.contacts-section.login{
    padding-right: 35px;
}
.contacts-section.register{
    padding-left: 35px;
}
.button.btn-green:disabled{
    background-color: darkgrey;
}
#login div:last-child{
    margin-top: 45px;
}
.user-account{
    padding: 35px;
}
.acc-table-cont{
    margin-bottom: 45px;
}
.full-page-header .container-1920 {
    background-image: url(../images/chi-siamo.jpeg);
    min-height: 50vh;
}
.full-page-header .container-1920 {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 80px;
    color: white;
    position: relative;
    max-width: 2600px;
}
.container-1920 {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.full-page-header .container-1920 a{
    position: absolute;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 992px){
    .contatti-form textarea {
        height: 200px;
    }
    .contacts-section.login{
        padding-right: 12px;
        margin-bottom: 50px;
    }
    .contacts-section.register{
        padding-left: 12px;
    }
    .form-button{
        text-align: center;
    }
    .form-button button{
        width: 60%;
    }
    .check-accont{
        text-align: center;
        margin-bottom: 35px;
    }
}
@media (max-width: 450px){
    .login-form input[type="text"], .login-form input[type="password"], .login-form textarea {
        font-size: 30px;
    }
    .user-account{
        padding: 35px 15px;
    }
    #no-more-tables td {
        word-break: break-word !important;
    }
}
