@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
.html {
  font-family:  "Exo 2", sans-serif;
}

.UserContainer__logInMainContainer{
  min-height 340px;
}
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
  min-height: 450px !important;
}
.Header__name
{
  display:none;
}

#iamFrame {
  height: 300px !important;
}

.Footer__footerQus {
  font-weight: 600;
}

.Footer__footerDescription {
  text-align: left;
}

.Button__footerBtn {
  border-radius: 0px !important;
  background: #ff6700 !important;
  text-transform: uppercase !important;
  font-weight: 600;
  font-size: 14px;
}

.Footer__footerBg {
  background: #eaeff9;
}

.Signin__userHeader {
  font-weight: 600;
}

.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
  background-color: #fff;
}

/*from support, adds phone instructions*/
.Footer__footerDescription {
  position: absolute;
  visibility: hidden;
}

.Footer__footerDescription:before {
  content: "Send us a ticket or call us directly at 512-766-0401.";
 visibility: visible;
}
.Footer__footerDescription:after {
  content: "\A For Sales select option 1, for Support select option 3.";
  position:relative;
  white-space: pre;
 visibility: visible;
}
