/* Keeps the Sherborne seal logo the same width as the login card below it,
   instead of rendering at the image's native size (which was wider than the
   form and left over as a mismatched white block). */
.login-logo {
    background: transparent;
    text-align: center;
    padding: 0;
}

.login-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0;
}
