.no-pack-form {
    max-width: 520px;
    padding: 24px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    background: #ffffff;
}

.no-pack-form__title {
    margin: 0 0 16px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.no-pack-form__field {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}

.no-pack-form__field span {
    display: block;
    margin-bottom: 6px;
}

.no-pack-form__field input {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #787878;
    border-radius: 6px;
    font: inherit;
}

.no-pack-form__field input:focus {
    border-color: #111111;
    outline: 3px solid rgba(17, 17, 17, 0.16);
}

.no-pack-form__button {
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.no-pack-form__button:hover,
.no-pack-form__button:focus {
    background: #333333;
}

.no-pack-form__message {
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f1f1f1;
}

.no-pack-form__message--success,
.no-pack-form__message--duplicate {
    background: #edf7ed;
    color: #1e5228;
}

.no-pack-form__message--invalid,
.no-pack-form__message--slow,
.no-pack-form__message--security,
.no-pack-form__message--error {
    background: #fbeaea;
    color: #7a1c1c;
}

.no-pack-form__honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
