.authentication-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.authentication-wrapper .authentication-content-left {
  max-width: 526px;
  height: 100%;
  margin: 0 auto;
  padding: 24px 30px;
  display: grid;
  justify-content: space-between;
}

.sign-up .container-fluid {
    height: 100%;
}

.authentication-wrapper .authentication-content-left .logos img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 15px;
}
.authentication-wrapper .authentication-content-left .copyright {
  margin-top: auto;
}
.authentication-wrapper .authentication-video {
 height: 100%;
  width: 948px;
}
.authentication-wrapper .authentication-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.authentication-wrapper .authentication-video .video-review-boxes {
  max-width: 413px;
  border-radius: 12px;
  padding: 32px;
  background: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 23%;
}
.authentication-wrapper .authentication-video .video-review-boxes .author {
  width: 88px;
  height: 88px;
  position: relative;
}
.authentication-wrapper .authentication-video .video-review-boxes .author .quote {
  background: #cb9b53;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1399px) {
  .authentication-wrapper .authentication-content-left {
    max-width: 526px;
    margin: 0 auto;
    padding: 24px 30px;
  }
  .authentication-wrapper .authentication-video .video-review-boxes {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .authentication-wrapper {
    height: initial;
    flex-wrap: wrap;
    justify-content: center;
  }
  .authentication-wrapper .authentication-content-left {
    max-width: 626px;
    height: initial;
    margin: 0 auto;
    padding: 24px 18px;
    display: grid;
    gap: 40px;
    justify-content: center;
  }
  .authentication-wrapper .authentication-content-left .copyright {
    margin-top: auto;
  }
  .authentication-wrapper .authentication-video {
    height: initial;
    width: 948px;
    display: none !important;
  }
  .authentication-wrapper .authentication-video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .authentication-wrapper .authentication-video .video-review-boxes {
    left: 20px;
    bottom: 20px;
    position: initial;
  }
}

.sign-up {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-color: #fff;
}
.sign-up .sign-up__form .form-control {
  background: rgba(19, 47, 89, 0.03);
}
.sign-up .sign-up__form .forget-pass {
  color: #cb9b53;
  justify-content: flex-end;
  margin-top: 14px;
}
.sign-up .sign-up__form .have_account {
  color: #404A60;
}
.sign-up .sign-up__form .have_account a {
  font-weight: 600;
  color: #EB7A23;
}

.contact:after {
  display: none;
}
.contact .contact__title {
  padding-bottom: 40px;
  border-bottom: 1px dashed #C1C4CC;
  margin-bottom: 40px;
}
.contact .form-control {
  padding: 12px 32px;
}
.contact .nice-select option:first-child {
  color: #6A7283;
}
.contact .nice-select:after {
  right: 32px;
}
.contact .sign-up__form .sign-up__form-part {
  gap: 24px;
}
.contact .more-help {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  padding: 32px;
  position: sticky;
  top: 140px;
}
.contact .more-help .more-help__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .more-help .card--small {
  color: #222E48;
  background: rgba(19, 47, 89, 0.03);
}
.contact .more-help .card--small .card--small-icon {
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFE0E4;
  background: #FFF;
}
.contact .more-help .card--small .card--small-icon i {
  font-size: 36px;
}
.contact .more-help .card--small .card--small-title {
  margin-bottom: 12px;
}
.contact .sign-up__form {
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .contact .sign-up__form {
    padding: 24px;
  }
  .contact .form-control {
    padding: 12px 24px;
  }
}


.alert {
  transition: 1s;
  margin-bottom: -20px;
  margin-top: 10px;
  display: block;
}

label.error {
  color: red;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 100%;
}

.message-error.error {
  position: absolute;
  color: red;
  font-size: 14px;
}

.form-control {
  padding: 13px 16px;
  background: #ffffff !important;
  border: 1px solid #00000042;
  border-radius: 6px;
  font-size: 14px;
  color: #0c0c0c;
  height: 44px;
}
.form-control:focus {
  border-color: #cb9b53;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.input-group {
  justify-content: space-between;
  align-items: center;
}
.input-group .input-single {
  width: calc(50% - 12px);
  position: relative;
}

.input-single {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
}
.input-single .label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.input-single .label span {
  color: #6A7283;
  font-weight: 400;
}
.input-single .headingFour {
  color: #222E48;
}

.input-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.input-pass .password-eye-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-pass .password-eye-icon:after {
  content: "\f340";
  font-family: "bootstrap-icons";
  font-weight: 600;
  padding-right: 44px;
  position: absolute;
  font-size: 20px;
  color: #798090;
  transition: all 0.35s ease-in-out;
}

.filter__search .input-group {
  border-radius: 30px;
  border: 1px solid #DFE0E4;
  background: rgba(7, 76, 62, 0.03);
}
.filter__search .input-group .form-control {
  background: transparent;
  border: none;
  padding: 12px 20px;
}
.filter__search .input-group .search_icon {
  padding-right: 20px;
  font-size: 24px;
  background: transparent;
}

@media (max-width: 767px) {
  textarea.form-control {
    max-height: 120px;
  }
}
@media (max-width: 575px) {
  .input-group {
    display: flex;
    gap: 20px;
  }
  .input-group .input-single {
    width: 100%;
  }
}

.btn_theme {
  color: #cc9c54;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-transform: capitalize;
  border: 1px solid #cc9c54;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 600;
  line-height: 1.2;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
}
.btn_theme span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #cc9c54;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(3%, -31%);
  z-index: -1;
}
.btn_theme i {
  transition: 0s;
}
.btn_theme svg path {
  transition: all 0.35s ease-in-out;
}
.btn_theme:hover, .btn_theme:focus {
  border: 1px solid #cc9c54;
  color: #fff;
}
.btn_theme:hover svg path, .btn_theme:focus svg path {
  fill: #fff;
}
.btn_theme:hover[disabled=disabled], .btn_theme:focus[disabled=disabled] {
  color: #cb9b53;
  cursor: not-allowed;
}
.btn_theme:hover span, .btn_theme:focus span {
  width: 225%;
  height: 220px;
}
.btn_theme.style2 {
  background: #EB7A23;
  border-color: #EB7A23;
}
.btn_theme.style2::after {
  background: #EB7A23;
}
.btn_theme.style2:hover {
  background: transparent;
}

.btn_theme_active {
  color: white;
  position: relative;
  z-index: 0;
}
.btn_theme_active::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #cb9b53;
  z-index: -3;
}
.btn_theme_active span {
  background-color: #fff;
}
.btn_theme_active:hover, .btn_theme_active:focus {
  color: #cb9b53;
}


.boxes a {
    color: #cb9b53;
}

.black-clr {
    font-size: 30px;
    font-weight: 900;
}

.pra-clr {
    font-size: 15px;
    color: #4f4f4f;
}

.passwordInput button {
    border: 0;
    background: transparent;
}

.have_account {
    font-size: 14px;
}

select.form-control:not([size]):not([multiple]){
  height: 44px !important;
}