/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body#backgroundImageLogin::before {
    content: "";
    background: url("../img/Login_HIntergrundbild.jpg") center center / cover no-repeat fixed;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

main {
    height: 90vh;
    position: relative;
}
nav {
    background-color: #071736;
    z-index: 10;
}

input {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.17px;
    color: #707070;
    opacity: 1;
    padding-left: 50px !important;
}
div.checkbox {
    line-height: 10px;
}
div.checkbox > label {
    padding-left: 6% !important;
}
#headerContainer {
    margin: 0 64px;
}
.navbar.navbar-light {
    padding: 22px 0;
}

div.container.container-fluid.notLoggedIn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn.pmiNewBtn:hover {
    color:  #FAFAFA;;
}

#loginForm {
    margin-top: 30px;
}
.notLoggedIn h1 {
    font-weight: bold;
    color: #FAFAFA;
    opacity: 1;
    font-size: 32px;
    font-family: Lato;
    letter-spacing: -0.38px;
   // color: #071736;
    margin: 0;
    line-height: 39px;
    text-transform: uppercase;
}

.loginInfo {
    font-size: 14px;
    font-weight: normal;
    color: #FAFAFA;
    opacity: 1;
    padding-right: 2rem;
}

.login-form {
    z-index: 10;
    width: 50%;
}
.login-form .form-control {
   padding: 10px 0;
}
.invalidRequest {
    position: absolute;
    /* top: 0%; */
    /* right: -300px; */
    background: url("../img/Icon metro-warning.svg") no-repeat center top;
    height: 200px;
    width: 300px;
    color: #F26B6C;
    font-weight: bold;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}



.invalidRequest p {
    margin-top: 120px;
    text-align: center;
}


.pmi-submit {
    background: #F26B6C 0% 0% no-repeat padding-box;
    border-radius: 28px;
    border: none;
    opacity: 1;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.24px;
    color: #FAFAFA;
    width: 50%;
    padding: 5px;
    max-width: 191px;
}

#rememberLabel {
    color: #FAFAFA;
}


@media screen and (max-width:850px) {

    .login-form {
        width: 100%;
    }
}


@media screen and (max-width:430px) {

    #headerContainer {
        margin: 0;
    }

    #headerContainer img.img-fluid {
        min-width: 216px;
    }
}
@media screen and (max-width:390px) {

    .pmi-submit {
        width: 100%;
    }
}


