.fmc_l1{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    box-sizing: border-box;

}

.fl1_ic{
    display: flex;
    flex-direction: column;
    row-gap: 15px; 
    width: 100%;
    box-sizing: border-box;
}

.fl1_ti{
    height: 45px;
    width: 100%;
    font-family: "Afacad", serif;
    font-size: 16px; 
    padding: 0 12px;
    border: 1px solid #808080;
    outline: none;
    box-sizing: border-box; 
    border-radius: 4px;
}

.fl1_ti:focus{
    outline: 1px solid rgb(89, 89, 89);
}

.fl1_ta{
    width: 100%;
    min-height: 140px;
    padding: 12px;
    font-family: "Afacad", serif;
    font-size: 16px;
    border: 1px solid #808080;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}

.fl1_ta:focus{
    outline: 1px solid rgb(89, 89, 89);
}

.fmc_l1_bc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
}

.fmc_l1_bc button {
    font-family: "Afacad", sans-serif;
    font-size: 15px;
    height: 45px;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    border: none;
    background-color: #5F7536;
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.fmc_l1_bc button:hover {
    opacity: .9;
    transform: scale(1.02); 
}

.fl1_cb {
    height: 18px;
    width: 18px;
    cursor: pointer;
}
