﻿body {
    background: url(../Images/Baggrund.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    margin-bottom: -15px;
    overflow: hidden;
  background-attachment: fixed;
    margin: 0;
       color: white;
}

/* ------------------------------------- */
/* -------------LOGIN PAGE ------------- */
/* ------------------------------------- */



.text-white {
    color: white;
}

.validation-help > ul {
    list-style-type: none !important;
    padding: 0;
}

/*.login-bg {
    background-color: rgba(51, 56, 60, 0.95);
    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 {
    background: url(../Images/Baggrund.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
}
.login-bg {
      background-color: rgba(0,0,0,0.92);
    min-height: 350px;
    padding: 80px 0;
    margin-top: 120px;
    color: #fff;
    border: 1px solid #777;
    box-shadow: rgba(0,0,0,0.85) 0 6px 10px;
}

.login-bg img {
    max-height:150px;
}
/*--CHangedbyskp*/
.form-login {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
}

    .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;
    color:white;
}

.btn-login {
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #B60C28;
    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: #B60C28;
        -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: #B60C28;
        color: white;
    }

.forgot-pass {
    margin-top: 15px;
    font-size: 12px;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    font-weight: 300;
}

    .forgot-pass a {
        color: #fff;
    }

        .forgot-pass a:hover {
            text-decoration: none;
        }

.check-box {
    font-size: 10px;
   font-family: 'Helvetica Neue', Helvetica, Oswald, Verdana, sans-serif;
    font-weight: 300;
     color: #fff;
}

@media screen and (min-width:1000px) and (max-width:1400px) {
    .login-bg {
          background-color: rgba(0,0,0,0.9);
    min-height: 350px;
    padding: 80px 0;
    margin-top:50px;
    color: #000;
      border: 1px solid #777;
    box-shadow: rgba(0,0,0,0.85) 0 6px 10px;
}
}
