/*
body {
    background-color: white !important;
}

*/

.top-bar {
    height: 100px;
    background-color: #f5f5f5;
}

.logo-isolucion {
    margin: 35px 0px;
    text-align: center;
}

.form-login-isolucion {
    text-align: center;
}

.logo-cliente {
    margin: 50px 0px 25px 0px;
}

.link-login {
    font-size: 0.85em;
    text-decoration: none;
    color: #505050;
}

    .link-login:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #505050;
    }
