
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 48px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    background: none;
    border: 1px solid #bbbbbb;
    font-size: 15px;
    font-weight: 300;
    line-height: 44px;
    color: #ffffff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -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: 6px;
	padding-bottom: 6px;
	line-height: 28px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: none;
    border: 1px solid #ffffff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #bbb; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #bbb; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #bbb; }



button.btn {
	width: 100%;
    margin: 0;
    padding: 6px 100px;
    vertical-align: middle;
    background: #20b188;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -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;
}

button.btn:hover { opacity: 0.8; color: #fff; }

button.btn:active { outline: 0; opacity: 0.8; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.8; background: #00da9d; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.8; background: #00da9d; color: #fff; }
