body {
    background: url('/static/images/login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-logo {
    width: 96px;
    height: 96px;
}

#wrap .row {
    margin-top: 60px;
}

#wrap .card-body {
    border-width: 5px;
}