/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

*, h1, h2, h3, h4 {
/*font-family: Azo Sans,sans-serif;*/
font-family: Lato,Helvetica Neue,Arial,Sans-serif;
line-height: 1.3;
}


/*login banner*/

.gzm-banner-login {
  background-image: url(../images/gzm-banner-login4.jpg);
  background-color: #000000;
  background-position: center;
  background-size: cover;
  padding: 110px 0 118px;
}

.gzm-banner-login h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-left: 30px;
  color: #ffffff;
}

