.fondo_body{
    background-image: url('../imgs/fondo_verde.svg');
    /*background-repeat: no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.input_fino{
    border: none;
    border-bottom: 1px solid #4d4d4d;
    display: block;
    width: 100%;
}

.border_10{
    border-radius: 10px;
}   

.logo_login{
    width: 64%;
    height: 64px;
} 

.h_100vh{
    height: 100vh;
}

.margin_interior{
    margin-bottom: 4.5rem;
}

.text_super_gris{
    color: #4d4d4d !important;
}