.shared_text_content .tag_primary {
  display: inline-flex;
  gap: 1rem;
  background-color: #ff6f00;
  border: 1px solid #ff6f00;
  margin-bottom: 0.5rem;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  align-items: center;
}
.tag_primary .tag_icon {
  background-color: #fff;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shared_text_content .tag_primary .tag_icon i {
  color: #ff6f00 ! important;
}
.shared_text_content .tag_primary .tag_desc {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
}
.shared_text_content .title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.shared_text_content .title .outed {
  border: 2px solid #ff6f00 ! important;
  padding: 0.2rem 0.4rem;
  border-radius: 50px;
  margin: 0rem 0.3rem;
  background-color: rgb(255, 255, 255);
  color: #ff6f00 ! important;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
}
.shared_text_content .shared_text {
  color: #fff;
  margin-bottom: 1rem;
}

.background-gray {
  background-color: #f9f9f9;
  padding: 6rem 0;
  margin-bottom: 2rem;
}

.line {
  background-image: url(../../images/about/Vector\ 2.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 8rem;
  margin: 3rem 0rem;
  overflow: hidden;
}

@media (max-width: 993px) {
  .tag {
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .title {
    text-align: center;
  }
  .shared_text {
    text-align: center;
  }
}
.login {
  padding: 2rem 0rem;
}
.login_form, .login_img {
  height: 100%;
  border: 2px solid #f5f5f5;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
}
.login_form img, .login_img img {
  width: 100%;
}
.login_form_title {
  text-align: center;
}
.login_form_label {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
.login_form_input {
  border: 2px solid #f5f5f5;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  margin-bottom: 0.4rem;
  width: 60%;
}
.login_form_input:focus {
  outline: 0;
}
.login_form_input_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login_form .btn-wrapper {
  padding: 1rem 0rem;
}
.login_form .login_foget_password {
  color: #ff6f00 ! important;
  padding-bottom: 0.5rem;
  position: relative;
}
.login_form .login_foget_password::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff6f00 ! important;
  transition: 0.3s;
}
.login_form .login_foget_password:hover::before {
  width: 100%;
}
@media (max-width: 991px) {
  .login .login_col_rev {
    flex-direction: column-reverse;
  }
  .login .login_form, .login .login_img {
    margin: 0 1rem;
  }
  .login .login_form_input {
    width: 100%;
  }
}/*# sourceMappingURL=login.css.map */