﻿.loginDataRootDiv input{

    max-width: 280px;

}

.headDivLogin{

    /*border: solid thin;
    border-color: blue;
    border-radius: 10px;*/

    margin-top: 15px;

    padding-top: 15px;
    padding-bottom: 15px;

}

.headDivLogin h1 {

    text-align: center;
    /*line-height: 50px;*/
    font-size: 60px;

}

.loginStartImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personalized {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.background-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-label {
    font-family: sans-serif;
    font-size: 0.80em;
    margin-bottom: 10px;
}

.login-form {
    background-color: #d9dadb;
    color: #1a1a18;
    border-color: #99dadb;
    height:45px !important;
    max-height: none !important;
}

.login-button {
    height: 40px;
    width: 50%;
    border-radius: 4px;
}

.footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-top: 1px solid #d2d6de;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { /*Changes CSS for IE which can not blur images*/
    .loginStartImage.personalized {
        display: none;
    }

    .background-filter {
        background-image: url(/images/Startpage.svg);
    }
}

@media only screen and (min-width: 992px) {
    .loginBox {
        margin-top: 15vh;
    }
} 

.loginCompanyLogo {
    background-color: whitesmoke;
    position: absolute;
    right: 20px;
    top: 5px;
    width: 25%;
}