.contact-us {
	margin: 50px;
}


.contact-us .fieldset input {
	width: 50%;
    height: 32px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    outline: none;
} 

.contact-us .fieldset textarea {
	width: 50%;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    outline: none;
}

.contact-us button {
	background-color: #14608E;
    color: #fff;
    border-color: #14608E;
}

.contact-us button:hover {
   background-color: #0f07e6;
    color: #fff;
    border-color: #0f07e6;
}


@media (max-width: 768px) {
	.contact-us .fieldset input ,
	.contact-us .fieldset textarea{
	width: 100%; 
}

    