#login h1 a, .login h1 a {
    background-image: url(http://press.nolaprodigital.com/wp-content/themes/toolset-starter-child/images/site-login-logo.png);
    height: 300px;
    width: 300px;
    background-size: 300px 300px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

body {
    background: #0c2340;
    background-image: url(http://nolaprodigital.com/clickandbuilds/PelicansPressRoom/wp-content/themes/toolset-starter-child/images/pelicans-login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login label {
    color: #ffffff;
    font-size: 14px;
}

.login form {
    background: #0b1f39;
}

.wp-core-ui .button-primary {
    background: #DA1A32;
    border-color: #b60017 #b60017 #b11e30;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #9a1122;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
    background: #ff0020;
    border-color: #ad9161;
    color: #fff;
}