body {
  font-family: Arial, sans-serif;
  background: #f2f2f2;
  margin: 0;
  padding: 0;
}

.container {
  width: 400px;
  max-width: 90%;
  margin: 60px auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  text-align: center;
}

h1, h2 {
  margin-bottom: 20px;
}

label {
  display: block;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

button {
  margin-top: 18px;
  padding: 10px 20px;
  background: #2c7be5;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #1a5fcc;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

p {
  margin-top: 15px;
}

/* =========================
   LOGO INSTITUCIONAL
========================= */

.logo-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.logo-container img {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
    display: inline-block;
}

/* =========================
   TITULOS
========================= */

.portal-title {
    text-align: center;
    margin-bottom: 25px;
}

.portal-title h1 {
    margin: 0;
    font-size: 36px;
    color: #111827;
}

.portal-title p {
    margin-top: 8px;
    color: #666;
    font-size: 15px;
}
