#image{
   
    width: 75px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    
    margin-left: 10px;
    
}
#user-input{
    
    width:auto;
    margin-right: 10px;
   
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: #fff;
    margin: 10px;
    background-color: #2baab1;
}
.unsubscribe-form .unsub-img {
    width: 200px;
    height: auto;
    margin-bottom: -76px;
    z-index: 1;
}
.unsubscribe-form .promotional-mail-checkbox {
    background: #f1f1f1;
    padding: 10px 10px 10px 16px;
    border-radius: 8px;
}