/* ADD SITE CUSTOM CSS HERE*/

/* Change if logo is too wide, add padding*/
    #logo_img {
      max-height: ;
    }


  /* Change if background isn't background.png */
  #main_background{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) ), url(/img/background.png)!important;
    min-height: 470px;
  }

  /*background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) ), url(/img/background.gif)!important;*/

  .tooltip::after{
    /*change min-width and width to fit different email addresses*/
    min-width:260px;

  }


