.hero .contact-con .title {
  padding: 50px 40px 0 0;
}
.hero .contact-con .input:hover,
.hero .contact-con .input:focus, .hero .contact-con textarea:hover, .hero .contact-con textarea:focus, .hero .contact-con button:hover {
  transform: scale(1.05) rotateY(-20deg);
}
.hero .select-wrapper::after {
  left: 10px;
  right: unset;
  transform: translateY(-50%);
}
.hero .form_main:hover:before {
  right: -500px;
  left: unset;
}
.hero .form_main:before {
  transform: rotate(-45deg);
  right: -200px;
  left: unset;
}
@media (max-width: 992px) {
  .hero .form_main:before {
    right: -240px;
    left: unset;
  }
}
.hero .inputIcon {
  right: 3px;
  left: unset;
}
.hero .inputField {
  padding-right: 30px;
}/*# sourceMappingURL=signin-rtl.css.map */