.academy-register-manual-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 18px 0 14px;
  color: #7a728a;
  font-weight: 800;
}

.academy-register-manual-divider::before,
.academy-register-manual-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6dff1;
}

.academy-manual-register-form {
  display: grid !important;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.academy-auth-field {
  display: grid;
  gap: 7px;
  text-align: right;
  font-weight: 900;
  color: #160d25;
}

.academy-auth-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #ded6e8;
  border-radius: 14px;
  padding: 0 14px;
  font: inherit;
  outline: none;
  background: #fff;
}

.academy-auth-field input:focus {
  border-color: #7c2cff;
  box-shadow: 0 0 0 4px rgba(124, 44, 255, .12);
}

.academy-manual-register-submit {
  height: 50px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c2cff, #5f19d6);
  color: #fff;
  font-weight: 1000;
  cursor: pointer;
}

.academy-auth-message {
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}

.academy-auth-message.error {
  background: #fff1f1;
  color: #b42318;
}

.academy-auth-message.success {
  background: #ecfdf3;
  color: #027a48;
}
