.t-input { font-size: 36px; }

@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');

.b24-form-wrapper
{
  background: white !important;
}

.b24-form-header-title
{
  font-size: 46px !important;
  font-family: 'Fira Sans', sans-serif !important;
  padding-bottom: 40px !important;
}

.b24-form-header
{
	border-bottom-width: 0px !important;
}

.b24-form-header-description
{
	font-size: 18px !important;
	font-family: 'Fira Sans', sans-serif !important;
	padding-bottom: 20px !important;
}

.b24-form-control-container
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.b24-form-control-label
{
  font-family: 'Fira Sans', sans-serif !important;
}

.b24-form-btn-block
{
	margin-top: 20px;
}

.b24-form-btn
{
  font-family: 'Fira Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}





