.wpcf7-submit {
    background: #1F219D;
    border-color: #1F219D;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: Roboto;
		-webkit-appearance: none;
	  margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
}
.wpcf7-form {
	  appearance: none;
    font-family: Roboto;
    color: #33475B;
    font-size: 16px;
		box-sizing: border-box;
}
.wpcf7-textarea {
	  font-family: Roboto;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    resize: -internal-textarea-auto;
    cursor: text;
    overflow-wrap: break-word;
    background-color: field;
    column-count: initial !important;
    margin: 0em;
		border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
    padding: 2px;
    white-space: pre-wrap;
	  width: 100%;
    max-width: 100%;
}
.wpcf7-form label {
    font-family: Roboto;
	  font-size: 16px;
		color: #212d3a !important;
		font-weight: 600 !important;
}
.wpcf7-form p {
	  font: inherit;
    color: #33475B;
    font-size: 14px;
}
.wpcf7-select{
	  font: inherit;
    font-size: 16px;
}

.wpcf7 select {
  appearance: none;
	font-family: Roboto;
  border: 0;
  outline: 0;
  font: inherit;
	width: 100%;
  max-width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}



.wpcf7-text{
	  font-family: Roboto;
	  border: 0;
    border-radius: 0;
    border-bottom: 2px solid #cad5e2;
	  box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
		width: 100%;
    max-width: 100%;
}
.wpcf7-list-item-label{
		font-size: 14px;	
}
.wpcf7-checkbox .wpcf7-list-item-label {
    display: -ms-flexbox;
    display: inline;
}