body {
  background-image:
    linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.85)),
    url("https://meeturi.reitoria.br/theme-v3/assets/img/fundo-meialogo.png");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.login-card {
  width: 100%;
  max-width: 420px;
  padding: 2.5rem;
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.btn-primary {
  background-color: #016c94;
  border-color: #016c94;
  padding: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #015170;
  border-color: #015170;
  transform: translateY(-2px);
}

.brand-logo {
  max-width: 240px;
  margin-bottom: 2rem;
}

.form-control:focus {
  border-color: #016c94;
  box-shadow: 0 0 0 0.25rem rgba(1, 108, 148, 0.15);
}
