form._form {
    background-color: #006699;
    border-radius: 8px;
    color: #fff;
    padding: 16px;
    margin-top: 2em;
    margin-bottom: 2em;
}

form._form ._form_element {
    margin-bottom: 1em;
}

form._form ._field-wrapper input,
form._form ._field-wrapper textarea,
form._form ._field-wrapper select {
    border: 0;
    border-radius: 8px;
    background-color: #fff !important;
}

form._form ._field-wrapper input {
    height: auto !important;
}

form._form ._button-wrapper button {
    border-radius: 8px;
    padding: 7.25px 14px;
    font-size: 16px;
    font-weight: 600;
    min-width: 160px;
    width: max-content;
    max-width: 100%;
    text-transform: uppercase;
}
