html, body {
  height: 100%;
  margin: 0;
  font-family: 'Nunito', sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #eef4f4;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  background-size: cover;
}

.card {
  width: 100%;
  max-width: 450px;
  border-radius: 1rem;
}

form.user .form-control-user {
  font-size: 1rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

form.user .btn-user {
  font-size: 1rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.text-brand {
  color: #ee5050 !important;
}