* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body{
  
}

.login_img {
    width: 29%;
}


.estilos_login {
    
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12rem;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    background: linear-gradient( #175ebf, 20%, black);
}


.sombra {
    

    width: 40%;
    height: 40svh;
    background: bottom;
    border-radius: 5px;
}

.sombra form {
   top: 5rem;
}


.sombra form input{ 

display:block;
width: 90%;
height: 40px;
margin: 10px 20px;
border: 1px solid #ced4da;
outline: none;
border-radius: 4px;
text-transform: uppercase;
font-family: emoji;
font-size: 12px;



}

.sombra h3 {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 13px;
    color: white;
    font-size: 17px;
}

.buton {
    background-image: linear-gradient(286deg, rgb(76, 160, 252) 23%, rgb(224, 47, 238) 76%);
    opacity: 0.8;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.2s;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 13px;
    border: none;
    color: white;
   
}

.buton:hover {
    opacity: 1;
   
}

.sombra a {
    text-decoration: none;
    padding-left: 1.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:700 ;
}



label {
    margin-left: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: white;

}


.sombra div {
    color: white;
    margin-left: 20px;
}


@media only screen and (max-width: 992px)  {



    .sombra {
        width: 90%; 
       
    }
}
