.loader{
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 40%;
  top: 30%;
}

/*
  Set the color of the icon
*/
svg path,svg rect{
  fill: #9DC9C9;
}