.auth-teach-user {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  height: 100%;
  min-height: 100vh;
}
.auth-teach-user .container {
  font-size: 15px;
  flex: 1;
  padding-left: 10%;
  padding-right: 10%;
  max-width: 1000px;
}
.auth-teach-user .container .describe-wrapper {
  display: flex;
  justify-content: center;
}
.auth-teach-user .container .describe {
  display: inline-block;
  text-align: left;
}
.auth-teach-user h1 {
  text-align: center;
  padding-bottom: 10px;
}
.auth-teach-user .field {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .auth-teach-user .field {
    display: flex;
    align-items: flex-start;
  }
  .auth-teach-user .field.invitation {
    display: block;
  }
}
@media (min-width: 900px) {
  .auth-teach-user .field > :not(label),
  .auth-teach-user .field > .field_with_errors > :not(label) {
    flex: 60%;
    text-align: left;
    width: 60%;
  }
}
@media (min-width: 900px) {
  .auth-teach-user .field > label,
  .auth-teach-user .field > .field_with_errors > label {
    flex: 40%;
    text-align: left;
    max-width: 40%;
  }
}
.auth-teach-user .field.login {
  margin-top: 30px;
  margin-bottom: 30px;
}
.auth-teach-user .field.login {
  margin-top: 30px;
  margin-bottom: 30px;
}
.auth-teach-user .field .label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}
.auth-teach-user label.required::after {
  content: " *";
  color: red;
  margin-left: 2px;
}
.auth-teach-user .field input {
  display: block;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.auth-teach-user .actions {
  display: flex;
  justify-content: center;
}
.auth-teach-user .name-field {
  display: flex;
  gap: 8px;
}
.auth-teach-user .name-input {
  flex: 1;
  box-sizing: border-box;
}
.auth-teach-user .field_with_errors {
  display: contents;
}
.auth-teach-user .describe {
  margin-bottom: 20px;
}
.auth-teach-user .describe ul li {
  margin-bottom: 20px;
}
.auth-teach-user .checkbox.confirm-delete {
  margin-bottom: 40px;
}
.auth-teach-user .checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: flex-start;
}
.auth-teach-user .checkbox span {
  display: flex;
  align-items: flex-start;
  min-width: 100px;
  max-width: 100px;
}
.auth-teach-user .checkbox span input {
  width: 30%;
  margin-right: 6px;
  margin-top: 6px;
}
.auth-teach-user .checkbox span label {
  word-break: break-word;
  white-space: normal;
}
.auth-teach-user .checkbox span .other-text {
  width: 100%;
}
.auth-teach-user .other {
  padding-top: 8px;
}
.auth-teach-user .c-btn-yellow {
  width: 100%;
  font-size: 1.8rem;
}
.auth-teach-user .c-btn-blue {
  width: 100%;
  font-size: 1.8rem;
  background: #4EC1F0;
  outline: none;
  border: none;
}
.auth-teach-user .login_input_field {
  margin-top: 100px;
  margin-bottom: 50px;
}
.auth-teach-user .login_input_field .actions {
  margin-top: 50px;
}
.auth-teach-user .alert-critical {
  border: 2px solid red;
  border-radius: 8px;
  background-color: #ffe6e6;
  padding: 16px;
  color: red;
}
.auth-teach-user .alert-critical a {
  color: #0D6EFD;
  text-decoration: underline;
}
.auth-teach-user .alert-critical ul {
  padding-left: 15px;
}
.auth-teach-user .alert-critical ul li {
  list-style-type: disc;
}
.auth-teach-user .magic-link .c-btn-blue {
  line-height: 1.5;
}
.auth-teach-user .l-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
}
