
/* login styles; */
body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
.login {
    text-align: center;
    background: #f8f7f4;
    height: 100vh;
}
.login > div {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    min-width: 300px;
    max-width: 80vw;
    height: 400px;
    overflow:auto;
}
.login > div > img {
    height: auto;
    max-height: 80vh;
}
.login > div > p {
    font-size: .80em;
    font-style: italic;
}
a {
    color: #f90;
    font-size: 3em;
    text-decoration: none;
}