body{background:#fafafa;}
.login-page{display:flex;flex-direction:column;padding:0 20px;}
.login-page .head{width:100%;max-width:840px;margin:auto;text-align:center;flex-grow:1;padding:5vh 0;}
.login-page .head .slogan{margin:5vh 0 0;}
.login-page .head .logo img{max-height:90px;}
.login-page .footer{display:flex;flex-direction:column;text-align:center;margin-top:auto;padding-top:5vh;}
.login-page .footer .help .items{display:flex;flex-wrap:wrap;font-weight:bold;justify-content:center;}
.login-page .footer .help .items div{margin:5px 12px 0;}
.login-page .footer .triso{font-size:0.9em;color:inherit;padding:5vh 0;}
.login-page .footer .triso span{color:#337bb1;}
