.form {
    border-radius: 0.5%;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(78, 55, 55, 0.15);
    display: flex;
    flex-direction: column;
}

.form__title {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.form-wrapper {
    margin: 0 auto;
}

.form__item {
    margin: 0.5rem auto;
    padding: 0 1.3rem;
}

.form__imput {
    width: 15rem;
    height: 2rem;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(78, 55, 55, 0.1);
    border-radius: 0.5rem;
    border: none;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 140%;
    color: rgba(79, 79, 79, 0.74);
}

.form__btn {
    border: none;
    padding: 0.5rem 3rem;
    margin: 1.2rem auto;
}

.form__note {
    font-size: 0.75em;
    line-height: 140%;
    color: rgba(79, 79, 79, 0.74);
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    align-items: center;
}

.link_m {
    font-size: 1em;
    align-content: center;
}

#message {
    text-align: center;
    color: #D96F6E;
    font-size: 0.75em;
}