/* ========================= Forms =========================*/
/* --------------- Inputs -------------- */
.input-text, textarea { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; position: relative; margin-bottom: 20px; display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 9px; font-size: 15px; color: #fff; border: none; background: #2b2a29; font-family: arial; }
.input-text:focus, textarea:focus { background: #3a3938; }

textarea { resize: none; overflow: hidden; padding: 13px 9px; height: 100px; line-height: 16px; }

@media (max-width: 800px) { .input-text, textarea { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; text-align: left; height: 65px; line-height: 65px; font-size: 25px; padding: 0 15px; margin-bottom: 33px; }
  textarea { height: 164px; padding: 21px 15px; line-height: 29px; } }
.input-text::-webkit-input-placeholder { color: #fff !important; opacity: 1 !important; }

.input-text::-moz-placeholder { color: #fff !important; opacity: 1 !important; }

.input-text:-ms-input-placeholder { color: #fff !important; opacity: 1 !important; }

.input-text:-moz-placeholder { color: #fff !important; opacity: 1 !important; }

textarea::-webkit-input-placeholder { color: #fff !important; opacity: 1 !important; }

textarea::-moz-placeholder { color: #fff !important; opacity: 1 !important; }

textarea:-ms-input-placeholder { color: #fff !important; opacity: 1 !important; }

textarea:-moz-placeholder { color: #fff !important; opacity: 1 !important; }

/* --------------- Buttons -------------- */
.btn { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 0 20px; display: inline-block; height: 52px; line-height: 52px; font-size: 13px; color: #19acaa; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; border: 1px solid #19acaa; transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; background: none; text-transform: uppercase; font-family: Arial; letter-spacing: 0.6px; }
.btn:hover { background: #19acaa; color: #fff; }
@media (max-width: 800px) { .btn { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; padding: 0 45px; height: 98px; line-height: 98px; border: 2px solid #19acaa; font-size: 25px; } }

.btn-wrap { display: table; width: 100%; text-align: center; }

/*# sourceMappingURL=forms.css.map */
