.nmc-lead-form {
    max-width: 420px;
    margin: 1rem 0;
}

.nmc-lead-form__title {
    margin-bottom: 0.75rem;
}

.nmc-lead-form input[type="text"],
.nmc-lead-form input[type="email"],
.nmc-lead-form input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
}

.nmc-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    width: 0;
    opacity: 0;
}

.nmc-lead-form__submit {
    cursor: pointer;
}

.nmc-lead-form__msg.is-error {
    color: #b32d2e;
}

.nmc-lead-form__msg.is-success {
    color: #00a32a;
}
