#contact {
    display: grid;
    grid-gap: 16px;
    padding-top: 16px;
    width: 99%;
    color: #fff;

}

/*
fieldset {
    border-color: #fff;
    border-style: none;
    text-align: center;
    text-align: -webkit-center;
}
*/

input,
textarea {
    color: #fff !important;

    padding: 8px 0 8px 16px;
    width: calc(100% - 16px);
    background-color: #000000;
    border: dashed 1px #edb13d;
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
}

label {
    color: #fff !important;
    text-align: center;
}

.white {
    color: #fff !important;

}


#form-notice {
    color: #fff;

    padding-bottom: 16px;
}

#form-message {
    color: #fff;

    height: 96px;
    resize: none;
}

/* - */

#contact-submit {
    justify-self: center;
    padding: 8px 32px 6px;
    background-color: #edb13d;
    color: #fff;
    border-radius: 32px;

    font-size: 1.5em;
    font-family: "noto-serif-condensed", serif;
    font-weight: 500;
    font-style: normal;
    border-color: #fff;
    border-style: none;

    transition: opacity ease .2s;
}

#contact-submit:hover {
    cursor: pointer;
    opacity: 0.5;
}

input::placeholder {
    color: white;
}

textarea::placeholder {
    color: white;
}
