@media (max-width: 992px) and (min-width: 768px) {
  label {
    font-size: .8rem !important;
  }
}

a, a:active, a:visited, a:hover {
  color:#818181
}

.fullBg {
	 background-color: #818181;
	 color:#fff;
   font-weight: 500;
}

.file {
  visibility: hidden;
  position: absolute;
}

.input-group>.input-group-append>.btn-rnd-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.btn-macyredbg {
  background-color: #818181;
  color:#fff;
}

.btn-macyredbg:hover {
  background-color: #818181;
  color:#fff;
}

/* .progRow:nth-child(odd) {
  background-color: #fce8ea;
}

.progRow:nth-child(even) {
  background-color: #ffccd0;
} */


@media screen and (min-width: 576px) {

}

@media screen and (max-width: 576px) {
  /* h1 {font-size:4rem;}
  h5 {font-size:2rem ;}
  p {font-size:1rem;} */
}
