#connect-to-comment {
  padding: 2rem 2rem 0rem 2rem;
  text-align: center;
  max-width: 600px;
}

#connect-to-comment .title {
  font-size: 30px;
  color: #092141;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

#connect-to-comment .title2 {
  font-size: 22px;
  color: #092141;
  margin-top: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

#connect-to-comment .subtitle {
  font-size: 17px;
  color: #707070;
  margin-bottom: 2rem;
  max-width: 600px;
}

#connect-to-comment .inputs a {
  margin-top: 2rem;
}

#connect-to-comment .inputs {
  text-align: center;
  /* width:100%;
  max-width:300px; */
}

#connect-to-comment .inputs input {
  margin-bottom: 1rem;
  width: 90%;
}

#connect-to-comment .forgotten a {
  color: #092141;
}

.modal__container #connect-to-comment {
  width: auto;
  padding-top: 0rem;
}

/*# sourceMappingURL=connect.css.map */

.woocommerce-form .password-wrap {
  position: relative;
  width: 100%;
}

#connect-to-comment .inputs input {
  height: 42px;
}

.woocommerce-form .password-wrap input {
  width: 100%;
  height: 42px;
  padding: 0 44px 0 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}

.woocommerce-form .toggle-password {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.woocommerce-form .toggle-password .icon {
  width: 20px;
  height: 20px;
}

.woocommerce-form .toggle-password[aria-pressed="false"] .icon-eye-open {
  display: none;
}

.woocommerce-form .toggle-password[aria-pressed="true"] .icon-eye-closed {
  display: none;
}

#connect-to-comment .inputs input[type="text"], #connect-to-comment .inputs input[type="password"] {
  height: 42px;
}
/*# sourceMappingURL=connect.css.map */


