.form-sec {
    background: rgb(192, 210, 48);
    background: linear-gradient(90deg, rgba(192, 210, 48, 1) 10%, rgba(0, 101, 20, 1) 56%);
    background: linear-gradient(90deg, rgb(192 210 48 / 14%) 10%, rgb(0 101 20 / 8%) 56%);
    background-color: #f7fafd;
    background: linear-gradient(90deg, rgb(192 210 48 / 14%) 10%, rgb(192 211 44 / 28%) 56%);
    width: 100%;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    padding: 30px 0px;
    font-family: 'Work Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-image: url(https://img.freepik.com/premium-photo/books-stacked-wooden-desk-preparation-back-school-season-generative-ai_100209-2917.jpg?w=996); */
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/form_bg.jpg);
    box-shadow: rgb(0 0 0 / 67%) 0 0 0 1000px inset;
    box-shadow: rgb(0 0 0 / 79%) 0 0 0 1000px inset;
}

.well {
    background: #ffffff24;
    border-radius: 6px;
    border: 1px solid #dddddd96;
    box-shadow: 1px 20px 20px 0px #00000021;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-weight: 100;
    padding-left: 35px;
    line-height: normal;
}

.accept-policy {
    color: #fff;
}

.form_title h1 {
    font-weight: 700;
    color: #c0d22e;
    text-shadow: none;
    font-size: 32px;
}