.bootiga-login-form,
.bootiga-register-form,
.bootiga-reset-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.bootiga-input {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bootiga-submit {
  background-color: #1d72b8;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.bootiga-submit:hover {
  background-color: #155a96;
}

/* Oculta pestañas en rutas de login, registro y recuperar contraseña */
body[class*="user-login"] .tabs.primary,
body[class*="user-register"] .tabs.primary,
body[class*="user-pass"] .tabs.primary {
  display: none !important;
}


.bootiga-login-form,
.bootiga-register-form,
.bootiga-reset-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.bootiga-form-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.bootiga-input {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bootiga-submit {
  background-color: #1d72b8;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.bootiga-submit:hover {
  background-color: #155a96;
}

.bootiga-register-link {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.95rem;
}

.bootiga-register-link a {
  color: #1d72b8;
  text-decoration: underline;
}

.path-user .page__admin-tabs{
display:none;
}

.path-user .heading{
	display:none;
}
