/* ADMIN LOGIN */
.login {
    background: #011639;
}
.login h1 a {
    background-image: url(../../images/logotype.svg);
    background-image: none, url(../../images/logotype.svg);
    background-position: center top;
    background-repeat: no-repeat;

    width: 320px;
    background-size: contain;

}