body.login {
    background: #0C0B2E;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

body.login .privacy-policy-page-link {
    display: none;
}

body.login .language-switcher {
    display: none !important;
}

#login {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 800px;
    max-width: 80%;
}
#login > * {
    width: 100%;
}


#login > h1,
#loginform {
    width: 60%;
    margin: 0;
    flex: 2;
}

#login > p {
    text-align: right;
}

#login > h1 {
    background-image: url('../img/ckc_logo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 40% !important;
    padding-right: 40px;
    height: 50px;
    display: block;
    flex: 1;
}
#login > h1 > a {
    display: none !important;
}



@media screen and (max-width: 800px)  {
    #login {
        display: block;
    }

    #login > h1,
    #loginform {
        width: 100% !important;
    }

    #login > h1 {
        padding: 30px;
    }
}

.login label {
    opacity: .5;
}

#loginform {
    background: none;
    box-shadow: none;
    color: #ffffff;
    border: 0;
}

#loginform .forgetmenot,
#loginform input[type="submit"] {
    float: none !important;
}

#loginform input[type="submit"] {
    border-radius: 0;
    background: 0;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fbfbfb;
    border: 0;
    background: #000000;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    text-align: center;
    max-width: none;
    line-height: 1em;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

#loginform input[type="submit"]:hover,
#loginform input[type="submit"]:active,
#loginform input[type="submit"]:focus {
    background: #fbfbfb;
    color: #000000;
}
