.submit_btn:disabled,
.TurnKeyCRM input[type="submit"]:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
}

.submit_btn.enabled,
.TurnKeyCRM input[type="submit"].enabled {
    color: #fff !important;
    cursor: pointer !important;
}

.submit_btn.flash,
.TurnKeyCRM input[type="submit"].flash {
    box-shadow: 0 0 8px rgba(0,115,170,0.6);
}

.g-recaptcha-container {
    margin: 20px 0;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}