* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    background: url(../../Content/images/bkgiderbol.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: rgb(255,255,255,0.4);
    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;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }
