html, body, form, #login-wrap, #login-wrap > div {height: 100%;}
#login-wrap > div {display: flex; align-items: center;}
.login {border-radius: 7px; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.09); margin: auto;}
.logo-login {max-height: 64px; max-width: 100%;}
.login:after{content:"If you have problems logging in, pls. delete your cookies and try again."; position: absolute; bottom: -40px; font-size: 13px; left: 0; white-space: nowrap;}
