/* Reset Password component specific styles */
.reset-password-header {
  margin-bottom: 24px;
}

.form-subtitle {
  color: #94a3b8;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0;
}

.back-to-login {
  text-align: center;
  margin-top: 20px;
}

.back-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.back-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

input[readonly] {
  background: rgba(255, 255, 255, 0.03);
  cursor: not-allowed;
}
