.form-item-email {
  display: inline;
}

.form-item-mobile {
  display: inline;
}

.form-type-date {
  display: inline-block;
  width: 16%;
}


.datainputs {
  width: 22vw;
  display: inline-block;
  margin-left: 60px;
}

.datainput1 {
  display: inline;
  margin-left: -95px;
}

.datainput2 {
  display: inline;
  margin-left: 45px;
}


.form-type-textarea {
  width: 100%;
}

.form-type-file {
  width: 100%;
}

.form-item-month {
  width: 60%;
}

.form-item-year {
  width: 60%;
}

.form-item-fortnight {
  width: 50%;
}

.form-select {
  width: 420px;
  height: 50px;
  line-height: 50px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #767775 !important;
}

.label {
  text-align: center;
}

.custom-label {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  margin-top: -35px;
}

.loginBtn {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
}

.count-box {
  margin-top: -50px;
  display: block;
  text-align: center;
  font-size: xx-large;
  text-decoration: auto;
  color: aliceblue;
  cursor: default;
  text-decoration: none;
}

a.count-box,
a.count-box:hover {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
}
