body{font-family: "Quicksand", sans-serif;
        margin: 0;
    padding: 0;
    font-size: 16px;
    /* background: #000; */
    background: linear-gradient(120deg, rgba(45, 40, 27, 1) 0%, rgba(29, 25, 17, 1) 37%, rgba(13, 11, 7, 1) 76%, rgba(29, 25, 17, 1) 100%);

}


.login_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    /* background: var(--bodyBg); */
    width: 100%;
    position: relative;
    /* padding-right: 5%; */
    background: rgb(45, 40, 27);
    background: linear-gradient(180deg, rgba(45, 40, 27, 1) 0%, rgba(29, 25, 17, 1) 37%, rgba(13, 11, 7, 1) 76%, rgba(29, 25, 17, 1) 100%);
    }


    .login_wrapper .input_icon { left: 9px;top: 14px;}
.custom-card {
    /* background: rgb(0 0 0 / 47%); */
    box-shadow: 0px 0px 1px 1px rgb(255 255 255 / 50%);
    border-radius: 18px;
    padding: 14px 30px;
}


.fs-18 {
    font-size: 18px;
}

.login_wrapper .custom-card input {    background: #1F1B14;
    border-color: transparent;
        padding-left: 1.2rem !important;
    box-shadow: 0px 0px 10px 1px #0000001f;}

.login_wrapper .custom-card textarea {    background: #1F1B14;
    border-color: transparent;
       padding-left: 1.2rem !important;
    box-shadow: 0px 0px 10px 1px #0000001f;}

.btn-50 {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded-4 {
    border-radius: 1rem;
}

.modal_box p {
font-size: 16px;
    width: 261px;
margin: 0 auto;}

 .modal_box h4 {  font-size: 20px;
    font-weight: 700;}

  .tick_icon svg{    width: 98px;
    height: 70px;
    margin-bottom: 18px;}


.submit-btn {
    background: rgb(170, 121, 47);
    background: linear-gradient(90deg, rgba(170, 121, 47, 1) 0%, rgba(247, 237, 176, 1) 50%, rgba(209, 163, 72, 1) 100%);
    border: 1px solid #b87726 !important }


    @media (max-width: 768px) {
      .w-75 {width: 100% !important;}
      }