.auth-form .form-field {
  margin-bottom: 20px;
  position: relative;
}
.auth-form .form-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  padding: 17px 70px 17px 30px;
  background: #f7f7f7;
}
.auth-form .form-field .eye {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: url("/cabinet/temp/pass_eye.png") no-repeat center;
  cursor: pointer;
}
.auth-form .form-field .eye.active {
  background-image: url("/cabinet/temp/pass_eye_open.png");
}
.auth-form .forgot-password {
  margin-bottom: 25px;
}
.auth-form .forgot-password a {
  font-size: 14px;
  color: #cc2939;
  text-decoration: underline dashed;
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: none !important;
}
.auth-form .forgot-password a:hover {
  text-decoration-color: transparent;
}
.auth-form input[type=submit] {
  background: transparent;
  width: 160px;
  height: 48px;
  border: 1px solid #cc2939;
  text-transform: uppercase;
  color: #cc2939;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s;
}
.auth-form input[type=submit]:hover {
  background: #cc2939;
  color: #fff;
}
.auth-form .errors {
  margin-bottom: 20px;
  color: #cc2939;
}

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