.login-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.login-wrapper > div {
    border: solid 1px #AAA;
    background-color: #FFF;
}
.form-login button[type=submit] {
    text-transform: uppercase;
}

.error-display {
    min-height: 25px;
}


@media  (min-width: 1024px) and (min-height: 640px) {
    .login-wrapper {
        background: url(../img/gschool-main.svg) no-repeat 50% 2%;
        background-size: 22%;
        opacity: 0.8;
    }
}
