textarea {
  resize: vertical;
}
body.hold-transition {
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
}
.login-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #f3f1ea;
}
.alert {
  padding: 7px 10px !important;
}
.signup-wrapper {
  height: 150vh !important;
}
.relative {
  /* position: relative; */
}
.justify-content-end {
  justify-content: end !important;
}
.login-wrapper .title {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
  color: #222;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  padding: 0 5px;
  z-index: 10;
}
.login-wrapper .login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  padding: 36px 28px 28px;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(18, 34, 31, 0.12);
  z-index: 10;
  transition: all 0.3s;
}
.login-wrapper .login-box-body {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.login-wrapper .signup-box {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 3%);
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  padding: 45px 25px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: all 0.3s;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #aaa;
  opacity: 0.4;
  z-index: 2;
}
.login-box-msg {
  position: relative;
  font-size: 25px;
  margin-bottom: 25px;
}
.login-box-msg::before {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100px;
  height: 2px;
  background: #0f766e;
  transform: translateX(-50%);
  left: 50%;
}
input {
  padding: 22px 10px !important;
  border-radius: 5px !important;
  transition: all 0.3s;
}
input:focus,
select:focus {
  outline: 0;
  border: 1px solid #14b8a6 !important;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.15) !important;
}
.form-control-feedback {
  top: 5px;
}
.btn-submit {
  width: 100%;
  padding: 12px 18px;
  border-radius: 14px;
  border: none;
  outline: none;
  background-color: #0f766e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
  transition: all 0.3s;
}
.btn-submit:hover,
.btn-submit:focus {
  background-color: #0c5f59;
  color: #fff;
}
.demo-login-row {
  display: flex;
  gap: 10px;
  margin: 14px 0 6px;
}
.btn-demo {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #0f766e;
  background: #fff;
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-demo i {
  margin-right: 6px;
}
.btn-demo:hover,
.btn-demo.is-active {
  background: #0f766e;
  color: #fff;
}
.login-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: #5d6d68;
}
.login-links a,
.login-wrapper a {
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
}
.login-links a:hover,
.login-wrapper a:hover {
  color: #0c5f59;
  text-decoration: underline;
}
.login-wrapper .fly_2 {
  margin-top: 14px;
  text-align: center;
}
.login-wrapper .fly_2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #0f766e;
  background: #fff;
  color: #0f766e;
  font-weight: 700;
  text-decoration: none;
}
.login-wrapper .fly_2 a:hover {
  background: #0f766e;
  color: #fff;
  text-decoration: none;
}
.ful-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 850px) {
  .login-wrapper .login-box {
    left: 50%;
  }
  .login-wrapper .title2 {
    display: block;
  }
}
@media (max-width: 400px) {
  .login-wrapper .login-box {
    max-width: 315px;
  }
  .demo-login-row {
    flex-direction: column;
  }
}
.content-wrapper {
  margin-left: 0px !important;
  min-height: 90% !important;
}
.main-footer {
  margin-left: 0px !important;
  text-align: center;
}
.box {
  width: 75%;
  margin-left: 15%;
  text-align: center;
}
.required_star {
  color: #dd4b39;
}

.form-c-height {
  height: 46px !important;
  border-radius: 4px !important;
}
.fa-check {
  margin-right: 10px;
}
.mt-10{
  margin-top: 10px;
}
.mr-0 {
  margin-right: 0px !important;
}
.margin-right-15{
  margin-right: 15px !important;
}
.font-w-700{
  font-weight: 700;
}

.alert .icon {
  margin-right: 0px;
}
.modal_error {
  display: none;
}
.d-flex {
  display: flex;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.country-box {
  height: 45px;
  border-radius: 6px;
}
textarea {
  border-radius: 6px !important;
}
/* .alert {
    padding: 2px 10px;
} */
