.container_login {
  background: #fff;
}

.header_login {
  padding: 20px 35px;
  position: absolute;
  top: 0;
  right: 27px;
}
@media screen and (max-width: 768px) {
  .header_login {
    padding: 20px 15px;
    width: 100%;
    left: 6px;
  }
}
.header_login .help_text {
  font-size: 12px;
  color: #1d2858;
  margin-right: 6px;
}
.header_login .button_container {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header_login .button_container {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
    margin-right: 10px;
  }
}
.header_login .button_container button {
  border: 1px solid #1d2858;
  border-radius: 8px;
  color: #1d2858;
  height: 32px;
  line-height: 31px;
  padding: 0 15px 0 12px;
  margin-right: 13px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header_login .button_container button {
    padding: 0 10px 0 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header_login .button_container button:last-child {
    margin-right: 0;
  }
}
.header_login .button_container button:focus {
  outline: none;
}
.header_login .button_container button img {
  margin-right: 7px;
  margin-top: -4px;
  width: 20px;
}
.arabic .header_login {
  left: -5px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .arabic .header_login {
    left: 6;
    right: auto;
  }
}

.banner {
  max-height: 100vh;
  overflow: hidden;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner {
    background-position: -40px bottom;
    display: block;
    padding-top: 90px;
    background-size: 128%;
    height: auto;
    background-color: #66a1b4;
  }
}
.banner .left_section {
  width: 50%;
  background: url(/assets/images/login-banner-bg.png) no-repeat top left !important;
  background-size: cover !important;
  position: relative;
  height: 100vh;
}
.banner .left_section .login-welcome {
  position: absolute;
  top: 65px;
  left: 65px;
  z-index: 10;
}
.banner .left_section .login-welcome .welcome-text {
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
}
.banner .left_section .login-welcome .gems-connect-label {
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.banner .left_section .login-welcome .gems-connect-label span {
  font-weight: 700;
  border-bottom: 4px solid #FEDB00;
  padding-bottom: 6px;
}
.banner .left_section .banner-text {
  font-family: "Encode Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0px !important;
  line-height: 26px;
  max-width: 50%;
  position: absolute;
  bottom: 146px;
  left: 102px;
  z-index: 10;
}
.arabic .banner .left_section .banner-text {
  margin: 200px 90px 10px 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .banner .left_section {
    display: none !important;
  }
}
.banner .left_section img {
  width: 38px;
  margin: 0 0 0 0;
  position: absolute;
  left: -42px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .banner .left_section img {
    margin-top: 20px;
    width: 100%;
  }
}
.banner .left_section .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.banner .left_section .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%; /* Much larger to ensure full coverage */
  height: 150%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.banner .left_section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.banner .left_section .video-content {
  position: relative;
  z-index: 3;
  color: white;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .right_section {
  width: 50%;
  padding: 60px 60px 60px 20px;
  background: url("../assets/images/login-right-bg.png") no-repeat right bottom #fff;
  display: flex;
  justify-content: center;
  height: 100vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .banner .right_section {
    width: 100%;
    padding: 10px 20px 75px 20px;
  }
}
.banner .right_section:before {
  background: url("../assets/images/login-right-top-bg.png") no-repeat left top #fff;
}
.banner .right_section .login_form {
  background-color: #ffffff;
  padding: 45px 50px;
  max-width: 75%;
  min-width: 70%;
}
@media screen and (max-width: 768px) {
  .banner .right_section .login_form {
    padding: 18px 0px !important;
    max-width: 100% !important;
    min-width: 90% !important;
  }
}
.banner .right_section .login_form .logo {
  width: 175px;
  margin-bottom: 26px;
  float: right;
}
@media screen and (max-width: 768px) {
  .banner .right_section .login_form .logo {
    float: inherit;
    width: 150px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }
}
.arabic .banner .right_section .login_form .logo {
  float: left;
}
.banner .right_section .login_form .seperator {
  width: 53px;
  height: 4px;
  background-color: #FEDB00;
  text-align: center;
}
.banner .right_section .login_form h2 {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 57px;
  color: #0a1e3e;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
}
.banner .right_section .login_form h2 span {
  display: block;
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .banner .right_section .login_form h2 {
    padding-bottom: 57px;
    margin: auto;
    display: block;
    text-align: center;
    min-height: 109px !important;
  }
}
.banner .right_section .login_form .form_heading {
  color: #909090;
  font-size: 14px;
  margin-bottom: 13px;
  display: block;
}
.banner .right_section .login_form input {
  border: 1px solid #C8CCD1;
  border-radius: 8px;
  height: 48px;
  padding: 0 19px;
  font-size: 0.875rem;
  color: #7b7b7b;
  width: 100%;
}
.banner .right_section .login_form input:focus {
  outline: none;
}
.banner .right_section .login_form input.submit_btn {
  background: #FEDB00;
  border: 0px;
  text-align: center;
  color: #002B64;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
}
.banner .right_section .login_form input.submit_btn:hover {
  background-color: #FFE333;
}
.banner .right_section .login_form input.submit_btn:disabled, .banner .right_section .login_form input.submit_btn[disabled] {
  background-color: rgba(254, 219, 0, 0.5) !important;
  cursor: not-allowed;
}
.banner .right_section .login_form input[type=password i]::-ms-reveal {
  display: none !important;
}
.banner .right_section .login_form .login_form_icon {
  position: absolute;
  right: 20px;
  top: 12px;
}
.banner .right_section .login_form .eye-icon {
  position: absolute;
  right: 16px;
  top: 68%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .right_section .login_form .login-with-email {
  margin-top: 4px;
  background: transparent;
  text-align: center;
  color: #002B64;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid #002B64;
  border-radius: 100px;
  height: 48px;
  padding: 0 19px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .right_section .login_form .login-with-email:hover {
  text-decoration: underline;
}
.banner .right_section .login_form .sub-text {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  color: #757575;
}
.banner .right_section .login_form .otp-input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner .right_section .login_form .otp-input input.txt-otp {
  max-width: 48px;
}
.banner .right_section .login_form .verify-otp-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.banner .right_section .login_form .verify-otp-footer .back-to-login {
  color: #4397E4;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.banner .right_section .login_form .verify-otp-footer .timer {
  font-size: 14px;
  color: inherit;
}
.banner .right_section .login_form .verify-otp-footer .resend-otp-text {
  font-size: 16px;
  font-weight: 400;
  color: #68788E;
}
.banner .right_section .login_form .verify-otp-footer .resend-otp {
  color: rgba(67, 151, 228, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.banner .right_section .login_form .verify-otp-footer .resend-otp.active {
  color: #4397E4 !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .banner .right_section .login_form .email-login {
    padding: 18px 0px !important;
    max-width: 100% !important;
    min-width: 90% !important;
  }
}
.banner .right_section .login_form .email-login .email-input input {
  padding-left: 46px;
}
.banner .right_section .login_form .email-login .email-input .email-id-icon {
  position: absolute;
  left: 20px;
  top: 12px;
}
.banner .right_section .login_form .phone-no {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 4px;
}
.banner .right_section a {
  color: #002B64;
  font-size: 14px;
  border-bottom: 1px solid #FEDB00;
}
.banner .explore_button {
  color: #ffffff;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .banner .explore_button {
    bottom: 40px;
  }
}
.banner .explore_button .arrow_down {
  background: url("../assets/images/arrow_icon.svg") no-repeat left top;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.key_points {
  background: url("../assets/images/right_bottom_shape.png") no-repeat right bottom;
  position: relative;
  display: flex;
  padding-top: 70px;
  background-size: 60%;
  padding-bottom: 90px;
}
.arabic .key_points {
  background: url("../assets/images/left_bottom_shape_blue.png") no-repeat left bottom;
  background-size: 60%;
}
@media screen and (max-width: 768px) {
  .key_points {
    display: block;
  }
  .arabic .key_points {
    background: url("../assets/images/left_bottom_shape_blue.png") no-repeat left bottom;
    background-size: 60%;
  }
}
.key_points:before {
  background: url("../assets/images/left_bottom_shape.png") no-repeat right bottom;
  content: "";
  position: absolute;
  width: 320px;
  height: 200px;
  bottom: -20px;
  background-size: 100%;
  left: -110px;
  transform: rotate(10deg);
}
.arabic .key_points:before {
  right: -110px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .arabic .key_points:before {
    background-size: 60%;
    right: -46px;
    left: auto;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 768px) {
  .key_points:before {
    background-size: 60%;
  }
}
.key_points .image_section {
  width: 50%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .key_points .image_section {
    width: 100%;
  }
}
.key_points .image_section img {
  width: 85%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .key_points .image_section img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .key_points .points {
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 20px 0 10px;
  }
}
.key_points .points ul {
  list-style: none;
}
.key_points .points ul li {
  display: flex;
}
.key_points .points ul li .image_container {
  width: 65px;
  margin-right: 20px;
}
.key_points .points ul li .image_container img {
  width: 100%;
}
.key_points .points ul li .details_section {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .key_points .points ul li .details_section {
    max-width: calc(100% - 75px);
  }
}
.key_points .points ul li .details_section .heading {
  color: #2c6fb4;
  font-size: 18px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.key_points .points ul li .details_section p {
  color: #194064;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.key_points .points .key_msg {
  color: #637a91;
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-left: 85px;
}

.login_footer {
  background: #fff;
  height: 98px;
  line-height: 98px;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .login_footer {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
}
.login_footer .visitor_section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login_footer .visitor_section span {
  line-height: normal;
  color: #7e8ca5;
  font-size: 11px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
}
.login_footer .visitor_section .visitor_count {
  background: #234f8c;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  height: 25px;
  width: max-content;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 5px;
}
.login_footer p {
  font-size: 11px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
  color: #68788E;
  margin-bottom: 0;
  height: fit-content;
  line-height: normal;
}

.connect-branding {
  background: #f5f5f5;
  padding: 76px 0 42px 0;
  box-shadow: 0px -1px 16px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #e9e9e9;
}
.connect-branding .gems-connect-brand {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: flex;
}
.connect-branding .gems-connect-brand img.parent-img {
  margin: -43px 8px 8px;
}
@media screen and (max-width: 768px) {
  .connect-branding .gems-connect-brand img.parent-img {
    margin: 0 0 22px 0 !important;
  }
}
.connect-branding .gems-connect-brand img.connect-img {
  margin: -47px 8px 8px;
}
@media screen and (max-width: 768px) {
  .connect-branding .gems-connect-brand img.connect-img {
    margin: 22px 0 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .connect-branding .gems-connect-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .connect-branding {
    padding: 42px 0 !important;
  }
}

.macos input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
}