body{
    background-color: #f6f6f6;    
}

.header_login{
    height: 550px;
    background-size: cover;
}

.header-full{
    height: 550px;
    position: relative;
}

.menu-derecha{
    float: right;
}

.menu-derecha a{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-right: 2rem;
    font-family: "SKFSans-Medium";
}

.menu-derecha a.active{
    color: #5f9fff;
}

.text-header{
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

.contenedor-body{
    margin-top: 7%;
}

@media only screen and (max-width: 600px) {
    .header_login{
        height: 90vh;
        background-size: cover;
        background-position-x: 74%;
    }
    .header-full{
        height: 90vh;
    }
    .contenedor-body{
        margin-top: 200px;
    }
}