body.login-page {
    min-height: 100%;
    padding: 30px;
    background-image: url("https://universopsiquico.com/src/img/index/asesores-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo{
    max-width: 180px;
}
.btn-primary {
    color: #fff;
    background-color: #03a9f4;
    border-color: #007bff;
    box-shadow: none;
}   