.login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 6.25rem 0 3.75rem;
  background-color: #fff;
}
.btn-eye {
  top: 24px;
}
@media (max-width: 767px) {
  .login-wrapper {
    padding: 3.75rem 0;
  }
}
.login-wrapper .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70.625rem;
  min-height: calc(100vh - 10rem);
}
.login-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 3.063rem;
}
.mb-28 {
  margin-bottom: 1.75rem;
}
.vertical-divider {
  position: relative;
}
@media (max-width: 767px) {
  .vertical-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.25rem;
    margin: 1.75rem 0;
    text-align: center;
    background: rgb(205 211 222 / 50%);
  }
}
.vertical-divider span {
  display: none;
}

.vertical-divider::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  min-height: 17.188rem;
  text-align: center;
  content: "";
  background-color: #cdd3de;
  opacity: 0.32;
  transform: translate(-50%, 18%);
}

.login-tilte {
  margin-bottom: 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #1b1c21;
  text-align: center;
}
.forget-pass-text {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.938rem;
  color: #6f75bc;
  text-align: right;
  text-decoration: none;
}

.forget-pass-text:hover {
  color: #6f75bc;
}
.sign-up-text {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.938rem;
  color: #13171f;
  text-align: center;
}

.btn-social {
  width: 100%;
}
.btn-social img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.button-style {
  min-height: 3rem;
}

.login-footer {
  max-width: 15rem;
  margin: 1.75rem auto 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  color: #13171f;
  text-align: center;
}

.link-text {
  color: #6f75bc;
  text-decoration: underline;
}
.link-text:hover {
  color: #6f75bc;
}
.phone-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.phone-wrap .form-floating {
  flex: 1;
}
.select-option-wrap {
  position: relative;
}
.select-option-wrap svg {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  display: inline-block;
  width: auto;
  color: rgba(0, 1, 0);
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.select-option-wrap .form-select {
  width: 4.75rem;
  padding: 1rem;
  color: #1b1c21;
}

.login-logo-header {
  margin: 0 auto 0.938rem;
}

.login-logo-header .login-logo {
  margin-bottom: 1.25rem;
}

.login-heading-title {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.438rem;
  color: #13171f;
  text-align: center;
}

.btn-position {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  padding: 0.938rem;
  background-color: transparent;
  transform: translateY(-50%);
}

.btn-position:hover,
.btn-position:active,
.btn-position:focus {
  background-color: transparent;
}

@media (max-width: 767px) {
  .login-form .form-check-label {
    font-size: 0.875rem;
  }
  .login-form .form-floating label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .login-form .form-floating .form-control {
    min-height: 3.375rem;
  }
  .login-form .form-floating .form-control:focus ~ label,
  .login-form .form-floating .form-control:not(:placeholder-shown) ~ label {
    font-size: 0.75rem;
  }
  .select-option-wrap .form-select {
    width: 5.5rem;
    min-height: 3.375rem;
    font-size: 0.875rem;
  }
  .login-footer {
    max-width: 18.75rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .button-style {
    min-height: 3.375rem;
    font-size: 0.875rem;
  }
  .btn-social {
    min-height: 3.375rem;
    font-size: 0.875rem;
  }
  .sign-up-text {
    font-size: 0.875rem;
  }
  .forget-pass-text {
    font-size: 0.875rem;
  }
  .vertical-divider::before {
    display: none;
  }
  .vertical-divider span {
    display: block;
    width: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #9b9ba2;
    background-color: #fff;
  }
}
