.box-white {
    background-color: #ffffff;
    padding-bottom: 20px;
}

textarea {
    height: 200px;
    width: 100%;
    outline: none;
}

.input-contatto {
    color: #6E6E6E;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
}

.input-contatto:focus {
    border-color: #279EC9;
}

.title-contatti {
    color: #6E6E6E;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    text-align: left;
}

.campo-obbligatorio {
    color: #279EC9;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    text-align: left;
}

#labelcontatti {
    color: #6E6E6E;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}

.button-contatto {
    background-color: #249ecc;
    padding: 10px 40px;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    margin-bottom: 20px;
    border: none;
}

.button-contatto:hover {
    background-color: #6E6E6E;
}

input[type="checkbox"] {
    margin: 4px 0 0;
}

.portfolio-modal .close-modal-contatti {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal-contatti:hover {
    opacity: .3;
}

.portfolio-modal .close-modal-contatti .lr {
    z-index: 1051;
    width: 4px;
    height: 35px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal-contatti .lr .rl {
    z-index: 1052;
    width: 4px;
    height: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-body-contatti {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
}