.page-template-default label {
	    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 11px;
    color: #0A1631;
    text-transform: uppercase;
    font-weight: bold;
}
.page-template-default input[type="text"], 
.page-template-default input[type="email"], 
.page-template-default input[type="tel"],
.page-template-default textarea {
	width: 100%;
	padding: 6px 12px;
	    border: 1px solid #E9ECF5;
    padding: 8px 12px;
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-top: 6px;
    font-size: 18px;
    color: #0A1631;
}
.page-template-default form {
	width: 100%;
	max-height: 600px;
	margin: 30px auto;
}
.page-template-default input[type="submit"] {
	    border-color: #F74B11;
    background-color: #F74B11;
    color: #fff;
	    cursor: pointer;
    padding: 18px 32px;
    align-items: center;
    border-radius: 32px;
    font-family: "Dela Gothic One";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: 2px solid transparent;
    transition: all .4s;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.4;
}
.page-template-default input[type="submit"]:hover {
	background-color: #0A1631;
	margin-top: 30px;
}


