@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

.role-section {
  position: relative;
  background-image: url("../img/dpmpd_office.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.role-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(110, 140, 110, 0.35);
}

#cardMahasiswa:hover,
#cardDosen:hover,
#cardAdmin:hover {
  cursor: pointer;
  background-color: #66bb6a;
  color: white;
  transition: 0.3s;
}

.card.selected {
  background-color: #4caf50;
  color: white;
}

.card-mahasiswa {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  color: white;
}

.logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.logo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.btn-login {
  background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.welcome-text {
  color: #2e7d32;
}

.subtitle {
  color: #4caf50;
}

@media (width <= 992px) {
  .role-section,
  .form-section {
    height: 100vh;
  }
}
