.page header.entry-header {
  display: none;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: inherit;
    border-radius: 9px;
}

.SendMessageButton{
font-family: Roboto;
font-weight: 700;
width: 200px;
min-height: 58.5px;
padding: 0px 32px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
border: 1px solid rgb(11, 95, 239) !important;
background-color: rgb(30, 115, 190) !important;
color: rgb(255, 255, 255) !important;
background-position: initial initial;
background-repeat: initial initial;
}
