body{
    background: #FFF;
}
/* Page */
    input{ font-family: Arial; font-size: 14px; width: 100%; border: 0px; background: #FFF; border-bottom: 1px solid rgba(39,108,219, 0.5); color: #276CDB; width: 100%; padding: 0px 10px; height: 39px; overflow: hidden; margin: 0px 0px 10px; transition-duration: 0.2s; transition-property: background-color; }
    textarea{ font-family: Arial; font-size: 14px; width: 100%; height: 131px; resize: none; overflow: auto; border: 0px; border-bottom: 1px solid rgba(39,108,219, 0.5);  background: #FFF; color: #276CDB; width: 100%; padding: 15px 10px; height: 116px; margin: 0px 0px 10px; transition-duration: 0.2s; transition-property: background-color; }
    input.error, textarea.error{ background: #FCEAE8; }