#netcents-merchant-signup-form label {
  display: block;
  margin-bottom:5px;
}
#netcents-merchant-signup-form input {
  width:100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-radius: unset;
}
#netcents-merchant-signup-form-items-container {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  margin: auto;
}
#netcents-signup-form-submit {
  font-size:18px;
  margin-top:20px;
}
.netcents-signup-error {
  height: 23px;
  font-size:17px;
  display:block;
  color:#ff3161;
  text-align: right;
}
#netcents-sign-up-h2 {
  width: 30%;
  margin: auto;
  font-size:2rem;
  text-align: center;
  margin-bottom:50px;
}
#netcents-sign-up-terms {
  display: inline-block !important;
  width: auto !important;
  transform: scale(1.5);
}
#netcents-signup-terms-and-create-container {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-flow:column;
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
}
#netcents-signup-items-container {
  text-align: center;
  width:400px;
}
#netcents-sign-up-girl-jump {
  width: 130px;
}
#netcents-sign-up-complete-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow:column;
}
#netcents-sign-up-complete-container h2 {
  font-size: 42px;
  margin: 0px;
  margin-bottom: 20px;
}
#netcents-thank-you-message {
  margin: 0;
  margin-bottom: 15px;
}
#netcents-email-activate {
  margin: 0;
  margin-bottom:60px;
}
.netcents-input-label-container {
  width:100%;
}

@media only screen and (min-width : 1025px) {
  #netcents-merchant-signup-form-items-container {
    width: 400px;
  }
  #netcents-signup-terms-and-create-container {
    width: 400px;
  }
}

@media only screen and (max-width : 1025px) {
  #netcents-sign-up-h2 {
    width: 60% !important;
  }
  #netcents-merchant-signup-form-items-container {
    width: 100%;
  }
  #netcents-signup-terms-and-create-container {
    width: auto;
    padding:0px;
  }
  #netcents-signup-items-container {
    width: 100%;
  }
}