#caseform{
    padding: 20px;
    border-radius: 13px;
    border-width: 2px;
    border-color: #a19796;
    border-style: double;
    
}
.botonTipoEstudiante{
    margin: 4px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #000000;
    overflow: hidden;
    float: left;
  }
  
  .botonTipoEstudiante label {
    float: left; 
    line-height: 1.2em;
    width: 9.0em; 
    height: 2.5em;
  }
  
  .botonTipoEstudiante label span {
    text-align: center;
    padding: 0.5em 0;
    display: block;
  }
  
  .botonTipoEstudiante label input {
    position: absolute;
    display: none;
    color: #000000 !important;
  }
  /* selects all of the text within the input element and changes the color of the text */
  .botonTipoEstudiante label input + span{color: #160202;}
  
  
  /* This will declare how a selected input will look giving generic properties */
  .botonTipoEstudiante input:checked + span {
      color: #FFFFFF;
      text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
  }
  
    /*
  This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
  */
  
  .estudianteUN input:checked + span{background-color: #2c2927;}
  
  .estudianteInactivo input:checked + span{background-color: #2c2927;}

  .estudianteEgresado input:checked + span{background-color: #2c2927;}

  .estudianteInternacional input:checked + span{background-color: #2c2927;}

  .estudianteNacional input:checked + span{background-color: #2c2927;}

  .padreFamilia input:checked + span{background-color: #2c2927;}
  