@import url(https://fonts.googleapis.com/css?family=Inter);

body,
html {
  font-family: 'Inter';
  background-color: rgb(243, 243, 241);
}


input[type=email] {
  border: none;
  background-color: #EFF0EC;
  padding: 1em;
}


.textHeader {
  font-family: 'Inter';
  font-weight: bold;
  color: #545454;
}

.homeButton {
  color: green;
  cursor: pointer;
  margin-left: 50px;
}

.formBox {
  width: 60%;
  padding-bottom: 2em;
  border-radius: 10px;
}

.form {
  border-radius: 5%;
}

.alreadyRegistered {
  color: green;
}


.cancelActive {
  color: green;
}

.cancelInactive {
  color: grey;
}


.errorMessage {
  color: red;
}

.successMessage {
  color: green;
}