.fondo_landing{

}
.logo_login{
    width: 28.75vw;
    height: fit-content;
}
.fondo_login{
      height: 29.3vw;
    display: flex;
    background-color: rgba(255, 255, 255, 0.83);;
    width: 35.9vw;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    position: absolute;
    right: 0px;

}
.div_login_consola{
    width: 28.75vw;
    /*background-color: red;*/
}
.form_login{
      display: flex;
    flex-direction: column;
    margin-left: 4.4vw;
    align-items: center;
    margin-top: 4.583vw;
}
.parrafo_login{
    font-family: Stem-Regular;
    font-size: 1.042vw;
    margin-top: 1.5vw;
    margin-bottom: 0.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: center;
}
.input_usuario_login {
    padding: 0;
    border-radius: 5px;
    border: 0.1vw;
    height: 2.917vw;
    padding-left: 1.6vw;
    margin-top: 1vw;
    width: 28.8vw;
    font-family: Stem-Regular;
    font-size: 1.042vw;
    background-color: white!important;
}

.input_clave_login {
    padding: 0;
    padding-left: 0px;
    border-radius: 5px;
    border: 0.1vw;
    width: 28.8vw;
    height: 2.917vw;
    padding-left: 1.6vw;
    margin-top: 1vw;
    font-family: Stem-Regular;
    font-size: 1.042vw;
     background-color: white!important;
}
.btn_login {
    padding: 0;
    padding-left: 0px;
    width: 100%;
    border-radius: 5px;
    height: 2.917vw;
    margin-top: 1vw;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.042vw;
    cursor: pointer;
    font-family: Stem-Medium;
}

.banner_tinga {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.img_banner_fondo_tinga_sesion {
    position: absolute;
    height:95vh;
    top:0;
    border-bottom: 4px solid #ffd000;
}
.div_footer_fondo_tinga_sesion{
    height:4.5vh;
    width:100vw;
    position:fixed;
    bottom:0;
    display:flex;
    justify-content: center;
   /* background-color: red;*/
    z-index: -1;
    align-items: center;
}
.img_footer_fondo_tinga_sesion{
    height: 2.963vh;
}
img {
    width: 100%;
    height: 100%;
}
input::placeholder {
  color: black;
  font-size: 1.042vw;
}


/*Responsive */
@media (max-width: 900px) { 

    .img_banner_fondo_tinga_sesion {
        position: absolute;
        width: 100%;
        background-image: url('https://storage.googleapis.com/tinga-files/tinga/iconos-tablas/fondo_img_responsive.png');
        background-size: cover;
        background-position: center;
    }
    .banner_tinga {
        height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .fondo_login{
        height: 29.3vw;
        display: flex;
        background-color: rgba(255, 255, 255, 0.83);;
        width: 35.9vw;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        position: absolute;
        right: 0px;
  
    }

    .logo_login{
        width: 17.656vw;
        height: 6.094vw;
    }

    .form_login{
      display: flex;
      flex-direction: column;
      margin-left: 4.4vw;
      align-items: center;
      margin-top: 3vw;
    }
    .parrafo_login{
        font-family: Stem-Regular;
        font-size: 1.042vw;
        margin-top: 1.5vw;
        margin-bottom: 0.5vw;
    }
    .input_usuario_login {
        padding: 0;
        border-radius: 10px;
        border: 0.1vw;
        height: 2.6vw;
        padding-left: 1.6vw;
        margin-top: 1vw;
        width: 100%;
        font-family: Stem-Regular;
        font-size: 1.042vw;
    }
    
    .input_clave_login {
        padding: 0;
        padding-left: 0px;
        border-radius: 10px;
        border: 0.1vw;
        width: 100%;
        height: 2.6vw;
        padding-left: 1.6vw;
        margin-top: 1vw;
        font-family: Stem-Regular;
        font-size: 1.042vw;
    }
    .btn_login {
        padding: 0;
        padding-left: 0px;
        width: 100%;
        border-radius: 10px;
        height: 2.6vw;
        margin-top: 1vw;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.042vw;
        cursor: pointer;
        font-family: Stem-Medium;
    }
    
} 

/*End-Responsive */