

/* Start:/local/components/infopro/auth/templates/login/style.css?17864267532380*/
.psw-success {
  box-sizing: border-box;
  color: #27D899;
  font-weight: bold;
  font-size: 16px;
  max-width: 320px;
  display: flex;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #27D899;
}

h1 {
  margin-top: 27px !important;
  width: 300px;
}

.error {
  color: #EB5757;
}

.auth-wrapper .input-wrapper {
  max-width: none;
  width: 100%;
}

.auth-wrapper .input-group {
  width: 100%;
}
.auth-wrapper .reg-block {
  color: #101627;
  margin-top: 16px;
  margin-bottom: 36px;
  font-size: 14px;
}
.auth-wrapper .reg-block a {
  color: #105F9C;
  text-decoration: none;
}
.auth-wrapper .reg-block a:hover {
  text-decoration: underline;
}
.auth-wrapper > .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #101627;
}
.auth-wrapper .bottom-block {
  margin-top: 30px;
}
.auth-wrapper .bottom-block a {
  cursor: pointer;
  display: inline;
  text-decoration: none;
  color: #105F9C;
  font-size: 14px;
}
.auth-wrapper .bottom-block a:hover {
  text-decoration: underline;
}
.auth-wrapper .bottom-block button {
  margin-right: 26px;
  height: 42px;
  background-color: #F8A040;
  border-radius: 3px;
  border: none;
  outline: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px;
  padding-right: 66px;
  position: relative;
  transition: all ease-in-out 0.1s;
}
.auth-wrapper .bottom-block button:hover {
  cursor: pointer;
  background-color: #101627;
}
.auth-wrapper .bottom-block button:after {
  position: absolute;
  right: 22px;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.auth-wrapper .deep-block {
  margin-top: 54px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #101627;
}
.auth-wrapper .deep-block a {
  text-decoration: underline;
  color: #101627;
  cursor: pointer;
}

.auth-hidden {
  display: none;
}

.form-disabled.is-locked {
  opacity: 0.65;
}

.auth-disabled-link {
  opacity: 0.5;
  pointer-events: none;
}

.captcha-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.captcha-block img {
  height: 40px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/infopro/auth/templates/login/style.css?17864267532380 */
