input[type="text"], 
textarea {
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #999;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #69C;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-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;
	padding-top: 0px;
	padding-bottom: 0 px;
	opacity: 0.7;
	padding-left: 10px;
	margin-bottom: -10px;
}

input[type="text"]:focus, 
textarea:focus {
	background-color: #FFF;
	opacity: 0.7;
	color: #69F;
	font-size: 18px;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; }


button.btn {
	height: 52px;
	vertical-align: middle;
	background: #8ec1cd;
	border: 0;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 52px;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	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;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:active {
	outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #8ec1cd;
	color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #8ec1cd;
	color: #fff;
}
