h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 3.6rem;
    text-align: center;
}

#wrongAuth{
    font-size:24px;
}
.editAllUsers {
    right:-1% !important;
}
.rating { 
    border: none;
   float:left;
  
  }
  
  .rating > input { display: none; } 
  .rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
  }
  
  .rating > .half:before { 
    content: "\f089";
    position: absolute;
  }
  
  .rating > label { 
    color: #ddd; 
   float: right; 
  }
  
  /***** CSS Magic to Highlight Stars on Hover *****/
  
  .rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
  
  .rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
  .repairH3{
    font-weight:bold;
    font-size:18px;
}
customelement {
    float: right;
     margin-right: 0px; 
    margin-top: 5px;
    cursor: pointer;
}
.custom-checkbox-label b{
    color:#9e9e9e;
}
.dropDownLabels el{
    color:#9e9e9e;
}