.hidden {
  display:none;
}

.form-rd { 
  margin-bottom: 40px;
}

.form-rd .input-container {
  align-items: center;
}

.form-rd .input-container input {
  padding: 10px 23px !important;
}

.form-rd h5 { 
  font: bold 14px/24px 'Gotham' !important;
  font-family: 'Dosis', sans-serif !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 !important;
  margin-bottom: 18px !important;
  color: #38393d !important;
  text-align: center;
}

.form-rd button { 
  padding: 10px 34px;
  background: #1068b8;
  border-radius: 50px;
  font-family: Dosis, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  margin: auto;
}