/* STE Login Rediseño Moderno con curva SVG */
.ste-login-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  font-family: 'Montserrat', Arial, sans-serif;
  width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*.ste-login-left {
  width: 65vw;
  min-width: 400px;
  max-width: 100vw;
  background-color: #dfe0e2;
  background-image: url('/assets/temptk/img/ste/STE%201600%20x%201200_Resolucion%2072ppp.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/
.ste-login-left {
  width: 70vw;
  min-width: 400px;
  max-width: 100vw;
  background: linear-gradient(135deg, #181818 0%, #f7f8fa 100%);
  background-image: url('/assets/temptk/img/ste/STE%201600%20x%201200_Resolucion%2072ppp.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.01em;
  background: #f7f8fa;
}
.ste-login-curve-abs {
  position: absolute;
  left: calc(50% - 70px); /* Centra el SVG de 140px */
  top: 0;
  height: 100vh;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.ste-login-left .ste-logo-large {
  max-width: 340px;
  width: 80%;
  margin-bottom: 2rem;
}
.ste-login-left .ste-login-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.ste-login-left .ste-login-copyright {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b2ebf2;
  margin-top: 2rem;
}
.ste-login-right {
  flex: 1 1 0;
   color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ste-login-form-box form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ste-login-form-box .form-group input,
.ste-login-form-box .btn-ste-login {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

.ste-login-form-box {
  width: 100%;
  max-width: 370px;
  background: #fff;
  border-radius: 22px;
  border: 2px solid #e3e6f7;
  box-shadow: 0 8px 32px rgba(76, 175, 255, 0.18);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.ste-login-form-box .ste-logo-small {
  max-width: 120px;
  margin-bottom: 1.2rem;
}
.ste-login-form-box .ste-logo-small {
  max-width: 90px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: rgba(200,200,200,0.1);
  padding: 18px;
  display: block;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.ste-login-form-box .ste-login-form-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4b2e83;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.01em;
}
.ste-login-form-box .form-group {
  width: 100%;
  margin-bottom: 1.1rem;
}
.ste-login-form-box .form-control {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  border: 1px solid #bdbdbd;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  transition: border 0.2s;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f9fafd;
  color: #222;
}
.ste-login-form-box .form-control:focus {
  border-color: #00bcd4;
  outline: none;
}
.ste-login-form-box .btn-ste-login {
  width: 100%;
  background: linear-gradient(90deg, #4b2e83 0%, #00bcd4 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 0.9rem 0;
  font-size: 1.15rem;
  margin-top: 0.7rem;
  margin-bottom: 0.9rem;
  transition: box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 18px rgba(76, 175, 255, 0.18), 0 1.5px 0 #00bcd4 inset;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.ste-login-form-box .btn-ste-login:hover {
  background: linear-gradient(90deg, #00bcd4 0%, #4b2e83 100%);
  box-shadow: 0 8px 32px rgba(76, 175, 255, 0.22);
}
.ste-login-form-box .ste-login-remember {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.ste-login-form-box .ste-login-remember label {
  margin-left: 0.5rem;
  font-size: 0.98rem;
  color: #555;
  font-family: 'Montserrat', Arial, sans-serif;
}
.ste-login-form-box .ste-login-forgot {
  width: 100%;
  text-align: right;
  margin-bottom: 0.5rem;
}
.ste-login-form-box .ste-login-forgot a {
  color: #00bcd4;
  font-size: 0.98rem;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
}
.ste-login-form-box .ste-login-forgot a:hover {
  text-decoration: underline;
}
.alert.alert-warning {
  background: #fff0f0;
  color: #b71c1c;
  border: 1.5px solid #f44336;
  border-radius: 10px;
  padding: 0.85rem 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(244,67,54,0.08);
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.alert.alert-success {
  background: #e6fff3;
  color: #1b7e4b;
  border: 1.5px solid #4caf50;
  border-radius: 10px;
  padding: 0.85rem 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(76,175,80,0.08);
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.alert.alert-warning ul {
  margin: 0;
  padding-left: 1.2em;
}
.alert.alert-warning li {
  list-style: disc inside;
}
/* Iconos en los inputs */
.input-icon {
  position: relative;
  width: 100%;
}
.input-icon input {
  padding-left: 2.2rem !important;
}
.input-icon .icon {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  color: #bdbdbd;
  pointer-events: none;
}

/* Ajustes de tamaño para alerta y botón */
.alert.alert-warning {
  margin-bottom: 1.5rem;
  font-size: 1.08rem;
  box-shadow: 0 4px 18px rgba(244,67,54,0.10);
  width: 100%;
  max-width: 370px;
  box-sizing: border-box;
}
.ste-login-form-box .btn-ste-login {
  margin-bottom: 1.5rem;
  max-width: 370px;
}
