.newsletter {

  border-radius: 5px;
  background-color: #c9c9c933;

  width: 100%;
  padding: 1rem;
  margin: 8px 0;
  box-sizing: border-box;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%);
 }
 
 .bottom-text-center {
 text-align:center;
 font-size:14px;
}

 .top-text-center {
 text-align:center;
}


.indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
  }
  
  
   .button {
  background-color: #555; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;

    }
    
  .email {
  width: 100%;
  padding: 6px 10px;
  margin: 4px 0;
  font-size: 16px;
  }
  
  .email-label {
  font-size: 14px;
  }
  
  .asterisk {
  color: #e85c41;
font-size: 18px;
font-weight: normal;
position: relative;
top: 5px;
  }
