body {
  font-family: Poppins, sans-serif;
}

input[type="text"] {
  text-transform: uppercase;
}

.form-all {
  border-radius: 7px;
  box-shadow: 0 0 32px #2a2a2a29;
  max-width: 830px;

}

.top-box {
  background-color: #DB141E;
  border-radius: 6px 6px 0 0;
  padding-left: 50px;
  box-shadow: 0 0 32px #2a2a2a29;
}

.sub-content {
  color: #053f87;
  font-size: 13px;
}

h3.form-header {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.header-small {
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  opacity: 60%;
}

.box-style {
  border-color: #b8bdc9;
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: block;
}

.form-outer {
  padding: 20px;
}

.pad-botm {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.heading-row {
  margin-bottom: 10px;
  margin-top: 10px;
}

.heading-row h2 {
  color: #DB141E;
  position: relative;
  overflow: hidden;
  font-size: 20px;
}

.heading-row h2:after {
  content: "";
  background: #DB141E;
  width: 100%;
  height: 1px;
  position: absolute;
  margin-left: 10px;
  top: 13px;
}

select {
  background-image: url(https://resources.edunexttechnologies.com/default-form/img/select-arrow.png);
  -webkit-background-size: 13px 13px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right 13px;
}

.bodybg {
  background-image: url(https://forms.edunexttechnologies.com/forms/rp-goenka/login/edunext_login.svg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  transition: 0.25s ease all;
  background-size: 314px;
  background-position-y: -15px;
  background-position-x: -15px;
}

.fs-title {
  text-transform: uppercase;
}

.error {
  color: red;
  font-size: 12px;
}

.img-logo {
  position: absolute;
  top: 28px;
  width: 101px;
}

.logoimg {
  width: 250px;
}

.submitbtnstyle {
  background: #DB141E;
  color: #FFFFFF;
  padding: 8px 20px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

@media only screen and (max-width: 576px) {
  .img-logo {
    width: 63px;
    top: 25px;
  }

  h3.form-header {
    margin-top: 35px;
  }

  .logoimg {
    width: 214px;
    margin-left: 20px;
  }

  .top-box {
    padding: 0px 22px;
  }

  .form-header {
    font-size: 16px;
  }

  .header-small {
    font-size: 9px;
  }
}

.datepicker {
  background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
  /* -webkit-background-size: 13px 13px;
    background-size: 20px; */
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 12px center;
  background-size: 12px;
}

.printbtn {
  background: #DB141E;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  border: 1px solid #DB141E;
  border-radius: 5px;
}