html {
    scroll-behavior: smooth;
}

body {
    color: #000;
}

form a {
    text-decoration: underline;
} 
form a:not(".btn"):hover {
    color: #FF5A61!important;
}
.section .row {
    margin-right: 0;
    margin-left: 0;
}
.section .optin-field input {
    left: 15px!important;
}

.ui-datepicker { z-index: 10000 !important; }