.form {
    margin: 0 auto; /* Center the form horizontally */
}

textarea.form-control {
  height: 320px;
}


#edit-e-mail .fieldset-legend {
    display: none !important;
}
#edit-e-mail {
  width: 100%;
}

.form .form-legend {
    margin-top: 1rem;
}

.form-check:not(:last-child) {
  margin-top: 1rem;
  margin-left: 10px;
}

#edit-dodaj-zalacznik--label {
  margin-top: 1rem;
}

.fieldset-legend {
  margin-bottom: -0.5rem;
 font-weight: normal;
}