body {
  margin: unset;
}

.autha-flow-style {
  background-image: url(http://localhost/workreap-new/wp-content/plugins/autha/assets/images/flow-background.svg);
  min-height: 1000px;
  width: 100%;
  background-color: #FAFAFA;
  background-size: contain;
}
.autha-flow-style * {
  font-family: "Lato";
}
.autha-flow-style .autha-phone-field {
  height: 54px;
  padding: 0 18px;
  border: 1px solid #D9DFE6;
  box-sizing: border-box;
  border-radius: 14px;
}
.autha-flow-style input::placeholder {
  color: #707070;
}
.autha-flow-style .autha-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 30px;
}
.autha-flow-style .autha-header-wrap .right-side span {
  color: #707070;
  font-weight: 400;
}
.autha-flow-style .autha-header-wrap .right-side a {
  color: #ee4710;
  font-weight: 600;
  text-decoration: none;
}
.autha-flow-style .autha-header-wrap .autha-logo-item {
  width: 180px;
}
.autha-flow-style .autha-form-wrap {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(129, 129, 129, 0.12);
  gap: 21px;
  padding: 40px;
  border-radius: 24px;
  margin-top: 90px !important;
  background-color: #FFFFFF;
}
.autha-flow-style .autha-form-wrap .autha-field-wrap.autha-phone-field {
  background-color: #ffffff;
}
.autha-flow-style .autha-form-wrap .autha-field-wrap input {
  background-color: #ffffff;
}
.autha-flow-style .autha-form-wrap .autha-field-wrap.radio-group {
  background-color: #ffffff;
}
.autha-flow-style .autha-form-wrap .autha-register .autha-field-wrap {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.autha-flow-style .autha-form-wrap .autha-code-box input {
  border-radius: 14px;
  width: 100%;
  border: 1px solid #D9DFE6;
}
.autha-flow-style .autha-form-wrap .autha-resendbox {
  gap: 5px !important;
  color: #707070;
  margin-bottom: 25px;
}
.autha-flow-style .autha-form-wrap .autha-resendbox a {
  color: #ee4710;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  transition: all 0.2s ease;
}
.autha-flow-style .autha-form-wrap .autha-resendbox a.active {
  animation: authaBlink 2s infinite;
  font-weight: 600;
}
.autha-flow-style .autha-form-wrap .autha-top-wrapper {
  text-align: center;
}
.autha-flow-style .autha-form-wrap .autha-top-wrapper h3 {
  color: #3d3d3d;
  font-size: 36px;
}
.autha-flow-style .autha-form-wrap .autha-top-wrapper p {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
.autha-flow-style .autha-form-wrap .autha-form {
  gap: 10px;
  flex-direction: column;
  margin-top: 10px !important;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-btn-secondary {
  height: 30px;
  color: #ee4710;
  font-size: 14px;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-btn {
  background-color: #ee4710 !important;
  border-radius: 14px !important;
  border: unset !important;
  color: #ffffff !important;
  font-size: 16px;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-btn:hover {
  background-color: #dd481a !important;
  color: #ffffff;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-divider {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-divider::before {
  content: "";
  border-top: 1px solid #D9DFE6;
  position: absolute;
  height: 10px;
  right: 0;
  top: 10px;
  width: 100%;
  z-index: 0;
}
.autha-flow-style .autha-form-wrap .autha-form .autha-divider span {
  color: #707070;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 0 7px;
  font-weight: 400;
}
.autha-flow-style .autha-form-wrap .autha-mobile-trigger {
  padding: 13px 26px;
  border-radius: 14px !important;
  border: 1px solid #ee4710 !important;
  height: 54px !important;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap {
  margin-bottom: unset !important;
  transition: all 0.2s ease;
}
@media screen and (max-width: 640px) {
  .autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label {
    width: 100%;
    display: inline-block;
  }
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-label {
  display: none !important;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-input:checked + .autha-checkbox-label span:first-child svg {
  stroke-dashoffset: 0;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap {
  margin-top: 10px;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap {
  text-align: left;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap * {
  box-sizing: border-box;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-input {
  position: absolute;
  visibility: hidden;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-input:checked + .autha-checkbox-label span:first-child {
  background: #ee4710;
  border-color: #ee4710;
  animation: wave-4 0.4s ease;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  color: #707070;
  font-size: 14px;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label:hover span:first-child {
  border-color: #ee4710;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label:not(:last-child) {
  margin-right: 6px;
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap .autha-checkbox-label:hover {
  background: rgba(238, 71, 16, 0.06);
}
.autha-flow-style .autha-form-wrap .autha-fields-wrap .autha-checkbox-wrap svg {
  width: 12px !important;
  height: 12px !important;
}
.autha-flow-style .autha-form-wrap .autha-field:not([type=checkbox], [type=radio]) {
  width: 100%;
  height: 54px !important;
  padding: 0 15px;
  border: 1px solid #D9DFE6;
  border-radius: 14px;
  box-sizing: border-box;
}
.autha-flow-style .autha-form-wrap .autha-field:not([type=checkbox], [type=radio]):focus {
  border-color: #ee4710;
  box-shadow: 0 4px 20px #D1E6FF;
}
.autha-flow-style .autha-form-wrap .autha-field {
  font-size: 16px;
}
.autha-flow-style .autha-form-wrap .autha-group-btn {
  display: flex;
  justify-content: space-between;
}
.autha-flow-style .autha-form-wrap .autha-group-btn button {
  width: max-content !important;
}
.autha-flow-style .autha-form-wrap .autha-back-btn {
  color: #ee4710;
  background-color: transparent;
  border: unset;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}
.autha-flow-style .autha-form-wrap .autha-back-btn div {
  width: 12px;
  height: 12px;
  -webkit-mask-size: contain;
  mask: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 477.175 477.175'%3E%3Cg%3E%3Cpath d='M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225 c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  background-color: #ee4710;
  border-radius: 8px;
  display: inline-block;
  -webkit-mask: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 477.175 477.175'%3E%3Cg%3E%3Cpath d='M145.188,238.575l215.5-215.5c5.3-5.3,5.3-13.8,0-19.1s-13.8-5.3-19.1,0l-225.1,225.1c-5.3,5.3-5.3,13.8,0,19.1l225.1,225 c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1L145.188,238.575z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.full {
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .autha-checkbox-wrap .autha-checkbox-label {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.autha-btn-animate-out {
  animation: btnSlideOut 0.3s forwards ease;
}

.autha-btn-animate-in {
  animation: btnSlideIn 0.3s forwards ease;
}

@keyframes btnSlideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes btnSlideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes authaBlink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate-exit {
  transition: all 0.2s;
  opacity: 0;
  left: 50px;
}

.animate-enter {
  transition: all 0.2s;
  opacity: 1;
  left: 0;
  position: relative;
}

/*# sourceMappingURL=autha-flow.css.map */
