.UserContainer__logInMainContainer{
  min-height 340px;
}
.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
  min-height: 450px !important;
}
.Header__name
{
  text-transform: bold !important;
  color:#0074c6 !important;
}
.btn big-btn primary {
	text-transform: uppercase !important;
  	background: #0074c6 !important;
}

#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 +44 28 8283 9699.";
 visibility: visible;
}

