.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  margin-left: 50%;
}

#modalContainer {
  background-color: var(--pink);
  margin: 10% 6.5%;
  padding: 50px;
  border: 1px solid #888;
  width: 30%;
  height:50%;
}
#email2{
  margin-top:18%;
}
.form-item{
  padding:2%;
  margin:2% 5%;
  width:80%;
  height:10%;
  border-radius: 5px;
  border-color:none;
  font-size: 14px;
}

.signUpBtn{
  background-color: var(--blue);
  font-size: 20px;
  margin-top:5%;
  color:white;
  padding-top:5px;
  padding-bottom:5px;
  letter-spacing: 2px;
  font-weight: bolder;
  width:85%;
  height:15%;
  border:none;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
