input css

.nput { width: 100%; height: 45px; padding: 0 8px; border: 1px solid #bebebe; outline: none; font-size: 14px; -webkit-border: 1px solid #ffd0ad; -moz-border: 1px solid #ffd0ad;
-webkit-appearance: none;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

留言