html, body {
  width: 100%;
  height: 100%;
  font-family: inter;
  padding: 0px;
  margin: 0px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f6f6f6 !important;
}

a {
  color: #2DAED7;
}

p#loginaccount-view {
  text-align: center;
  font-size: 15px;
}

p#termtext-view {
  font-size: 10px;
  color: gray !important;
}
p#termtext-view a {
  color: gray;
}

.form-container {
  padding: 38px;
  width: 351px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 11px;
}
.form-container .logo {
  width: 103px;
  margin-bottom: 31px;
}
.form-container .form-group {
  width: 296px;
  margin: auto;
  margin-top: 30px;
}
.form-container .createaccount-btn {
  border-radius: 5px;
}
.form-container ::-moz-placeholder {
  color: #6f7780; /* Placeholder text color */
  /* Add any other styles you want for the placeholder */
}
.form-container ::placeholder {
  color: #6f7780; /* Placeholder text color */
  /* Add any other styles you want for the placeholder */
}/*# sourceMappingURL=signup.css.map */