    ::placeholder {
        color: #484848;
    }
    input, textarea {
        width: 100%;
        margin: 20px 0;
        background-color: white;
        padding: 20px 25px;
        border: none;
        resize: none;
        font-family: arial;
    }
    .half-col input {
        width: 48%;
    }
    .half-col {
        display: flex;
        justify-content: space-between;
    }
    form {
        max-width: 100%;
        margin:0;
        background-color: #f0f0f0;
        padding: 10px;
    }
    button {
        background-color: black;
        color: #f3efe7;
        border-radius: 50px;
        padding: 15px 75px;
        margin: 25px auto;
        display: block;
        font-size: 16px;
        cursor: pointer;
    }
    .g-recaptcha div {
        margin: auto;
    }
    
input[type="date"]::before {
	color: #484848;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #484848;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}

h2 {
    text-align: left;
    font-family: arial;
    font-weight: 100;
}

label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

input#same-as-shipping {
    width: fit-content;
}

body {
    text-align: center;
}