@charset "utf-8";

/* 
 * VSA CSS Layout
 * (c) October Labs 
 * engine version 1.8
 */

.main #logo { background-image: url("/images/vsa.svg"); background-repeat: no-repeat; background-size: contain;} @media (min-width: 1010px) { .main #logo { height: 70px;} ;} .main #content .inhalt { display: grid; align-items: center; justify-content: center; min-height: 30vh;} .main #content .inhalt #login-block { max-width: 500px; min-width: 300px;} .main #content .inhalt h2 { margin-bottom: 20px;} .main #content .inhalt a.button { width: 100%; max-width: 320px; text-align: center; margin-left: 0;}
