.login-pf body {
    background: none;
    background-image: url("../img/nmsu-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/nmsu-logo.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/nmsu-logo-text.png);
    background-repeat: no-repeat;
    height: 117px;
    width: 665px;
    margin: 0 auto;
}

