.custom-input-style{
    width: 100%;
    outline: 0;
    height: 50px;
    font-weight: 600;
    padding: 10px;
}


.custom-label-style{
    font-weight:700;
    color:#40562d;
    padding-bottom:10px;
    margin-top:15px;
}


.custom-window{
    border:2px solid #0000001a;
}

.custom-checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    accent-color: #40562d;
}

.custom-checkbox{
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    color: #40562d;
}

textarea{
    outline:0;
}


@media(max-width: 1200px){
    .custom-window{
        width:100%!important;
    }
}
