.mainContent {
  background-color: var(--white);
  margin: 200px auto 100px;
  border-radius: 16px;
  max-width: 500px;
}
.contentRightDiv {
  padding: 25px 20px 50px;
}
.backLink {
  width: 28px;
  height: 28px;
}
.dsIcon {
  display: none;
}
.homeLogoImg {
  margin: 15px auto 0;
  width: 85px;
  height: 55px;
}
.formText1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clr1C);
  margin-top: 25px;
}
.formText1 span {
  color: var(--colorPrimiary2);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
}
.formTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr31);
  margin-top: 45px;
}
.formText2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--clr5A);
  margin-top: 10px;
}
.phoneInputGrid {
  border-radius: 12px;
  margin-top: 30px;
  position: relative;
}
.phoneInput {
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding: 0 16px 0 120px;
  height: 46px;
  background-color: transparent;
  z-index: 15;
  margin: 1px;
  width: calc(100% - 2px);
  border-radius: 16px;
}
.phoneInput:-webkit-autofill,
.phoneInput:-webkit-autofill:hover,
.phoneInput:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
}
.formBorder {
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--grey72);
  z-index: 1;
  transition: border 0.4s;
}
.prePhoneText {
  height: 48px;
  width: 80px;
  position: absolute;
  left: 16px;
  top: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  pointer-events: none;
  z-index: 16;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--colorPrimiary2);
  transition: opacity 0.4s;
}
.phoneInputGrid .divider {
  height: 20px;
  width: 2px;
  position: absolute;
  left: 106px;
  top: 14px;
  background-color: var(--colorPrimiary2);
  z-index: 16;
  transition: opacity 0.4s;
}
.phoneHint {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #9b9999;
  margin-top: 10px;
  transition: opacity 0.4s;
}
.phoneInput:placeholder-shown {
  direction: rtl;
  color: var(--clrBA);
}
.phoneInput:placeholder-shown + .divider,
.phoneInput:placeholder-shown + .divider + .prePhoneText,
.phoneInput:placeholder-shown
  + .divider
  + .prePhoneText
  + .formBorder
  + .phoneHint {
  opacity: 0;
}
.phoneInput:placeholder-shown + .divider + .prePhoneText + .formBorder {
  border: 1px solid #ddd;
}
.phoneInput:focus + .divider,
.phoneInput:focus + .divider + .prePhoneText,
.phoneInput:focus + .divider + .prePhoneText + .formBorder + .phoneHint {
  opacity: 1;
}
.phoneInput:focus + .divider + .prePhoneText + .formBorder {
  border: 1px solid var(--grey72);
}
.phoneInput.error + .divider + .prePhoneText + .formBorder {
  border: 1px solid #de1e31;
}
.phoneHint.error {
  color: #de1e31;
}
.roleLabel {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9b9999;
  margin-top: 90px;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.roleLabel a {
  color: #1e90ff;
}
.checkIcon {
  display: none;
}
.roleCheckBox {
  display: none;
}
.roleCheckBox:checked + .roleLabel .checkIcon {
  display: block;
}
.roleCheckBox:checked + .roleLabel .uncheckIcon {
  display: none;
}
.submitBtn {
  background-color: var(--bgClr);
  height: 48px;
  border-radius: 12px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--clrBA);
  pointer-events: none;
  transition: background-color 0.3s, color 0.3s;
}
.roleCheckBox:checked + .roleLabel + .submitBtn {
  pointer-events: unset;
  background-color: var(--secondary);
  color: var(--white);
}
.orText {
  margin-top: 16px;
  grid-template-columns: 1fr auto 1fr;
  gap: 15px;
  align-items: center;
}
.orText span {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #9b9999;
}
.orText .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.signWithGoogleBtn {
  gap: 10px;
  border: 1px solid #8c8687;
  border-radius: 12px;
  height: 48px;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--colorPrimiary2);
}
/* codeForm */
.codeForm {
  display: none;
}
.codesInputDiv {
  margin-top: 35px;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  direction: ltr;
}
.codeInput {
  width: 100%;
  height: 46px;
  border: 1px solid var(--grey72);
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  color: var(--clr31);
  outline: none;
  text-align: center;
}
.codeHint {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #de1e31;
  margin-top: 10px;
  display: none;
}
.codesInputDiv.error .codeInput {
  border: 1px solid #de1e31;
}
.codeActionDiv {
  margin-top: 30px;
}
.timerText {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #9b9999;
  gap: 5px;
}
.timer {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fca120;
}
.requestCodeAgain {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #1e90ff;
  gap: 5px;
  display: none;
}
.changeNumberBtn {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--colorPrimiary2);
}
.submitCodeBtn {
  margin-top: 180px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--bgClr);
  color: var(--clrBA);
  pointer-events: none;
}
.submitCodeBtn.active {
  pointer-events: unset;
  background-color: var(--secondary);
  color: var(--white);
}
/* contentLeftDiv */
.contentLeftDiv {
  display: none;
}
@media screen and (min-width: 968px) {
  .mainContent {
    grid-template-columns: 1.2fr 1fr;
    max-width: 1350px;
    overflow: hidden;
    position: relative;
    margin: 150px auto 200px;
  }
  .contentRightDiv {
    padding: 48px;
  }
  .backLink {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
  }
  .dsIcon {
    display: block;
  }
  .mbIcon {
    display: none;
  }
  .formText1,
  .formText1 span {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
  }
  .formTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    color: #23242e;
  }
  .formText2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .prePhoneText,
  .phoneInput {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    height: 62px;
  }
  .phoneInput {
    padding-left: 135px;
  }
  .formBorder {
    height: 64px;
  }
  .phoneHint {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .phoneInputGrid .divider {
    height: 20px;
    top: 22px;
  }
  .roleLabel {
    margin-top: 15px;
  }
  .roleLabel,
  .roleLabel a {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .submitBtn {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    height: 64px;
  }
  .signWithGoogleBtn {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    height: 64px;
  }
  .orText {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .codeForm {
    position: relative;
  }
  .codesInputDiv {
    gap: 18px;
  }
  .codeInput {
    height: 64px;
    font-weight: 400;
    font-size: 24px;
    line-height: 180%;
    border-radius: 16px;
  }
  .codeHint {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
  }
  .codeActionDiv {
    margin-top: 40px;
  }
  .timerText,
  .timerText span,
  .requestCodeAgain {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .timerText svg {
    height: 20px;
    width: 20px;
  }
  .changeNumberBtn {
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
  }
  .submitCodeBtn {
    height: 64px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 150px;
  }
  /* contentLeftDiv */
  .contentLeftDiv {
    display: -webkit-flex;
    display: flex;
  }
  .signImg {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
