.loader{
    display: none;
    position: fixed;
    margin: 0 0 2em;
    text-align: center;
    padding: 25%;
    vertical-align: middle;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background: #6d5e2b75;
}

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