label{

font-size: 16px;
font-weight: bold;
margin-top: 4px;

}

input, select {

width: 90%;
padding: 12px 20px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;

} textarea{

width: 90%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
resize: none;

} input {

width: 90%;
background-color: #3a3a3a;
color: white;
padding: 14px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
font-size: 16px;
margin-top: 8px;

}