.account-zone .login-box {
  max-width: 560px;
  margin: 0 auto;
  box-shadow: var(--shadow-4);
}
.account-zone .login-box .header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  background-image: url(/static/images/mountain.jpg);
}
.account-zone .login-box .header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 82, 118, 0.85);
  z-index: 0;
}
.account-zone .login-box .header h1 {
  z-index: 1;
  position: relative;
  color: #fff;
}
.account-zone .login-box .pymo-login button.primary {
  width: 100%;
}
.account-zone .login-box .pymo-login form {
  gap: 10px;
}
.account-zone .login-box #py-account-login {
  padding: 30px 20px;
}/*# sourceMappingURL=login.css.map */