.pm-login-box.pm-border {
  border: 0;
}

.pm-login-box .pm-bg {
  background: none;
  border: none;
}

.pmagic .pm-login-box input[type="submit"] {
  text-align: center;
  float: none;
  width: auto;
  margin: auto;
  font-size: 1em;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.25);
  color: var(__black1);
  background-color: #86dbbc !important;
  font-family: Mariupol;
  font-size: 20px;
}

#slider .read-more:hover {
  color: #054949;
  background-color: #8ae3b4 !important;
}

.registration-form,
.login-form {
  background-color: var(--green);
  max-width: 600px;
  width: auto;
  margin: 130px auto;
  padding: 50px 45px 60px;
  border-radius: 15px;
  font-family: inherit;
  font-size: 16px;

  .title,
  .subtitle {
    text-align: center;
  }

  .subtitle {
    font-size: 16px;
  }

  .form-field {
    margin: 25px 0 0;
    text-align: center;

    label {
      width: 100%;
      max-width: 400px;
    }

    input {
      display: block;
      background: #fff;
      border-radius: 6px;
      border-width: 2px;

      &:focus {
        background-color: #fff !important;
        border: 2px solid rgb(from #851b5f r g b / 0.6);
      }
    }
  }

  .form-buttons {
    text-align: center;

    label {
      width: auto;
    }

    .registration-link {
      border: 2px solid;
      background: #fff;
      line-height: 1.8;
    }
  }

  .btn,
  .pmagic
    form.pmagic-form
    .buttonarea.pm-full-width-container
    input[type="submit"] {
    min-width: 250px;
    height: 44px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    background-color: var(--pink);
    color: #ffffff;

    &:hover {
      opacity: 0.8;
    }
  }
}

.registration-form {
  margin: 0 auto 130px;
  background: #86dbbc;

  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="text"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="password"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="email"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="url"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="file"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input input[type="number"],
  .pmagic .pg-group-reg-form .pmrow .pm-field-input textarea,
  .pmagic .pg-group-reg-form .pmrow .pm-field-input select {
    background-color: #fff;
    font-family: Inter, Montserrat, serif;
    color: var(__black1);
    border: 2px solid #851b5f;
    padding: 10px;
    border-radius: 8px;

    &:focus {
      background-color: #fff !important;
      border: 2px solid rgb(from #851b5f r g b / 0.6);
    }
  }

  .pmagic .pmagic-form .pmrow .errortext {
    color: #851b5f;
    font-family: Inter, Montserrat, serif;
    font-size: 100%;
    padding: 5px 0 0;
  }

  label {
    color: var(__black1);
    font-family: Inter, Montserrat, serif;
    font-size: 16px;
  }

  .pmagic fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }

  .pmagic legend {
    text-align: center;
    margin: 0 0 15px;
    padding: 10px 0;
    line-height: 1.4;
    font-family: Mariupol, Roboto, Helvetica, serif;
    color: var(__black1);
    font-weight: 600;
    font-size: 1.75rem;
    width: 100% !important;
  }

  .pmagic
    form.pmagic-form
    .buttonarea.pm-full-width-container
    input[type="submit"] {
    background: #851b5f;
    color: #fff;
    border-color: #851b5f;
  }

  .pmagic .pm-field-lable,
  .pmagic .pm-field-input {
    width: 100%;
    margin: 0 0 5px;
  }
}
