.fondo_landing{

}
.box_logo_login {
    display: flex;
    justify-content: center;
}
.logo_login{
	width: 25.052vw;
    height: 2.083vw;
}
.fondo_login{
	height: 29.3vw;
    display: flex;
    background-color: #fff;
    width: 35.9vw;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    position: absolute;
    right: 0px;
    bottom: 11vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.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: 2.5vw;
	margin-bottom: 0.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: center;
}
.input_usuario_login {
    padding: 0;
    border-radius: 5px;
    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;
    border: solid 1px #dcdcdc;
}

.input_clave_login {
    padding: 0;
    padding-left: 0px;
    border-radius: 5px;
    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;
     border: solid 1px #dcdcdc;
}
.btn_login {
    padding: 0;
    padding-left: 0px;
    width: 100%;
    border-radius: 5px;
    height: 2.917vw;
    margin-top: 1vw;
    background-color: #00dfb0;
    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;
}
.img_banner_fondo_tinga_sesion {
    width: 41.667vw;
    height:39.635vw;
    margin-left: 3.802vw;
}
.div_footer_fondo_tinga_sesion{
    height:4.5vh;
    width:100vw;
    position:fixed;
    bottom:0;
    display:flex;
    justify-content: center;
   /* background-color: red;*/
    z-index: 0;
    align-items: center;
    border-top: 4px solid #ffd000;
    background-color: #fff;
}
.img_footer_fondo_tinga_sesion{
    height: 2.963vh;
}
img {
    width: 100%;
    height: 100%;
}
input::placeholder {
  color: black;
  font-size: 1.042vw;
}
.web_ocultar{
    display: none;
}
.box_fondo_login{
    background-color: #fcfcfc;
    height: 49.7vw;
    width: 49vw;
    position: relative;
    top: -1.3vw;
    right: -5.54vw;
}

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

    .img_banner_fondo_tinga_sesion {
        width: 76.074vw;
        height: 72.463vw;
        translate: 7vw 40vw;
    }
    .responsive_acultar {
        display: none;
    }
    .web_ocultar{
        display: block;
    }
    .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);
        bottom: 5vw;
    }
    .div_login_consola {
        width: 89.759vw;
        height: 83.333vw;
        padding-top: 7.685vw;
        padding-left: 0;
    }
    .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: 91%;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        margin-top: 6vw;
        margin-bottom: 1vw;
        padding-left: 0;
        padding-right: 0;
        margin-left: 4vw
    }
    .input_usuario_login {
        width: 75.278vw;
        height: 10.185vw;
        padding: 0;
        border-radius: 6px;
        border: solid 1px #dcdcdc;
        margin-top: 1vw;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        padding-left: 2.5vw;
        margin-left: 4vw
    }
    
    .input_clave_login {
        padding: 0;
        padding-left: 0px;
        border-radius: 6px;
        border: solid 1px #dcdcdc;
        width: 75.278vw;
        height: 10.185vw;
        margin-top: 2vw;
        font-family: Stem-Regular;
        font-size: 3.241vw;
        padding-left: 2.5vw;
        margin-left: 4vw
    }
    .btn_login {
        padding: 0;
        padding-left: 0px;
        width: 87%;
        border-radius: 6px;
        height: 10.185vw;
        margin-top: 3.5vw;
        background-color: #00dfb0;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.241vw;
        cursor: pointer;
        font-family: Stem-Medium;
        margin-left: 4vw
    }

    .div_footer_fondo_tinga_sesion{
        height:4.5vh;
        width:100vw;
        position:absolute;
        bottom:auto;
        display:flex;
        justify-content: center;
        z-index: 0;
        align-items: center;
        margin-top: 4vw;
    }
    
    .img_footer_fondo_tinga_sesion{
        height: 4.070vh;
    }

    input::placeholder {
        color: black;
        font-size: 3.241vw;
    }
    .box_fondo_login {
        background-color: #fff;
        height: 49.7vw;
        width: 49vw;
        position: relative;
        top: -20.3vw;
        right: 0;
    }
      
} 

/*End-Responsive */