footer {
  padding: 16px 16px 24px 16px;
}

.auth-footer-btn {
  background: var(--accent);
  color: #f6f6f6;
  border: none;
  height: 54px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.auth-footer-btn:disabled {
  background: #ccc;
  color: #f6f6f6;
  cursor: not-allowed;
}
