/* login.css */

body {
  background-color: #ffffff;
}

.card {
  border-radius: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}
