body {
    background-image: url("../logo.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

h1 {
    text-align: center;
}

.login_form {
    text-align: center;
    vertical-align: middle;
}