/*============================
  39.login
============================*/
.login-or {
  text-align: center;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 500;
  position: relative;
}
.login-or::after {
  width: 100%;
  content: "";
  border-top: 1px solid #e4ebf1;
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
}
.login-or::before {
  width: 100%;
  content: "";
  border-top: 1px solid #e4ebf1;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
}
.login-or .span-or {
  background-color: var(--white-color);
  padding: 0 16px;
  z-index: 9;
  position: relative;
}

.authentication-card .card-header {
  padding: 15px 40px;
}
.authentication-card .card-body {
  padding: 40px;
}

.authentication-wrapper {
  position: relative;
}
.authentication-wrapper::before {
  content: "";
  background-image: url(../img/bg/authetication-bg.png);
  position: absolute;
  width: 100%;
  height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  z-index: -1;
}
.authentication-wrapper::after {
  content: "";
  background-image: url(../img/bg/authentication-footer-bg.png);
  position: absolute;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 32px;
  z-index: -1;
}

.coming-soon-bg {
  background: #e0ebf8;
}

.counting-box {
  margin: 40px 0;
}
.counting-box li {
  position: relative;
  padding: 2px;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  margin-inline-end: 20px;
}

.counting-box li:last-child {
  margin-inline-end: 0;
}
.counting-box li::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(207, 52, 37, 0) 19.94%,
    #cf3425 94.37%
  );
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 5px 5px 0 0;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.counting-box .counts-card {
  width: 70px;
  height: 70px;
  position: relative;
  background: #e0ebf8;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counting-box .counts-card p {
  color: var(--secondary-color);
  font-size: 14px;
}
.counting-box .counts-card h3 {
  font-size: 24px;
}

.coming-soon-wrapper {
  background-image: url(../img/bg/coming-soon-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.coming-soon-wrapper h1 {
  font-size: 90px;
  color: var(--primary-color);
}

.coming-soon-wrapper .subscribe-form {
  max-width: 500px;
  margin: auto;
}
.coming-soon-wrapper .subscribe-form input {
  color: #e4ebf1;
}
.coming-soon-wrapper .subscribe-form input::placeholder {
  color: #e4ebf1;
}

.signup_section .modal-dialog {
  max-width: 850px;
}
.close-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  font-size: 18px;
  line-height: 180%;
}
.register-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.register-items .input-group {
  width: 49%;
}
.register-items .input-group label {
  width: 100%;
  display: block;
}
.register-items .input-group .input-icon {
  width: 100%;
}
.error-message.text-danger {
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  height: 20px;
  width: 100%;
  display: inline-flex;
}
.register-items .input-group select {
  min-height: 40px;
  padding: 0.66rem 1rem;
}
.agree_trms_sec {
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.agree_trms_sec .form-check {
  display: flex;
  align-items: center;
}
.agree_trms_sec .form-check input.form-check-input {
  width: 20px;
  height: 20px;
}

.g_id_signin div {
  width: 100%;
}
.signup_section .modal-dialog {
  max-width: 850px;
}
.close-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  font-size: 18px;
  line-height: 180%;
}
.register-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.register-items .input-group {
  width: 49%;
}
.register-items .input-group label {
  width: 100%;
  display: block;
}
.register-items .input-group .input-icon {
  width: 100%;
}
.error-message.text-danger {
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  height: 20px;
  width: 100%;
  display: inline-flex;
}
.register-items .input-group select {
  min-height: 40px;
  padding: 0.66rem 1rem;
}
.agree_trms_sec {
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.agree_trms_sec .form-check {
  display: flex;
  align-items: center;
}
.agree_trms_sec .form-check input.form-check-input {
  width: 20px;
  height: 20px;
}
.fb_id_signin {
  width: 49%;
  text-align: left;
  justify-content: flex-start !important;
}

.g_id_signin {
  width: 48%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  /* height: 48px; */
  /* border: 1px solid #e7e7e7; */
}
@media (max-width: 1399.98px) {
  .coming-soon-wrapper h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .coming-soon-wrapper h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .coming-soon-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .counting-box .counts-card h3 {
    font-size: 20px;
  }
  .counting-box .counts-card {
    width: 60px;
    height: 60px;
  }
  .counting-box li {
    margin-inline-end: 10px;
  }
}
