*{
    box-sizing: border-box;
}
.unsubscribe{
    padding-top: 100px;
}
.refund_text{
    line-height: 24px;
    color:#333;
    font-size: 15px;
}
.refund_text a{
    color:#e43232;
}
.text-field__input {
    font-size: 14px;
    height: 57px;
    padding: 10px 25px;
}

.text-field__input {
    height: 47px;
    width: 100%;
    font-size: 12px;
    color: #373737;
    -webkit-text-fill-color: #373737;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e7e7e7;
    background-color: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    outline: 0;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.form{
    max-width: 400px;
    padding: 20px 0;
    background-color: #fff;
}
.input_remove p{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color:#333;
}
.btn{
    width: 100%;
    height: 50px;
    background-color: #6b8e24;
    border:none;
    outline: none;
    margin-top: 20px;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    cursor: pointer;
}
.btn:hover {
    background: #2f4894;
}
.section-wrapper{
    text-align: center;
}
.form{
    margin: 0 auto;
}
.error_block{
    color:red;
    font-size: 12px;
    display: none;
    margin: 10px 0;
}