﻿body {
    background: url(../Images/baggrund.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    font-family: 'Oswald', Verdana, sans-serif;
    margin-bottom: -15px;
    overflow: hidden;
    background-color: black;
    margin: 0;
}

/* ------------------------------------- */
/* -------------LOGIN PAGE ------------- */
/* ------------------------------------- */

.text-white {
    color: white;
}

.validation-help > ul {
    list-style-type: none !important;
    padding: 0;
}

/*.login-bg {
    background-color: #ffffff;
    min-height: 350px;
    padding: 80px 0;
    margin-top: 100px;
    color: #000;
    border: 5px solid #7fb925;
    box-shadow: rgba(0,0,0,0.85) 0 6px 10px;
} --CHangedbyskp*/ 
.login-bg {
    background-color: rgb(255,255,255); 
    background-image: linear-gradient(rgba(255,255,255), rgba(206,206,206));
    min-height: 350px;
    padding: 80px 0;
    margin-top: 120px;
    color: #000;
    border-radius: 2%;
    box-shadow: rgba(0,0,0,0.6) 0 6px 10px;
}

.login-bg img {
    max-height:200px;
}
/*--CHangedbyskp*/
.form-login {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #252525;
}

    .form-login:focus {
        border-color: #000323;
        box-shadow: none;
        outline: 0;
    }
    /*--CHangedbyskp*/

.img-logo {
    margin-bottom: 35px;
    max-width: 250px;
    text-align: center;
}

.login-heading {
    margin-bottom: 75px;
}

.btn-login {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgb(55,54,65); 
    color: #fff;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

    .btn-login:hover {
        background-color: #16151a;
        -moz-transition: all ease-in 0.2s;
        -o-transition: all ease-in 0.2s;
        -webkit-transition: all ease-in 0.2s;
        transition: all ease-in 0.2s;
        color: white;
    }

    .btn-login:focus {
        background: #16151a;
        color: white;
    }

.forgot-pass {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Oswald', Verdana, sans-serif;
    font-weight: 300;
}

    .forgot-pass a {
        color: #000323;
    }

        .forgot-pass a:hover {
            text-decoration: none;
        }

.check-box {
    font-size: 10px;
    font-family: 'Oswald', Verdana, sans-serif;
    font-weight: 300;
}

@media screen and (min-width:1000px) and (max-width:1400px) {
    .login-bg {
    background-color: #e6e600;
    min-height: 350px;
    padding: 80px 0;
    margin-top:50px;
    color: #000;
    border: 5px solid #eb9900;
    box-shadow: rgba(0,0,0,0.85) 0 6px 10px;
}
}
