body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%) fixed, url('https://www.transparenttextures.com/patterns/cubes.png');
  background-blend-mode: lighten;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}


.card {
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.12);
  border: 1.5px solid #e0e7ef;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  transition: box-shadow 0.2s, border 0.2s;
}
.card:hover {
  box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.18);
  border: 1.5px solid #b6c6e6;
}


.form-control-lg {
  border-radius: 8px;
  border: 1.5px solid #b6c6e6;
  font-size: 1.08rem;
  background: #f8fafc;
  transition: border 0.2s, box-shadow 0.2s;
}
.form-control-lg:focus {
  border-color: #1a237e;
  box-shadow: 0 0 0 2px #e0e7ff;
  background: #fff;
}


.container {
  min-height: 100vh;
}

.card {
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.10);
  border: 1.5px solid #e0e7ef;
  background: #fff;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.16);
}

img[alt="University Logo"] {
  border-radius: 50%;
  border: 2.5px solid #1a237e;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26,35,126,0.10);
}


h2, .fw-bold {
  font-family: 'Georgia', 'Times New Roman', serif;
  letter-spacing: 1.2px;
  color: #1a237e;
  font-size: 2.2rem;
  text-shadow: 0 2px 8px rgba(26,35,126,0.06);
}
.fw-semibold {
  color: #283593;
}


hr {
  border-top: 2px solid #333;
  opacity: 1;
}

.table-bordered th, .table-bordered td {
  border: 1.5px solid #1a237e !important;
}
.table th, .table td {
  vertical-align: middle;
}
.table thead th {
  background: #e3e8f7;
  font-weight: 700;
  font-size: 1.13rem;
  color: #1a237e;
}
.table-secondary th, .table-secondary td {
  background: #f3f3f3 !important;
  font-weight: 700;
  color: #1a237e;
}


.btn-primary {
  background: linear-gradient(90deg, #283593 0%, #1a237e 100%);
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(26,35,126,0.08);
  border-radius: 8px;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #1a237e 0%, #283593 100%);
  box-shadow: 0 4px 16px rgba(26,35,126,0.12);
}
.btn-outline-secondary, .btn-reset {
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1.5px solid #1a237e;
  background: #fff;
  color: #1a237e;
  border-radius: 8px;
  margin-top: 0.5rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(26,35,126,0.04);
}
.btn-outline-secondary:hover, .btn-reset:hover {
  background: #e3e8f7;
  color: #1a237e;
  box-shadow: 0 2px 8px rgba(26,35,126,0.10);
}

.text-end span {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  font-family: 'Georgia', serif;
}

@media (max-width: 600px) {
  .card, .card-body, .card-header {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  h2, .fw-bold {
    font-size: 1.3rem;
  }
  .table th, .table td {
    font-size: 0.95rem;
  }
  .btn, .btn-primary, .btn-outline-secondary {
    font-size: 1rem;
    padding: 0.6rem 1.1rem;
  }
}
