@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

.pad-top-1 { margin-top:1rem; }
.pad-bottom-1 { margin-bottom:1rem; }
.has-background-pureblack { background-color: black; color:white; }
.maxheight { height:100vh; }
html { height:100vh; }

@media only screen and (max-width: 600px) {
    .loginlogo { margin-left:auto; margin-right:auto; }
}

@media only screen and (min-width: 768px) {
    .loginlogo { min-width:400px; }
}