/* Base styles */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    background-image: url("../img/fondo_login_2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}