body {
    min-height: 100vh;
    background-image: url('/tpl/images/wow_park_bckg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-form {
    width: 320px;
    background: #f7f7f7;
    height: 500px;
    padding: 30px 20px 70px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 10px 10px 89px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 89px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 89px -12px rgba(0,0,0,0.75);
    border-bottom: 3px solid #328BCB;
}

.login-form h1 {
    text-align: center;
    margin-bottom: 25px;
}
