

.register-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;

  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: 'Nano Sans', sans-serif;

}



.component-text1{
display:none;
}
.component-text3{
display:none;
}

.link {
    color: #639;
    text-decoration: underline;
}
.form {
  background-color: white;
  padding: 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;

  width:auto;
  max-width:85%;
    font-family: 'Nano Sans', sans-serif;
}

.signup {
  color: rgb(77, 75, 75);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
    font-family: 'Nano Sans', sans-serif;
      margin-bottom: 30px;
}
#okayToEmail
{

width:20px;
height:20px;



}
.form--input {

  width:300px;
  max-width:90%;
  padding:10px;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  height: 40px;
  border-radius: 16px;
  border: 2px solid gray;

  font-family: 'Inter', sans-serif;
  outline: none;
}

.form--input:focus {
  border: 2px solid #639;
  outline: none;
}

.form--marketing {
  display: flex;
  margin-bottom: 1.25em;
  align-items: center;
}

.form--marketing > input {
  margin-right: 0.625em;
}

.form--marketing > label {
  color: grey;
}

.checkbox, input[type="checkbox"] {
  accent-color: #639;
}

.form--submit {
  width: auto;
  padding: 0.625em;
  border-radius: 5px;
  color: white;
  background-color: #639;
  border: 1px dashed #639;
  cursor: pointer;
}

.form--submit:hover {
  color: #639;
  background-color: white;
  border: 1px dashed #639;
  cursor: pointer;
  transition: 0.5s;
 
}

label{
	  font-family: 'Nano Sans', sans-serif;
}