.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: 27.2vw;
    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: 27.2vw;
    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_2.png');
        background-size: cover;
        background-position: center;
    }
    .responsive_acultar {
        display: none;
    }
    .banner_tinga {
        height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .fondo_login{
        height: 83.333vw;
        display: block;
        width: 96.759vw;
        position: absolute;
        opacity: 0.83;
        border-top-left-radius: 46px;
        border-bottom-left-radius: 46px;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    }
    .div_login_consola{
        width: 96.759vw;
        height: 83.333vw;
        padding-top: 12.685vw;
        padding-left: 16.852vw;
    }
    .logo_login{
        width: 75.278vw;
        height: 8.056vw;
    }

    .form_login{
      display: flex;
      flex-direction: column;
      margin-left: 4.4vw;
      align-items: center;
      margin-top: 3vw;
    }
    .parrafo_login{
        width: 72.222vw;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        margin-top: 3vw;
        margin-bottom: 1vw;
    }
    .input_usuario_login {
        width: 75.278vw;
        height: 10.185vw;
        padding: 0;
        border-radius: 6px;
        border: 0.1vw;
        margin-top: 1vw;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        padding-left: 2.5vw;
    }
    
    .input_clave_login {
        padding: 0;
        padding-left: 0px;
        border-radius: 6px;
        border: 0.1vw;
        width: 75.278vw;
        height: 10.185vw;
        margin-top: 2vw;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        padding-left: 2.5vw;
    }
    .btn_login {
        padding: 0;
        padding-left: 0px;
        width: 75.278vw;
        border-radius: 6px;
        height: 10.185vw;
        margin-top: 2.5vw;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.241vw;
        cursor: pointer;
        font-family: Stem-Medium;
    }

    .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: 4.070vh;
    }

    input::placeholder {
        color: black;
        font-size: 3.241vw;
    }
      
} 

/*End-Responsive */