@media all {
    body > div {
        background-image: url('background.jpg');
        background-repeat: repeat-y;
        background-size: initial;
    }
    
    #program object, #program img {
        height: 50px;
    }
    .button, .gigya-input-submit, .gigya-input-button {
        background-color: #2f67b2 !important;
    }

        .button:hover, .gigya-input-submit:hover, .gigya-input-button:hover {
            background-color: #1e5599 !important;
        }

    #content h1.titleWithBG {
        background-image: url('title-logo.png');
        background-image: none,url('title-logo.svg');
    }

    .password-strength-statement {
    width: 30em;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
}

@media all and (max-width:599px) {
    #program {
        width: 90px;
        overflow: hidden;
    }
    #program object, #program img {
        height: 50px;
    }

      .bottomspacing {
        margin-bottom:15px;
    }
}
