.cpst-registrazione-wrapper form {
    padding: 1em;
}

#registrazione-campi-opzionali {
    margin-bottom: 10px;
}

#registrazione-campi-opzionali a {
    text-decoration: underline;
}

.cpst-registrazione-wrapper .form-group-opzionali {
    display: none;
}

.cpst-registrazione-wrapper .form-group input,
.cpst-registrazione-wrapper .form-group button,
.cpst-registrazione-wrapper .form-group select{
    width: 100%;
}


.cpst-registrazione-wrapper .logo {
    max-height: 110px;
}

.cpst-registrazione-wrapper .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.cpst-registrazione-wrapper .codice-sconto-section {
    margin: 0 auto;
    width: 50%;
}

.cpst-registrazione-wrapper .scelta-pagamento-section {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: baseline;
}

@media only screen and (max-width: 600px) {
    .cpst-registrazione-wrapper .row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.cpst-registrazione-wrapper  {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
}

.cpst-registrazione-wrapper .group-item.row .button-item {
    width: 100%;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    border-width: 1px;
}


.cpst-registrazione-wrapper .group-item.row .cpst-registrazione-submit {
    width: 100%;
    text-align: center;
}

/*


.cpst-sms-wrapper.modal {
    max-width: 50%;
}

.cpst-registrazione-gdpr-wrapper.modal {
    margin-top: 150px;
    max-width: 90%;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-header,
.cpst-sms-wrapper.modal .modal-header {
    text-align: center;
    font-weight: bold;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-header {
    border-bottom: 1px solid #ece7e7;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-header h3,
.cpst-sms-wrapper.modal .modal-header h3 {
    margin: 20px 0px;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-content .informativa {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    border-bottom: 1px solid #ece7e7;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-content label {
    font-size: inherit;
    margin-left: 15px;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-content .consensi {
    margin-top: 30px;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-content .consenso {
    border-bottom: 1px solid #ece7e7;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-content .consenso .consenso-testo-errore,
.cpst-registrazione-gdpr-wrapper.modal .modal-footer .otp-errore,
.cpst-registrazione-gdpr-wrapper.modal .modal-footer .otp-errore-no-match,
.cpst-sms-wrapper.modal .modal-footer .otp-errore-generico,
.cpst-sms-wrapper.modal .modal-footer .otp-errore,
.cpst-sms-wrapper.modal .modal-footer .otp-errore-no-match {
    display: none;
    color: #cd2653;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-footer,
.cpst-sms-wrapper.modal .modal-footer {
    text-align: center;
}

.cpst-registrazione-gdpr-wrapper.modal .modal-footer .invio,
.cpst-sms-wrapper.modal .modal-footer .invio {
    margin-top: 15px;
}

.cpst-registrazione-gdpr-wrapper.modal #gdpr-invio,
.cpst-sms-wrapper.modal #registrazione-otp-invio {
    width: 80%;
}

.cpst-registrazione-gdpr-wrapper.modal .otp p,
.cpst-sms-wrapper.modal .otp p {
    margin: 20px 0px 10px 0px;
}

.cpst-registrazione-gdpr-wrapper.modal .otp input,
.cpst-sms-wrapper.modal .otp input {
    display: inline-block;
    text-align: center;
    font-size: larger;
    width: 20%;
}

 */