/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-image {
  background-image: url("../images/elite/Encabezado.f24e6d9d7924.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  /* Dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Ensure it covers everything */
  overflow: auto;
}

.login-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  text-align: center;
  color: white;
}

.login-card h1 {
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}

.btn-custom {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  width: 80%;
}

.btn-custom:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #000;
}

.logo-text {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  opacity: 0.9;
}

.form-input {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  color: #333;
}

.error-container {
  margin-top: 20px;
}

.error-alert {
  background: rgba(220, 53, 69, 0.9);
  border: none;
  border-radius: 10px;
  padding: 10px;
  color: white;
  font-size: 0.9em;
  margin-bottom: 10px;
}
