
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); 
html, body {
    height: 100%
}

.layout-boxed html, .layout-boxed body {
    height: 100%
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto
}
/*********** Basic Elements ****************/

body.login{ 
    /*background-image: url("../img/cap-building.jpg");*/
    background-image: url("../img/newcapitolforvlo.png");
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #ccc;
   
    background-color: #494949;
    /*background-blend-mode: overlay;*/

}



.bottom-logo {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 400px;
}

.bottom-logo img{
    width:100%
}


