@charset "UTF-8";
/* CSS Document */

.errorMessage { color:#C00; }
label.error { display:block; color:#C00; padding-top:4px; }
input.error, textarea.error { background:#F5CCCC; }

input[type='text'], input[type='password'], 
input[type='email'], 
input[type='number'], 
input[type='url'], 
input[type='tel'], 
input[type='file'], 
textarea { width:100%; box-sizing: border-box; padding:0 10px; margin:0; line-height:60px; height:60px; border:1px solid #1F4386; border-radius:4px; font-size:inherit; font-family: inherit; color:inherit; }
textarea { height:auto; line-height:1.4; padding-top:10px; padding-bottom:10px; resize: vertical; }
input[type='file'] { line-height: 1; padding: 4px 10px; height: auto; }

input[type='submit'], 
input[type='button'] { width:auto; overflow:visible; white-space:normal; padding:16px 24px; color:#FFF; background:#1F4386; border:1px solid #1F4386; border-radius:4px; font-size:inherit; font-family: inherit; }
input[type='submit']:hover, input[type='button']:hover { background:#FFF; color:#1F4386; }

select.transparent { font-family:inherit; font-size:inherit; background-color:transparent; border:none; margin: 0; outline:none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; }
select.transparent::-ms-expand { display: none; }



