/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.consent-info {
    /*margin-top: 0.5em;*/
    text-align: justify;
    font-size: 13px;
}

.consent-check {
    margin: 0.5em 0;
    display: table;
}

.consent-check label {
    padding-left: 3px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

input#consent {
    display: table-cell;
    margin-top: 20px;
}

.se-register-form {
    background-color: #58595b94 !important;
}


.se-register-form .se_form_button {
    border: none;
}

.se-register-form .se_form_field {
    border: none;
}
