.form-group {
  display: flex;
  row-gap: 1rem;
  column-gap: 1.5rem;
}
.form-group .form-field {
  width: 48%;
  flex-grow: 1;
}

#login-box .form-group {
  display: block;
}

.form-control {
  border-width: 1px;
  border-color: #DEE2E5;
}

.alert {
  border-radius: 3px;
}
.alert.validation-code {
  margin-bottom: 4rem;
}

.validation-code-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .form-group {
    flex-direction: column;
  }
  .form-group .form-field {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
