.eventRegistrated,
.eventRegistrer,
.eventRegistratedSuccess,
.eventRegistrationIsClosed {
    width: 100%;
    padding: 20px !important;
    color: white;
    background-color: yellowgreen;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-weight: 300 !important;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
    font-size: 16px !important;
    cursor: default;
}
.eventRegistrer {
    background-color: #40d9f1 !important;
}
.eventRegistrer:hover {
    background-color: #40d9f1b4 !important;
}
.eventRegError {
    width: 100%;
    padding: 20px !important;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-weight: bold !important;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
    font-size: 16px !important;
    cursor: default;

}

.anonymRegistrationForm label,
.anonymRegistrationForm input{
    width: 100%;
    text-align: left;
    display: block;
}
.anonymRegistrationForm label {
    margin-bottom: unset !important;
    margin-top: 4px !important;
}
.anonymRegistrationForm .eventRegistrer {
    text-align: center;
}

.anonymRegistrationForm label.emptyField {
    margin-top: 10px;
    color: #d65050 !important;
}
.anonymRegistrationForm .eventRegistratedSuccess {
    background-color: unset !important;
    color: black;
    border-bottom: 2px solid yellowgreen;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    text-align: center;
}
.eventRegistrationIsClosed,
.anonymRegistrationForm .eventRegistrationIsClosed {
    background-color: #d8bd2a !important;
}
.anonymRegistrationForm .g-recaptcha {
    margin-top: 20px;
    width: unset !important;
    display: inline-block !important
}
.anonymRegistrationForm .g-recaptcha > div{
    width: 100%;
}
.anonymRegistrationForm .captchaHolder {
    text-align: center;
}

.registration-table table th#id {
    width: 5% !important;
}
.registration-table table th#user_id,
.registration-table table th#event_id {
    width: 8% !important;
}
.registration-table table th#email {
    width: 20% !important;
}

