/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);*/
html {
    height: 100%;
}

/* line 13, ../sass/typica-login.scss */
body {
    /*background: url(../images/VCP_120x600High.jpg) no-repeat center center fixed;*/
    background: url(../images/VCP_BG_New6.jpg) no-repeat center center fixed;
    /*background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),  url(../images/VCP_BG_New2.jpg) no-repeat center center fixed;*/
    opacity: 1.00;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 78px;
}
@media (min-width: 979px) {
    /* line 13, ../sass/typica-login.scss */
    body {
        padding-top: 80px;
    }
}

#loginTopLogo.brand {
    background: url(../images/VCPLogoOnlyWhite.png) no-repeat;
}
