.page-create-account section.container {
  background-color: #e1e1e1;
}

@media screen and (min-width: 768px) {
  .page-create-account section.container {
    min-height: 80vh;
    padding: 80px 16px 96px;
  }
}

.page-create-account section .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .page-create-account section .inner {
    padding: 80px 16px 96px;
  }
}

#create-form {
  padding: 80px 24px;
}

#create-form .btn-box {
  display: grid;
  gap: 8px 0;
  grid-template-columns: 100%;
}

#create-form .form-input {
  margin-bottom: 8px;
}

#create-form .form-checkbox {
  margin: 16px 0;
}
