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

header {
    background: none;
}

h1 {
    color: #009de3;
}

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