body {
  font-family: "Roboto", sans-serif;
  background-color: #0000 !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
}

.login-card {
  background-color: #ffff;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  max-width: 420px;
  width: 100%;
}

.logo-circle {
  width: 90px;
  height: 90px;
  background: #e04a58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 0 auto 1.5rem;
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alert {
  border-radius: 8px;
}
