.formsg {
    font-weight: 600;
    color: #fff;
    font-family: 'gilroylight', sans-serif;
}
.formsg input {
    background: #fff;
    border-radius: 15px;
    font-weight: 600;
    font-family: 'gilroylight', sans-serif;
}
.formsg .form-label {
    font-family: 'gilroylight', sans-serif;
    font-size: 1rem;
    padding: 0px
}
.formsg .form-select {
    font-family: 'gilroylight', sans-serif;
    font-size: 1rem;
}
.formsg .form-check-label {
    font-family: 'gilroylight', sans-serif;
    font-size: 1rem;
}
.captcha-container {
    margin-bottom: 15px;
}
.captcha {
    display: flex;
    align-items: center;
    gap: 10px;
}
.captcha img {
    cursor: pointer;
}
#captchaText {
    width: 80px;
}
.captcha .form-control {
    width: 115px;
    font-size: 14px;
}
.form-date__input [type="date"] {
    appearance: none;
    display: inline-block;
    visibility: visible;
    /*width: 300px;*/
    padding: 1rem;
    position: relative;
}
.form-date__input[type="date"]::-webkit-calendar-picker-indicator {
width: 25px;
height: 25px;
position: absolute;
top: 12px;
left: 85%;
color: transparent;
margin: 0;
opacity:10;
padding: 0;
pointer-events: auto;
}