 .logo{ 
     background-image: url('../images/us_access_thankQ-logo.png'); 
     background-size: 100%; 
     width: 190px; 
     height: 40px; 
     margin: 7px 0 0 0; 
     padding-right: 0; 
  } 

   body.boot:before {  
      content: '';  
      background-image: url("../../app/images/us_access_thankQ-logo.png");  
      background-repeat: no-repeat;  
      background-size: 100%;  
      height: 145px;  
      width: 645px;  
      margin: auto;  
      position: absolute;  
      top: -125px;  
      left: 0;  
      bottom: 0;  
      right: 0;  
   }  

.login-logo
{
	background-image: url('../../app/images/us_access_thankQ-logo.png');
	background-size: 590px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 796px;
	margin-left: -45%;
	margin-bottom: 15%;
	vertical-align: middle;
	margin-top:25%;
}

.app-header-line2
{
  padding: 15px 0 0 10px;
}

@media only screen and (max-width: 1200px) {
  .app-header-line2.small {
    bottom: 0px;
    left: 89px; }
    .nav-sm .app-header-line2.small{
        left: 119px;
    }

}
