#regbox{
  box-shadow:1px 3px 7px -1px rgba(64,64,64,.25);
  width:75%;
  margin:auto;
  background-color:#e7f1ff;
  min-height:560px;
  padding:30px;
  border-radius:20px;
}

#regbox h1{
  text-align:center;
  color:black;
  font-size:40px;
}
#regbox input{
  width:100%;
  border:none;
  height:30px;
  border-radius:15px;
  margin-bottom:10px;
}




#loginbox{
  box-shadow:1px 3px 7px -1px rgba(64,64,64,.25);
  width:75%;
  margin:auto;
  background-color:#e7f1ff;
  min-height:360px;
  padding:30px;
  border-radius:20px;
}

#loginbox h1{
  text-align:center;
  color:black;
  font-size:40px;
}
#loginbox input{
  width:100%;
  height:30px;
  border:none;
  border-radius:15px;
  margin:auto;
  margin-bottom:10px;
}

input,label{
  font-size:20px;
  padding:5px;
}
  input{
  box-shadow:4px 4px 8px rgba(60, 60, 60, .23) inset;

}

