/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url(../img/onyva-logo-color.svg);
    width: 323px;
    height: 100px;
    background-size: cover;
}