.js-form-item label {
  font-size: .875rem;
  font-weight: 400;
}

.webform-ajax-form-wrapper {
  padding: 0 20%;
}

.webform-confirmation__message {
   font-size: 20px;
   text-align: center;
}

#edit-selecciona-el-evento-al-que-te-gustaria-asistir--wrapper legend {
  text-align: center;
}

.form-check {
    margin-bottom: 0.6rem;
}

.invalid-feedback {
  display:block;
}

.webform-button--submit {
    align-items: center;
    background-color: #283c52;
    border-color: #283c52;
    border-radius: 2.5rem;
    color: #fff;
    display: inline-flex;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    line-height: 1.375rem;
    padding: .6875rem 2.5rem;
    text-decoration: none;
    width: auto;
}

.webform-button--submit:hover,
.webform-button--submit:focus,
.webform-button--submit:active {
    border-color: #0c1219;
    background-color: #0c1219;
}

.webform-actions {
   display: flex;
   justify-content: center;
}

@media (max-width: 768px) {
.js-form-item label {
  font-size: .875rem;
}

.webform-ajax-form-wrapper {
  padding: 0;
}
}
