form {
    max-width: 420px!important;
    margin: 50px auto!important;
    padding: 10px;
}
.feedback-input {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #E0E0E0;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}
input[type="reset"], button, textarea:focus, .button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


input[type="reset"], button, textarea:focus, .button {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 12px 0 11px 0;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #cc3300;
    border-radius: 6px;
   /* font-size: 26px;*/
    color: #FFFCFC;
    font-family: 'Source Sans Pro', sans-serif;
    font-variant: 600;
    background-color: #ff6600;
    text-decoration: none;

}
input[type="text"] {
    width: 100%;
}
.feedback-input:focus {
    border: 2px solid #1fa2ed;
}

button {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 12px 0 11px 0;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #cc3300;
    border-radius: 6px;
    font-size: 26px;
    color: #FFFCFC;
    font-family: 'Source Sans Pro', sans-serif;
    font-variant: 600;
    background-color: #ff6600;
    text-decoration: none;
}
body {
    font-size: 22px;
}