/* BlockGlow: bg-ibj94qqdx */
.swpm-login-form-inner  .swpm-label,
.swpm-login-submit .swpm-login-form-submit{
  font-family: var(--wp--preset--font-family--bree-serif);
}

.swpm-login-form-inner .swpm-text-field{
    width: calc(100% - 34px);
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    border-color: #bfbfbf;
  padding: 0 15px;
  font-size: 16px;
  border-style:solid;
}


.swpm-login-form-inner .swpm-text-field:focus-visible,
.swpm-login-form-inner .swpm-text-field:focus{
  outline: none;
  border-color: var(--wp--preset--color--primary);
}

.swpm-login-form-inner .swpm-login-submit{
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}

.swpm-login-form-inner .swpm-login-submit:before{
      content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #646603;
    top: -20px;
    left: -17px;
    clip-path: polygon(50% 0%, 58% 3%, 66% 5%, 75% 10%, 85% 15%, 95% 28%, 100% 40%, 100% 60%, 95% 70%, 92% 75%, 91% 82%, 85% 81%, 82% 85%, 81% 89%, 84% 96%, 77% 96%, 71% 98%, 61% 100%, 50% 100%, 39% 100%, 30% 95%, 25% 92%, 20% 85%, 18% 83%, 12% 75%, 11% 72%, 8% 68%, 0 65%, 5% 60%, 9% 57%, 15% 55%, 20% 54%, 30% 52%, 40% 50%, 50% 50%, 47% 40%, 47% 36%, 49% 28%, 50% 21%, 51% 13%, 50% 5%);
}

.swpm-login-submit .swpm-login-form-submit{
  background-color: var(--wp--preset--color--custom-darker-pink);
  padding: 15px;
  border: 2px solid var(--wp--preset--color--pink);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
   transition: background 0.3s linear;
  
}

.swpm-login-submit .swpm-login-form-submit:hover{
  background: var(--wp--preset--color--pink);
  transition: background 0.3s linear;
}

.swpm-forgot-pass-link a,
.swpm-join-us-link a{
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: var(--wp--preset--color--custom-darker-pink) !important;
   font-style: italic;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

.swpm-forgot-pass-link a:hover,
.swpm-join-us-link a:hover{
  color: var(--wp--preset--color--light-blue) !important;
  text-decoration: underline;
  transition: all 0.3s linear;
}

.swpm-login-widget-action-msg .swpm-red-error-text{
   border: 2px dashed var(--wp--preset--color--pink);
   padding: 15px;
   margin-top: 30px;
  color: var(--wp--preset--color--secondary);
  display: block;
  font-size: 16px;
  text-align: center;
}

.swpm_login_error_activation_required{
  color: var(--wp--preset--color--secondary);
  border: 2px dashed var(--wp--preset--color--secondary);
  padding: 15px;
}

.g-recaptcha > div{
  margin: 30px auto 0;
}