
input[type="text"], 
input[type="email"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #d9d7cb;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #333;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
    border: 3px solid #8ca93e;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, 
textarea:-moz-placeholder, 
textarea.form-control:-moz-placeholder { 
    color: #9d9892; 
}
input[type="text"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, 
textarea.form-control:-ms-input-placeholder { 
    color: #9d9892; 
}
input[type="text"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, 
textarea.form-control::-webkit-input-placeholder { 
    color: #9d9892; 
}

label {
	font-weight: 400;
}



button.btn {
  color: #fff;
  border:none;
      line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
  background: rgb(248,80,50);
  background: linear-gradient(180deg, rgba(248,80,50,1) 0%, rgba(162,8,13,1) 100%);
}

button.btn:hover, button.btn:focus, button.btn:active:focus, button.btn.active:focus, button.btn.focus, button.btn:active.focus, button.btn.active.focus { background:rgba(162,8,13,1); color:#fff; outline:0; }
button.btn:disabled { background:rgba(162,8,13,1); color:#fff; opacity:0.6; cursor:default; }

.form-submit-wrap { padding-left:30px; }
.form-submit-wrap > * { display:inline-block; vertical-align:middle; line-height:50px; }
.form-loading { opacity:0; margin-left:10px; font-size:20px; }