/*------CUSTOM STYLE CONTACT PAGE and FORM ELEMENTS HNI WEBSITE 2021------*/



.fieldName {
font-size: 17px;
color: #853330;
}


.field {
width: 100%;
height: 30px;
outline: 0;
display: block;
color: #000;
font-size: 16px;
border: 1px solid #999;

margin: 0 0 40px 0;
padding: 8px 10px;
}


.msgBox {
width: 100%;
height: 250px;
margin: 0 0 30px 0;
}



.btn {
display: inline-block;

font-weight: bold;
font-size: 15px;
color: #fff;
text-transform: uppercase;

letter-spacing: normal;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

padding: 10px 15px;
background: #605d5c;

border: none;
}


.btn:hover {
color: #fff;
background: #853330;
}







