* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
  background: url(../../Content/images/bkg.jpg) no-repeat center center fixed;
  background-color: grey;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-form {
    margin-top: 60px;
    color: #5d5d5d;
    background-color: white;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
    .login-form img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .login-form input, button {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .login-form > div {
        text-align: center;
    }
