img{
    height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.navlink {
    display: none;
}

body {
    
}

.w-form-done{
    padding-top: 10px;
}

.form-text-field-box.w-input.error {
    border-color: red;
}

