.form__container {
    max-width: 30rem;
    width: 85%;
    margin: 1.5rem auto 2rem;
    color: #fff;
    font-family: 'TazRegular';
}

@media(min-width: 600px) {
    .form__container {
        width: 70%;
        margin: 3rem auto;
    }
}

.form__container h2 {
    font-family: 'TazBlack';
    font-size: 3rem;
}

.form__container p {
    margin: 1rem 0 0;
    font-family: 'TazRegular';
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.form__container p:first-child {
    line-height: 1.4rem;
}

@media (min-width: 561px) {
    .form__container p:first-child,
    .form__container p {
        line-height: 1.7rem;
    }
}

.form__container p span {
    font-family: 'TazBlack';
    letter-spacing: .05rem;
}

.form__container p span:first-child {
    padding: 0.1rem 0.3rem;
    background: #000;
}

form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.5rem;
}

.input__container {
    display: flex;
    flex-direction: column;
}

.input__checkbox {
    font-family: 'TazRegular';
    font-size: .8rem;
    line-height: 1rem;
    opacity: .8;
}

.input__checkbox a {
    color: #fff;
    text-decoration: underline;
}

label a {
    display: inline-flex;
}

input,
textarea {
    padding: 0.6rem 0.5rem;
    margin: 0.5rem 0 0;
    background: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
}

@media (min-width: 768px) {
    input {
        padding: .6rem 1rem;
        margin: .5rem 1rem 0;
    }
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.button-send {
    max-width: 10rem;
    width: 100%;
    padding: 1rem 0.5rem;
    margin: 1rem auto;
    border: none;
    background: #8d5960;
    color: #fff;
    font-family: 'TazRegular';
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .09rem;
    text-transform: uppercase;
    cursor: pointer;
}

.button-send:hover {
    opacity: .9;
}

.error {
    display: block;
    padding: 0.5rem 0;
    margin: 0;
    font-size: .9rem;
    line-height: 1rem;
}
