section.sign-up {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 20px;
}

.signup-form {
  max-width: 900px;
  margin: 0 auto;
}

.form-group input {
  width: 100%;
}

.account-button {
  width: 60%;
}

.account-button.disabled {
  cursor: not-allowed;
  color: rgba(255, 55, 95, 0.3);
  border: 2px solid rgba(255, 55, 95, 0.3);
  background: rgba(255, 55, 95, 0.03);
}

.form-message {
  margin-bottom: 40px;
}

.verification-tips {
  font-size: 1.5em;
}


/* mall devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .account-button {
    width: 50%;
  }

  .sign-up {
    padding: 60px 40px;
  }

  .agreement-text {
    width: 432px;
    text-align: center;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .account-button {
    width: 50%;
  }

  .sign-up {
    padding: 80px 50px;
  }

  .agreement-text {
    width: 432px;
    text-align: center;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
