.spacer {
    padding: 3em 1em;
}

.title_keep {
    margin-bottom: 50px;
}

.keepintouchform input {
    width: 50%;
}

.keepintouchform .btn {
    margin-bottom: 1em;
}

label {
    display: none;
}

.g-recaptcha {
    margin: 0 auto;
    display: inline-block;
}

button {
    width: 50%;
}

.btn {
    padding: 1em 4em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.inputs {
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}

.modal-footer .btn {
    width: auto;
    height: auto;
    font-size: 12px;
}

.modal-body p {
    align-items: center !important;
    margin-bottom: 0;
}