#login .logo-container {
    width: 200% !important ;
    height: 43px;
}

.logo-company-name {
    color:#fff;
    margin-left:10px;
    margin-right:10px;
    font-size:16px;
    vertical-align: middle;
    
}

@media screen and (max-width: 768px) { /* for screens less than 768px wide */
    body {
      font-size: 11px; /* smaller font size for mobile */
      line-height: 1.3; /* smaller line height for mobile */
    }
  }



.landing-page {
    background-repeat: no-repeat;
    background-position: relative;
    background-size: cover;
    margin-top: -29px;
    margin-bottom: 29px;
}

#login {
    margin-top: 60px;
}
