/*global*/
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  background-image: url('https://yourbooking.pro/panel/img/fondo-seccion-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

p {
  font-size: 20px;
}

.all {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.header {
  width: 100%;
  float: left;
  background-color: #fff;
  height: 80px;
}

.logo-header {
  width: 80px;
  margin-top: 19px;
}

.all-content {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.item-header {
  text-align: center;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px); /* Ajuste para considerar la altura de la cabecera */
  width: 100%;
}

.login100-form {
  width: 100%;
  max-width: 350px; /* Reducir el ancho máximo */
  padding: 20px; /* Reducir el padding */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px 0; /* Espacio entre formularios */
}

#recovery {
  width: 100%;
  max-width: 350px; /* Reducir el ancho máximo */
  padding: 0; /* Reducir el padding */
  margin: 10px 0; /* Espacio entre formularios */
}

.login100-form-title h4, .recovery-form-title h4 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.wrap-input100, .forgotPasswordDiv {
  position: relative;
  margin-bottom: 20px;
}

.input100, .form-control {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background: #f9f9f9;
}

.input100:focus, .form-control:focus {
  border-color: #007bff;
  background: #fff;
}

/*
.label-input100 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  font-size: 16px;
  color: #999;
  transition: all 0.3s ease;
}
*/

.input100:focus + .label-input100,
.input100:not(:placeholder-shown) + .label-input100 {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #007bff;
}

.form-btn-container, .text-center {
  text-align: center;
}

.login100-form-btn, #button-addon2 {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #007bff;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login100-form-btn:hover, #button-addon2:hover {
  background: #0056b3;
}

.txt1 {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}

.txt1:hover {
  text-decoration: underline;
}

#loginForm span h4 {
  float: left;
  width: 100%;
  position: relative;
}

/* CSS específico para el formulario de recuperación */
#recovery .forgotPasswordDiv {
  display: flex;
  align-items: center;
}

#recovery .form-control {
  flex: 1;
  border-radius: 5px 0 0 5px;
  padding-top: 9px;
  padding-bottom: 10px;
}

#recovery #button-addon2 {
  border-radius: 0 5px 5px 0;
  width: auto;
  padding: 10px 20px;
}
