body {
    background-color: #ffffff;
    font-family: 'Quicksand', sans-serif;
}

.dati-evento {
    font-size: 20px;
}

.testo-form {
    font-size: 20px;
}

.text-label-corso {
    color: #003A40;
}

input:disabled {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}

label {
    font-weight: bold;
    font-size: 18px;
}

.bg-azzure-lime {
    background-color: rgba(59, 138, 134, 0.8);
    color: #FFF;
    border-bottom: 12px solid #8ca615;
}

.anteprima-docente {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0px auto;
}

.docente {
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    margin-top: 15px;
}

.bar {
    text-decoration: line-through #dc3545 3px;
}

/*FORM EVENTO*/
.form-background {
    position: relative;
    height: 50vh;
}

.form-background:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #8ca615;
    z-index: 1;
}

.form-background .bg-img  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

@media screen and (max-width: 1024px) {
    .form-background {
        height: 40vh;
    }
}

@media screen and (max-width: 768px) {
    .form-background {
        height: 30vh;
    }
}