html {
    background-color:#0060ad
  }

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: large;
    background: #d05418 url("/img/bg-login_prd.jpg") no-repeat center center fixed;
    background-size: cover;
}

.form-container{
    width: 500px;
    background-color: white;
    justify-content: center;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;
    padding: 50px;
    padding-top: 2%;
    font-family: 'Montserrat', sans-serif;
}
.form-encuesta{
    width: 800px;
    background-color: white;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ;
    padding: 50px;
    padding-top: 2%;
    font-family: 'Montserrat', sans-serif;
}
form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Montserrat', sans-serif;

}

input, button{
    border-radius: 4px;    
    padding: 15px 30px;
    font-size: large;
    font-family: 'Montserrat', sans-serif;
}
.src-only{
    position: absolute;
    left: -10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ent{
    border: 2px solid black;
}

button{
    background-color: steelblue;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.error{
    color: red;
}

.escondido{
    display: none;
}
.p_vig{
    color: #7d7d7d; font-weight: 400;font-size: small;
}
.hi_cierra{
    color: #249800;
}


/*.he_header{
    background-color: #0060AA;
    width: 500px;
    height: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }*/
  .he_header {
    display: flex;
    height: 80px;
    justify-content: center;
    /*background-color: #0060AA; */
	background-color: rgba(0, 0, 0, 0.45);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border: 3px solid rgba(235,243,248,.8);
}
  .logo{
    /*background: #3366cc;*/
    /*background-color: #0060AA;*/
    width: 300px;
    height: 80px;   
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
  }
  .container{
    display: inline-block;
  }

  h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.form2{
    padding-top: 10px;
}

.campo-ancho {
  width: 100%;
  max-width: 600px;
}


button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-container {
  text-align: center;
  color: #1D4A78;
  font-weight: bold;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #1D4A78;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.escondido {
  display: none !important;
}