.wpform-contact input,
.wpform-contact select {
    border-radius: 3px;
    border: 1px solid #AEB5C2;
    background: #fff;
    height: 56px !important;
    padding: 15px 15px;
    font-family: 'SFPro-Display', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #021639;
}

.wpform-contact select {
    -webkit-appearance: none !important;
    background-image: url(https://record360.com/wp-content/uploads/2023/10/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 90% 51%;
}

.wpform-contact button[type="submit"] {
    margin: 0px !important;
    border-radius: 3px !important;
    height: 56px;
    padding: 15px 10px !important;
    color: #FFF;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1.92px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'SFPro-Display', sans-serif !important;
    text-transform: unset !important;
    cursor: pointer;
    width: 100%;
    background: #F4062A;
    border: 0;
    -webkit-font-smoothing: antialiased;
}
.wpform-contact button[type="submit"]:hover {
    background: #CA0220;
}
.wpform-contact .wpforms-field {
    padding: 10px 0 !important;
}
.wpform-contact .wpforms-field-label {
    display: inline-block !important;
    font-family: 'SFPro-Display', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #697486;
    background: #fff;
    width: auto !important;
    padding: 0 5px;
    font-weight: 400 !important;
    position: absolute;
    top: 26px;
    left: 11px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 5;
}

.wpform-contact .wpforms-submit-spinner {
    position: absolute;
    right: 9px;
    top: 19px;
    width: 16px;
    margin: 0;
}


.wpform-contact .wpforms-field-label.floating {
    top: -2px;
    font-size: 14px;
    color: #031432;
}