html, body {
    background: #ffffff;
    background: url('../images/bg-login.jpg') no-repeat;
    background-size: cover;
}

header {
    background: none;
}

h1 {
    color: #008cd2;
}

.logo img {
    margin-top: 20px;
    max-width: 100% !important;
}