   /* .footer {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 70px;
          padding: 20px;
    }
*/

.footer {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.navbar-brand img {
    height: 100%;
    width: auto;
    max-height: 40px;
}

body {
    min-height: 100vh;
}

.knap_i_header {
    margin-right: 10px;
}

.loginpage {
    max-width: 500px;
}

.emailinput {
    margin-top: 14px;
}

.frontimage {
    height: calc(100vh - 60px);
    width: 100%;
    overflow: hidden;
}

.frontimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: block;
}

.ctext {
    text-align: center;
}

.m-auto {
    margin: 0 auto;
}