@media (min-width: 768px) {
    .shadow-md-up {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
    }
}

/* hr {
    border: none;
    border-top: 1px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    
  }
  
  hr:after {
    background: #fff;
    content: 'OR';
    padding: 0 4px;
    position: relative;
    top: -13px;
  }
   */
