.magistru-forma {
  display: flex;
  flex-flow: column;
} 
.magistru-forma abel.form-required {
  display: flex;
  gap: 3px;
}
.magistru-forma label.form-required:before {
  content: "*";
  color: red;
}
.magistru-forma > * {
  max-width: 90%;
  width: 100%;
  margin: 0.25rem auto !important;
}
.magistru-forma input[type="submit"] {
  width: fit-content !important;  
}
.magistru-forma .form-item {
  width: 100% !important;
}
.magistru-forma .js-form-type-webform-document-file {
  display: flex;
  flex-flow: column;
}
.magistru-forma .js-form-item-application-form {
  margin-top: 2rem;
}
.magistru-forma .js-form-type-webform-document-file .messages {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: red;
}
.magistru-forma .js-form-type-webform-document-file span.file {
  width: 60%;
}
.magistru-forma .js-form-type-webform-document-file .js-form-managed-file {
  display: flex;
  height: 3rem;
  align-items: center;
  flex-flow: row wrap;
}
.magistru-forma .js-form-type-webform-document-file .js-form-managed-file input {
  margin: 0;
  width: fit-content;
}
.magistru-forma .js-form-type-webform-document-file .js-form-managed-file input[type="file"] {
  border: 1px solid gray;
  border-radius: 6px;
  padding: 3px;
  margin-right: 0.75rem;
}
.magistru-forma .js-form-type-webform-document-file .description {
  display: none;
}
.magistru-forma .js-form-type-processed-text {
  font-size: 1rem !important;
}
.magistru-forma .form-submit {
  padding: 0.25rem 2.5rem !important;  
}
@media only screen and (min-width: 1000px) {
  .magistru-forma > * {
    max-width: 60%;
    margin-left: 0 !important;
  }
  .magistru-forma .js-form-type-processed-text {
    max-width: 80% !important;
  }
}