/*
 * Centre One login branding
 */

.login h1 a {
    width: 275px;
    max-width: 100%;
    height: 99px;
    margin: 0 auto 20px;
    background-image: url("../images/centre-one-logo-horizontal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 400px) {
    .login h1 a {
        width: 240px;
        height: 86px;
    }
}
