@media screen and (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: none;
    margin: 0 auto;
  }

  .col-sm-6 {
    width: 50%;
  }

}


@media screen and (max-width: 768px) {

  .account-wall {
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

}