.form-control {
    height: 50px;
    padding: 10px 20px;
    background-color: #484651;
    border: 1px solid #32313b;
    color: #c0c0ca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lead {
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: 0px;
	color: #white;
}

