@font-face {
    font-family: Poppinssemibold;
    src: url(../fonts/Poppins-SemiBold.ttf);
  }
  #header{
      background-color: transparent !important;
  }
  .account{
      padding-bottom: 70px;
  }
  .account .account-box-wrapper {
    background: #F9F9F9;
    padding: 27px;
    text-align: center;
    box-shadow: 0px 0px 10px 4px #a4a9a4;
    margin: 0;
    padding: 65px 20px;
    position: relative;
}

.account.account-heading-wrapper {
    margin-bottom: 28px;
}
.account .account-heading-wrapper h4 {
    color:#000000 ;
    font-family:  Poppinssemibold;
    font-size: 29px;
}

.account-heading-wrapper h6 {
    color:#959595;
    font-weight: 500;
    font-family: "poppins";
    font-size: 12px;

}
.account-box-wrapper input.form-control {
    border-radius: 0px;
    border: 1px solid #707070;
    font-family: 'Work sans';
    font-size: 17px;
}
.account-box-wrapper input.form-control {
    border-radius: 0px;
    border: 1px solid #D6D6D6;
    font-family: 'Work sans';
    font-size: 17px;
    margin: 10px 0px
}
.account-box-wrapper input.form-control::placeholder{
    font-family: 'Work sans';
    font-size: 17px;
    font-weight: 300;
    color: #635F5F;
}
.account-box-wrapper .btn {
    font-family: 'Work Sans';
    color: #fff;
    background:#9F1D3C;
    border-radius: 0px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.account button.form-control.btn:hover {
    outline: 2px solid #31007b;
}

.account  a {
    font-family: 'poppins';
    color: #9F1D3C;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.account-form-wrapper label.form-check-label {
    color: #000000;
    font-family: "poppins";
    font-weight: 600;
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.form-check {
    width: 30%;
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
input[type=checkbox] {
    position: relative;
      cursor: pointer;
}
.account .img-uplo-wrapper input[type="file"] {
    margin-right: -99px;
}   
span{
    color: #959595;
    font-family: "poppins";
    font-weight: 400;
    font-size: 16px;
}
.account{
    margin-top: 50px;
}
@media (max-width: 991px) {
    .account-imgbox {
        display: none;
    }
    .account {
        padding-bottom: 51px;
    }
}
@media (max-width: 768px) {
    .form-control {
        width: 100%;
        background-color: transparent;
        border: transparent;
        border-bottom: 1px solid white;
        padding: 10px;
        margin-left: 0;
    }
    
    .account-imgbox {
        margin-top: 10px;
    }
    .account-imgbox img {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .account .account-heading-wrapper h4 {
        font-size: 23px;
    }
    .account-heading-wrapper h6 {
        font-size: 8px;
    }
    .form-row>.col, .form-row>[class*=col-] {
        margin-bottom: 0px;
    }
    span,.account a {
        font-size: 13px;
    }
}