﻿#loading-bar {
    display: none;
}

.loginform > span {
    display: block;
    font-size: 12px;
}

.loginform > input {
    margin-top: 20px;
}

.loginform input + input {
    margin-top: 5px;
}

.loginform > a {
    font-size: 12px;
    display: block;
    margin-top: 20px;
}

.loginform button[type=button] {
    margin-left: 0px;
    margin-top: 20px;
    width: auto;
}

.loginform > button + button {
    margin-left: 10px;
}

.loginform div.error {
    color: Red;
    width: 280px;
    /*font-size: 10pt;*/
    margin-top: 15px;
}

.loginform .gebruikersnaam {
    position: relative;
    margin-top: 20px;
}

.loginform .wachtwoord {
    position: relative;
}

.loginbox {
    height: inherit;
    width: 895px;
}

.footertext .right {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

    .footertext .right > div {
        margin-right: 5px;
    }

.loginpage {
    display: flex;
    flex-flow: column;
    height: 100vh;
}

.loginfooter {
    display: flex;
    justify-content: space-around;
    position: absolute;
    height: 88px;
    line-height: 35px;
}

.footertext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
    padding: 5px;
}

.footertext .left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
}

    .footertext .left .rights {
        margin-right: 15px;
    }

    .footertext .left .info {
        margin-left: 0;
        margin-right: 15px;
    }

    .socialmedia > a {
        display: flex;
        align-items: center;
    }

.loginbox .left div, .left div a {
    float: none;
}

.left .socialmedia {
    display: flex;
    flex-flow: row wrap;
}

.socialmedia .socialmediaicon {
    margin: 5px 5px 0 0;
}

.loginbox div {
    position: absolute;
}

.loginbox .right {
    top: 0px;
    left: 475px;
    width: 420px;
    height: 490px;
}

    .loginbox .right .logo {
        height: 250px;
        background: url('../images/abclogo.png') no-repeat;
        background-size: 285px;
        width: 285px;
        left: 100px;
    }

.centerboxwrapper {
    flex: 1 1 70%;
    overflow: auto;
}

@media (max-height: 600px) {

    .loginfooter {
        position: unset;
    }
}

@media (max-width: 900px) {

    .loginbox .left .photo, .text {
        display: none;
    }

    .loginbox {
        width: 485px;
    }

        .loginbox .right .logo {
            margin: unset;
        }

    .loginbox div {
        position: unset;
    }

        .loginbox .right {
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-content: center;            
            margin: auto;
        }

        .loginbox .loginform {
            display: flex;
            flex-flow: column;
            align-items: start;
        }

    .footertext .left {
        margin: auto 0;
    }

    .footertext .right {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .footertext .right .socialmedia {
        display: flex;
    }

    .loginfooter {
        height: 100px;
        line-height: 22px;
    }
}

@media (max-width: 490px) {  

    .loginbox .right {
        float: unset;
    }
}