.account-section {
  height: 100vh;
  overflow-y: auto;
  background-color: #212529;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.account__section-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  justify-content: space-between;
}

.account__section-wrapper .account__section-content {
  background: #4a4a4a;
  width: 100%;
  max-width: 500px;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.account__section-wrapper .account__section-content .logo {
  /* max-width: 170px; */
  height: 115px;
}

.account__section-wrapper .account__section-content .logo a {
  display: block;
  height: 145px;
}

.account__section-wrapper .account__section-content .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  border-radius: 100%;
  filter: drop-shadow(2px 4px 6px black);
}

@media (min-width: 768px) {
  .section__header {
    margin-bottom: 50px;
  }
}

.section__header {
  margin-bottom: 30px;
}

.account__section-wrapper
  .account__section-content
  .section__header
  .section__title {
  display: flex;
  align-items: flex-end;
}

.section__title {
  /* margin-bottom: 12px; */
}

.section__cate::before,
.section__cate::after,
.feature__item::before,
.team__item:hover::after,
.cmn--table thead,
.post__item .post__date,
.faq__item.open .faq__title .right--icon::before,
.account__section-wrapper
  .account__section-content
  .section__header
  .section__title::after {
  background-color: #fcb72b;
}

.account__section-wrapper
  .account__section-content
  .section__header
  .section__title::after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 40px;
  background: #ffc107;
  margin-top: 10px;
}

.form--label-2 {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

.form--control-2 {
  background: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 45px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.see_pass {
  padding-top: 20px;
  position: absolute;
  right: 30px;
  bottom: 15px;
  color: white;
}

utton.cmn--btn {
  border-radius: 5px;
}

.cmn--btn {
  background: #fcb72b;
}

.cmn--btn {
  color: #fff;
  line-height: 24px;
  padding: 9px 25px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffc107;
  border: 2px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.form-control:focus {
  border-color: #fcb72b;
}

.form--control-2:focus {
  box-shadow: none;
  background: transparent;
  color: #fff;
}

input::placeholder {
  color: white !important;
}

@media screen and (max-width: 390px) {
  .account__section-wrapper .account__section-content {
    padding: 50px 20px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 30px;
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
    .section__header {
        margin-bottom: 50px;
    }
}
select.form--control-2 option {
    color: #031e44;
    background-color: transparent !important;
}