.simplr-field {
  margin: 0 0 15px 0 !important;
  display: block;
}
.simplr-field-cloudflare {
  margin: 0 !important;
  display: block;
}
.simplr-field.flex {
  display: flex;
}
.simplr-field.flex input {
  padding-left: 10px;
}
.simplr-field.flex input[type="checkbox"] {
  align-self: flex-start;
  margin: 5px 10px 0px 0px !important;
}
.simplr-field.remember-me label {
  font-size: 14px;
}
.simplr-field .required {
  padding-left: 3px;
  color: #e74949;
}
.simplr-field input.error,
.simplr-field select.error {
  margin: 0;
  text-transform: initial;
  border-color: #e74949 !important;
  font-weight: initial;
}
.simplr-field label {
  font-weight: 400;
}
.simplr-field label.error {
  width: auto;
  font-size: 13px;
  color: #e74949;
  margin: 10px 0px 0px 0px;
  padding: 3px 10px;
  text-transform: initial;
  position: relative;
  background: #fff2f1;
  border-radius: 3px;
  border: 1px #f44336 solid;
}
.simplr-field label.error:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg) skew(0deg, 0deg);
  top: -6px;
  left: 20px;
  background: #fff1f1;
}
.simplr-field.about {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.simplr-message-extra {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 50px 80px 50px 160px;
  border-radius: 6px;
  background-color: #f4a932;
  font-size: 17px;
  color: #fff !important;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .simplr-message-extra {
    padding: 50px;
  }
}
.simplr-message-extra::before {
  font-family: "fontawesome";
  content: "\f05a";
  font-size: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  opacity: 0.35;
}
@media (max-width: 767px) {
  .simplr-message-extra::before {
    content: none;
  }
}
.simplr-message-extra h3 {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: inherit;
}
.simplr-message-extra strong {
  font-weight: 900;
}
/* White content area on login / register / password reset (and update) pages */
.main-content:has(.custom-login-wrapper) {
  background-color: #fff;
}
.custom-login-wrapper {
  max-width: 480px;
  margin: auto;
}
.custom-login-wrapper.register {
  max-width: 500px;
}
.custom-login-wrapper h2 {
  margin: 40px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 2px #e0e0e0 solid;
  font-size: 16px;
  font-weight: bold;
}
.custom-login-wrapper .form-message {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.custom-login-wrapper .lost-password {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
}
.custom-login-wrapper input[type="submit"] {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  background-color: #53b353;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 16px;
  margin: 10px 0 20px;
}
.custom-login-wrapper input[type="submit"]:hover {
  background-color: #49a449;
}
.custom-login-wrapper input[type="text"],
.custom-login-wrapper input[type="email"],
.custom-login-wrapper input[type="password"],
.custom-login-wrapper input[type="tel"],
.custom-login-wrapper select {
  height: 48px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  color: #000;
  padding: 0px 20px;
  line-height: 42px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  outline: 0;
  outline: none;
}
.simplr-field label.error.tfa-success {
  color: #2e7d32;
  background: #f1f8f1;
  border-color: #53b353;
}
.simplr-field label.error.tfa-success:before {
  background: #f1f8f1;
  border-color: #53b353;
}
.simplr-field-password .password-input-wrap {
  position: relative;
}
.simplr-field-password input[type="password"],
.simplr-field-password input[type="text"] {
  padding-right: 48px;
}
.simplr-field-password .password-input-wrap .toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  background: none;
  border: none;
  padding: 0;
  z-index: 2;
}
.simplr-field-password .password-input-wrap .toggle-password:hover {
  color: #555;
}
.simplr-field-password .password-input-wrap .toggle-password svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.custom-login-wrapper .newsletter-agree {
  margin: 15px 0 !important;
}
.custom-login-wrapper .privacy-info p {
  margin: 20px 0 0 0;
  text-align: center;
  color: #999;
  font-size: 13px;
  font-weight: 300;
}
.custom-login-wrapper a {
  color: #337ab7;
}
.custom-login-wrapper a:hover {
  color: #286386;
}
