:root {
  --white-color: #fff;
  --dark-text-color: #1c1c1c;
  --text-secondary-color: #00000066;
  --tabs-background-color: #f4f7ff;
  --background-color: #ecf0f1;
  --tab-text-color: #1d60fc;
  --admin-panel-content-bgcolor: #f5f5f5;
  --border-all: 1px solid #00000033;
  --button-height: 45px;
  --auth-card-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

* {
  /* height: 100%; */
  /* width: 100%; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes fadeInRight {
  0% {
    opacity:0;
    -webkit-transform:translate3d(20%,0,0);
    transform:translate3d(20%,0,0)
  }
  to {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}

.anime-delay-1 {
  animation-delay: 0.1s;
}

.anime-delay-2 {
  animation-delay: 0.2s;
}

body {
  font-family: "Nunito Sans", sans-serif !important;
  height: 100%;
  background: linear-gradient(117deg, #c7d6fb 0%, #E7EDFA 52.49%, #d1c2f8 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

header {
  height: 80px;
}

header>.wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

header .logo-image {
  height: 48px;
  width: 125px;
}

.main-parent-form {
  display: flex;
  height: calc(100vh - 80px);
  padding-bottom: 80px;
}

.parent-container {
  display: flex;
  width: 100%;
}

.sub-row-1 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-row-1>.wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 80px;
  width: 100%;
  height: 100%;
}

.sub-row-1 .swiper {
  width: 100%;
  height: 100%;
}

.sub-row-1 .swiper .swiper-slide {
  display: flex;
  align-items: center;
  background: linear-gradient(117deg, #c7d6fb -10%, #E7EDFA 60%, #d1c2f8 120%);
  background-size: 100vh 100vh;
}

@media screen and (max-height: 800px) {
  .sub-row-1 .swiper .swiper-slide {
    background: linear-gradient(117deg, #c7d6fb -10%, #E7EDFA 90%, #d1c2f8 200%);
  }
}

.sub-row-1 .swiper .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 100%;
/*   max-height: 600px; */
}

.sub-row-1 .login-promo-header-text {
  font-size: 5vh;
  line-height: 6vh;

  background: linear-gradient(90deg, #2762EB 0%, #6448ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sub-row-1 .login-promo-header-desc {
  font-weight: 400;
  font-size: 2vh;
  line-height: 3vh;

  color: rgba(51, 51, 51, 0.8);
}

.sub-row-1 .swiper .swiper-slide .login-image-wrapper {
  text-align: center;
}

.sub-row-1 .swiper .swiper-slide .login-bg-image {
  height: 400px;
  object-fit: contain;
}

.sub-row-2 {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.sub-form-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  max-width: 540px;
  min-width: 540px;
  min-height: 600px;
  /* max-height: 600px; */
/*   aspect-ratio: 0.9/1; */
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--auth-card-shadow);
  padding: 40px;
  margin-right: 40px;
}

.sub-form-container .auth-form-header {
  align-self: start;
  padding: 0 10px;
  margin-top: 20px;
}

.sub-form-container .auth-form-header.signup {
  margin-top: 0;
}

.sub-form-container .auth-form-header>.wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub-form-container .head-one {
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(90deg, #2762EB 0%, #6448ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sub-form-container .head-two {
  font-size: 16px;
  font-weight: 400;
  color: rgba(82, 82, 82, 1);
}

.sub-form-container .swiper {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
}

.sub-form-container .swiper .swiper-wrapper {
  height: initial;
}

.sub-form-container .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.sub-form-container .swiper .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.auth-form-container {
  width: 100%;
  height: 100%;
}

.auth-form-container>.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.auth-form-container .auth-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}

.auth-form-container .form-fields-group {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-form-container .fields-wrapper {
  display: flex;
  gap: 15px;
}

.auth-form-container .fields-wrapper.terms-fields {
  flex-direction: column;
  gap: 0px;
}

.auth-form-container .field-required {
  color: #f00;
}

.auth-form-container .form-input-group {
  width: 100%;
}

.auth-form-container .form-input-group .form-input-sub-group {
  border: 1px solid #ccc;
}

.auth-form-container .form-action-container {
  height: 20%;
}

.auth-form-container .form-action-button {
  background-color: var(--yak-primary-color);
  color: #fff;
  padding: 12px 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.auth-form-container .form-action-button:disabled {
  color: #aaa;
}

.auth-form-container.login .auth-form {
  gap: 40px;
}

.auth-form-container.login .form-fields-group {
  height: fit-content;
}

.auth-form-container.login .form-input-group {
  gap: 5px;
}

.auth-form-container .form-action-container {
  height: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.auth-form-container .auth-form-go-back {
  background-color: transparent;
  border: none;
  font-size: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  padding: 0 2px;
}

.auth-form-container .auth-form-go-back .material-icons-round {
  font-size: 18px;
}

.auth-form-container .form-action-button#verifySubmitBtn {
  width: 70%;
}

.auth-form-container.signup .auth-form {
  
}

.auth-form-container.signup .form-fields-group {
  height: fit-content;
}

.auth-form-container.signup .form-input-group {
  margin: 5px 0;
}

.auth-form-container.signup .form-action-container {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  body {
    font-family: "Nunito Sans", sans-serif !important;
    height: 100%;
    background: linear-gradient(117deg, #c7d6fb 0%, #E7EDFA 52.49%, #d1c2f8 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100vw;
  }

  header {
    height: 60px;
  }
  
  header.phone-only {
    margin-bottom: 20px;
  }

  header>.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
  }

  header .logo-image {
    height: 42px;
    width: fit-content;
  }

  .main-parent-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 0px;
    width: 100vw;
    margin: auto;
  }

  .parent-container {
    display: flex;
    width: 100%;
  }

  .sub-row-1 {
    width: 50%;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .sub-row-1>.wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 80px;
    width: 100%;
    height: 100%;
  }

  .sub-row-1 .swiper {
    width: 100%;
    height: 100%;
  }

  .sub-row-1 .swiper .swiper-slide {
    display: flex;
    align-items: center;
  }

  .sub-row-1 .swiper .swiper-slide .slide-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .sub-row-1 .login-promo-header-text {
    font-size: 5vh;
    line-height: 6vh;

    background: linear-gradient(90deg, #2762EB 0%, #6448ED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .sub-row-1 .login-promo-header-desc {
    font-weight: 400;
    font-size: 2vh;
    line-height: 3vh;

    color: rgba(51, 51, 51, 0.8);
  }

  .sub-row-2 {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 60px;
  }

  .sub-form-container {
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    max-width: 90vw;
    min-width: 90vw;
    min-height: fit-content;
    max-height: fit-content;
    aspect-ratio: initial;
    height: fit-content;
    background-color: #fff;
    box-shadow: var(--auth-card-shadow);
    padding: 10px;
    margin-right: 0px;
  }
  
  .sub-form-container:has( .auth-form-container.signup) {
    min-height: 670px;
/*     max-height: 100%; */
    height: fit-content;
  }

  .sub-form-container .auth-form-header {
    text-align: center;
    padding: 0 0px;
    margin-top: 20px;
    width: 100%;
  }

  .sub-form-container .auth-form-header.signup {
    margin-top: 10px;
  }

  .sub-form-container .auth-form-header>.wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .sub-form-container .head-one {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(90deg, #2762EB 0%, #6448ED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .sub-form-container .head-two {
    font-size: 16px;
    font-weight: 400;
    color: rgba(82, 82, 82, 1);
  }

  .sub-form-container .swiper {
    width: 100%;
    height: fit-content;
  }
  
  .sub-form-container .swiper .swiper-wrapper {
    align-items: center;
  }

  .sub-form-container .swiper .swiper-slide {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
  }

  .sub-form-container .swiper .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }

  .auth-form-container {
    width: 100%;
    height: 100%;
  }

  .auth-form-container>.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 10px;
  }

  .auth-form-container .auth-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
/*     flex:initial; */
    height: fit-content;
  }

  .auth-form-container .form-fields-group {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .auth-form-container .fields-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  
  .auth-form-container.signup .form-fields-group {
    
    gap: 5px;
  }

  .auth-form-container.signup .fields-wrapper {
    gap: 5px;
  }

  .auth-form-container .field-required {
    color: #f00;
  }

  .auth-form-container .form-input-group {
    width: 100%;
  }

  .auth-form-container .form-input-group .form-input-sub-group {
    border: 1px solid #ccc;
  }

  .auth-form-container .form-action-container {
    height: 20%;
  }

  .auth-form-container .form-action-button {
    background-color: var(--yak-primary-color);
    color: #fff;
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
  }

  .auth-form-container .form-action-button:disabled {
    color: #aaa;
  }

  .auth-form-container.login .auth-form {
    gap: 0px;
  }

  .auth-form-container.login .form-fields-group {
    height: fit-content;
  }

  .auth-form-container .form-action-container {
    height: fit-content;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 1vh 0;
  }

  .auth-form-container .auth-form-go-back {
    background-color: transparent;
    border: none;
    font-size: 14px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 12px;
    padding: 0 2px;
  }

  .auth-form-container .auth-form-go-back .material-icons-round {
    font-size: 18px;
  }

  .auth-form-container .form-action-button#verifySubmitBtn {
    width: 60%;
  }

  .auth-form-container.signup .form-input-group {
  }
}