.login-pf body {
  background: unset;
  background-color: #f9f8f2
}

.login-pf {
  background: unset;
}

#kc-header {
  display: flex;
  justify-content: center;
}

#kc-header:after {
  content: ' ';
  display: block;
  background-image: url(https://prod-assets-cms.mtech.xvservice.net/img/frontend/xv/edsv2/logo/expressvpn-logo-red.svg);
  background-size: 100%;
  height: 200px;
  height: 3.5rem;
  background-repeat: no-repeat;
  width: 17.5rem;
}

#kc-header-wrapper {
  display: none;
}

#kc-page-title {
  font-size: 28px;
  text-align: left;
  font-weight: 500;
}

.card-pf {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
  margin: 50px auto 100px;
  padding: 30px 40px;
  border-top: unset;
  margin-top: 0;
  max-width: 500px;
}

.pf-c-form-control {
  border: 1px solid #a2acb3;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  appearance: none;
  margin-bottom: 5px;
}
.pf-c-form-control:not(textarea) {
  height: 50px;
}

.pf-c-button:after {
  border: none;
}

.pf-c-input-group {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 4px;
}
.pf-c-button.pf-m-control {
  position: absolute;
  right: 2px;
  top: 12px;
  width: 20px;
  display: flex;
  justify-content: center;
  opacity: 0.7;
}

.pf-c-button:after {
  border: unset;
}

.pf-c-button.pf-m-primary {
  background-color: #0f866c;
  border: 2px solid #0f866c;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 15px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.pf-c.btn-default {
  width: 100%;
  border-radius: 50px;
  color: #0f866c;
  font-weight: 600;
  height: 50px;
  background: none;
  border: 2px solid #0f866c;
}

.sign-up-with-email-message {
  color: #0f866c;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sign-up-with-email-message-link {
  text-decoration: none;
  color: #0f866c;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #0f866c;
  background: none;
}

.sign-up-with-email-message-link:hover {
  text-decoration: none;
  color: #0f866c;
  border-bottom: 2px solid orange;
}

#kc-select-try-another-way-form {
    display: none;
}

@media (max-width: 700px) {
  .card-pf {
    background: none;
    border: none;
    box-shadow: none;
  }
}