:root {
    --theme-color-one: #fff;
    --theme-color-two: #c7944a;
}
body{
    background: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
input, textarea, select {
    font-family: "Mulish", sans-serif;
    /* padding: 20px;
    margin-top: 10px;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; */
    margin-bottom: 15px;
    padding: 10px 10px 10px 10px;
    border: 1px solid var(--theme-color-two) !important;
    border-radius: 5px;
}
label{
    font-family: "Mulish", sans-serif;
    font-size: 14px; 
}
.terms_acc{
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}
.file-input {
    margin-bottom: 10px;
}
.btn {
    background-color: #c7944a !important;
    color: white;
    /* padding: 5px; */
    border: none;
    cursor: pointer;
   
    margin-top: 20px;
    /* margin-left: 140px; */
}
/* .center{
    text-align: center;
} */
.required-star{
    color: red;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    /* border: var(--bs-border-width) solid var(--bs-border-color); */
    /* border-radius: var(--bs-border-radius); */
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

#file-error{
    position: fixed;
    top: 60px;
    right: 50px;
    background: #ffdede;
    padding: 10px 20px;
    border-radius: 10px;
    color: red;
    display: none;
}
