@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-intro.reverse-intro .row {
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .page-intro.reverse-intro .col-desc .txt-wrap {
    padding-right: 150px;
  }
}

.content {
  padding-bottom: 80px;
}
.content .wrapper {
  padding: 60px 110px;
  background-color: #FAFAFA;
  border-radius: 0px 80px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
}
@media screen and (max-width: 991px) {
  .content .wrapper {
    border-radius: 40px;
    padding: 40px 20px;
  }
}
.content .wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 1336px;
  height: 113px;
  position: absolute;
  z-index: -1;
  top: 313px;
  left: -265px;
  background-image: linear-gradient(to left, rgba(249, 244, 198, 0) 53.67%, #F9F4C6 112.2%);
}
@media screen and (max-width: 991px) {
  .content .wrapper:before {
    width: 1336px;
    height: 113px;
  }
}
.content .wrapper:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 416px;
  height: 38.7px;
  position: absolute;
  z-index: -1;
  top: 140px;
  right: -343px;
  background-image: linear-gradient(to left, rgba(169, 255, 251, 0) 8.85%, rgba(169, 255, 251, 0.72) 94.23%);
}
@media screen and (max-width: 991px) {
  .content .wrapper:after {
    width: 416px;
    height: 38.7px;
  }
}
.content .inner-wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 756px;
  height: 77px;
  position: absolute;
  z-index: -1;
  top: 770px;
  right: -360px;
  background-image: linear-gradient(93deg, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
}
@media screen and (max-width: 991px) {
  .content .inner-wrapper:before {
    width: 756px;
    height: 77px;
  }
}
.content .tab-container {
  display: flex;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
.content .tab-container .tab {
  position: relative;
  display: inline-block;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.84px;
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #58595B;
  padding: 8px 0;
}
@media screen and (max-width: 991px) {
  .content .tab-container .tab {
    font-size: 1.5em;
    line-height: 1.33;
    letter-spacing: 0.72px;
  }
}
.content .tab-container .tab.active {
  color: #0C8295;
}
.content .tab-container .tab.active:after {
  opacity: 1;
}
.content .tab-container .tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #0C8295;
  opacity: 0;
}
.content .details {
  padding-top: 40px;
}
.content .details .item {
  display: none;
}
.content .details .item:first-child .form-wrap {
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .content .details .item:first-child .btn-container .com-btn {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content .details .item:last-child .btn-container .com-btn {
    width: calc((100% - 24px) / 2);
  }
}
.content .details .heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content .details .heading-row .title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #58595B;
}
.content .details .heading-row .mandatory {
  color: #E52D5E;
  line-height: 1.75;
  letter-spacing: 0.48px;
}
.content .details .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .details .form-row a {
  position: relative;
  display: inline-block;
  color: #0C8295;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
}
.content .details .form-row a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0C8295;
}
.content .details .checkbox-group .form-input:not(:last-child) {
  margin-bottom: 8px;
}
.content .details .btn-container {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.content .details .btn-container .com-btn:not(:last-child) {
  margin-right: 24px;
}
.content .details .btn-container .com-btn.btn-reset {
  background-color: #ffffff;
  color: #414042;
}
.content .details .btn-container .com-btn.btn-reset:hover {
  background-color: #414042;
  color: #ffffff;
}/*# sourceMappingURL=login.css.map */