﻿body {
    background: url("/Resources/Picture/wallpaper1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-box {
    width: 360px;
    margin: 0% auto 7% auto;
    line-height: 1;
}

.login-logo {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    color: white;
}
