body {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-color: #5a5a5a;
    background-blend-mode: overlay;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;    
}

.login-bg {
    text-align: center;
}

.section-account {
    width: 500px;
}

.login-bg img {
    max-width: 100px;
}

form {
    color: #fdfdfd;
}

form input {
    color: #fdfdfd !important;
}