.pre-paywall-summary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 108px;
  background: rgba(255, 255, 255, .2);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.paywall-login {
  margin-top: 15px;
  min-height: 50vh;
}

.paywall-title {
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.paywall-subscribe-btn {
  font-size: 14px;
  background-color: #0135ad;
  font-weight: bold;
  font-style: normal;
  color: white;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}

.paywall-login-btn {
  font-size: 14px;
  background-color: white;
  border-color: #0135ad;
  font-weight: bold;
  font-style: normal;
  color: #0135ad;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}
