body {
  background: rgb(58, 29, 90) !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgb(58, 29, 90) 0%, rgb(131, 60, 143) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(58, 29, 90) 0%, rgb(131, 60, 143) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(58, 29, 90) 0%, rgb(131, 60, 143) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a1d5a', endColorstr='#833c8f', GradientType=1) !important;
  background-attachment: fixed !important;
}

#owp-qv-wrap,
#oceanwp-cart-sidebar-wrap {
  display: none !important;
}

.cleanlogin-form-bottom {
  display: none;
}

.login-box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.back-to-site {
  position: absolute;
  color: #000;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  right: 10px;
  top: 10px;
}