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#signupaccount-view {
  text-align: center;
  font-size: 15px;
}

p#forgotpassword-view {
  font-size: 11px;
  text-align: right;
  margin-bottom: 49px;
  color: #607D8B;
}
p#forgotpassword-view a {
  color: gray !important;
}

#loginaccount-view {
  margin-top: 32px;
  display: block;
  font-size: 14px;
}

div#signup-successmsg {
  background: rgb(25, 195, 125);
  color: white;
  padding: 19px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
}

.form-container {
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); */
  padding: 38px;
  width: 351px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 11px;
}
.form-container .logo {
  width: 133px;
  margin-bottom: 41px;
}
.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 */
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}/*# sourceMappingURL=login.css.map */