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;
}