.hero-banner::after{
 content: "";
 bottom: 0;
 top: 0;
 right: 0%;
 border-left: 3vw solid #0272ff;
}

.card {
  box-shadow: 0 4px 8px 4px rgb(0 0 0 / 20%);
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  background-color: white;
  width: 60%;
}

#email-selector{
  margin-top: 20px;
  width: 40%;
  height: 2.5vw;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  border: solid lightgrey;
  font-size: larger;
}

#reportForm label{
 color: black; 
 text-align: center; 
 font-size:32px;
 margin-bottom: 0px;
}

#reportForm input{
 margin-top : -20px
}

input[type='radio'] {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

#reportForm input::checked{
  background-color:#392;
}

