@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v15/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body * {
	font-family: 'Encode Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, .page-title, .section-title-component{
  font-family: 'Titillium Web', sans-serif !important;
}

.fa {
  font-family: 'Glyphicons Halflings' !important;
}

.wrapper-body{min-height: calc(100% - 379px) !important;}

form#liquid_form{
	min-height: calc(100% - 379px) !important;
}

.loginbutton{
  background-color: #d4e055;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 130px;
  text-align: center;
  color: white !important;
}
.loginbutton:hover{
  background-color: #29657a !important; /* Hover color */

}