:root {
  --colorVerde: rgb(51, 88, 151);
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 15px;
  color: #333;
  
}

.login_wrapper {
  background-image: url(../img/background.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
/*  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  */
  /*width: 100%;*/
  height: 100%;
  overflow-y: auto;  
}

.login_box {
  display: flex;
  flex-direction: column;
}

.login_header {
  width: 100%;
  min-height: fit-content;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 4rem;
  z-index: 1;
}

.login_header .contenedor-logo {
  display: flex;
  position: center center;
  width: -webkit-fill-available;
  min-height: fit-content;
  flex-direction: row-reverse;
}

.login_header .contenedor-logo .logos {
  display: flex;
  flex: 1;
    flex-direction: row-reverse;
}

.login_header .contenedor-logo .logos .logo-general {
  align-items: center;
  justify-content: center;
  display: flex;
    flex-direction: row-reverse;
}

.login_header .contenedor-logo .logos .logo-general .imagen {
  width: 12rem;
  height:8rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo_general.png);
}


.login_header .contenedor-logo .logos .logo-sistema {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
      flex-direction: row-reverse;
}

.login_header .contenedor-logo .logos .logo-sistema .imagen {
  width: 12rem;
  height: 8rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo_empresa.png);
}

.login_content {
  display: flex;
  align-self: center;
  flex: 1;
  width: 100%;
  justify-content: center;
}

.login {
  display: flex;
  min-height: fit-content;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8rem 5.5rem;
}

.login_footer {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  min-height: fit-content;
  width: 100%;
  padding: 2rem 4rem;
    justify-content: center;
  align-items: center;
}

.login_footer label:not(:last-child) {
  padding-right: 1rem;
}

.login_footer label {
  color: white;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0.8rem;

}

form {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
  background: white;
  padding: 1rem;
  border-radius: 0.2rem;
}

.input {
  width: calc(100% - 2rem);
  max-width: 25rem;
  min-height: fit-content;
  border: 0.05rem solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.1);
  box-shadow: none;
}

.input > .input-field {
  margin: 0;
}

.input > .input-field input {
  width: 100%;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: calc(100% - 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  box-shadow: none;
  border-left: 0.05rem solid rgba(0,0,0,0.2);
  box-shadow: none !important;
  border-bottom: none !important;
}

.input .material-icons {
  padding: 0;
  font-size: 1.5rem;
  width: 2.6rem;
  color: var(--colorVerde);
  text-align: center;
  vertical-align: middle;
}

.form_submit {
  color: white !important;
  background-color: var(--colorVerde) !important;
  min-height: fit-content;
  margin-top: 2rem;
}

.titulo {
  font-size: 1.5rem;
  align-self: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  color: rgba(0,0,0,0.8);
  font-size: 1.5rem;
  font-weight: 400;
}

.que-es {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  min-height: fit-content;
  height: fit-content;
}

.que-es .textoTitulo {
  font-size: 2rem;
  max-width: 30rem;
  color: white;
  display: block;
  line-height: 8.0rem;
}

.que-es .textoInfo {
  margin-top: 1rem;
  font-size: 1.1rem;
  max-width: 60rem;
  color: white;
  line-height: 1.5rem;
}

.recoverPass {
  width: calc(100% - 2rem);
  text-align: center;
  font-weight: 400;
}

.recoverPass a {
  color: #333;
  text-decoration: underline;
}

.recoverPass a:hover {
  color: var(--colorVerde);
}

.selector {
  width: calc(100% - 2rem);
  padding-top: 1rem;
}

select {
  width: 100%;
  max-width: 18rem;
  border: 0.05rem solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  background: rgba(255,255,255,0.1);
  height: 2.5rem;
  padding: 0 1rem;
}

select:focus {
    outline: none;
}

.submit {
  padding-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .login {
    align-items: center;
    padding: 2rem 0rem;
    flex-direction: column;
  }
  
}


@media screen and (max-width:600px) {
    .footer {
            justify-content: center;
        }
}

/* hack para que el autofill no se complete con fondo amarillo que traspasa los bordes */
@-webkit-keyframes autofill {
    to {
    color: #000;
    background: transparent;
    }
}

input:-webkit-autofill {
            -webkit-animation-name: autofill;
            -webkit-animation-fill-mode: both;
}