/* * {
    box-sizing: border-box;
  } */
  
  body {
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;   
    margin-top: 40px;
    line-height:16px;
    overflow-x: hidden;
  }
  
  form {
    max-width: 400px;
    margin: 35px auto;
    border-radius: 10px;
    padding: 10px 15px;
    background: #611f69;
  }
  
  h1 {
    color: white;
    font-size: 26px;
    text-shadow: 1px 1px #000000;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 10px;
  }

  h3 {
  line-height: 35px;
  text-align: justify;
  }

  .end{
    padding-bottom: 35px;
  }
  
  .alert {
    text-align: center;
    padding: 10px;
    background: rgb(168, 240, 177);
    color: green;
    margin-bottom: 10px;
    display: none;
  }
  
  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea,
  select {
    background: lightsteelblue;
    border: 3px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 2px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 15px;
    margin: 0;
    height: auto;
    font-size: 15px;
  }
  
  select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
  }
  
  fieldset {
    margin-bottom: 30px;
    border: none;
  }
  
  legend {
    display: block;
    margin-bottom: 8px;
  }
  
  label.light {
    font-weight: 300;
    display: inline;
  }
  
  .section {
    background-color: rgb(68, 114, 221);
    color: white;
    height: 29px;
    display: inline-block;
    width: 29px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin-right: 4px;
    font-size: 0.7em;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
  }
  
  button {
    color: whitesmoke;
    background-color: rgb(36, 159, 235);
    font-size: 15px;
    margin: 0px 0px 0px;
    text-align: center;
    border-radius: 5px;
  }
  
  @media screen and (min-width: 480px) {
    form {
      max-width: 480px;
    }
  }


.btn-lg-email, .btn-group-email > .btn {
    font-size: 26px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-email {
    color: rgb(255, 255, 255);
    background-color: #12A38B;
    border-color: #12A38B;
    padding: 10px 10px;
    width: 100%;
}
.btn-email:hover {
  background-color: #17D1B2;
}