/* Custom login styles */

.login h1 a {
    background-image: url(img/logo.jpg);
    background-position: center top;
    background-size: contain;
    width: 300px;
    height: 120px;
    pointer-events: none;
    cursor: default;

}

#terms-accept {
    margin-bottom: 15px;
}