.primary-style-form.leadform {
    padding: 14px 6px 5px 6px;
}
.primary-style-form.leadform > p,
.primary-style-form.leadform > div {
    margin: 0;
}
.leadform .iti {
    width: 100%;
}
.leadform .iti input,
.leadform input.style-input-form {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    height: 40px;
}
.leadform button[type="submit"] {
    width: 100%;
    background: #EA580C !important;
    border: 1px solid #EA580C !important;
    text-transform: none;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 8px;
}
.leadform button[type="submit"]:not([disabled]):hover {
    background: #c2410c !important;
    border-color: #c2410c !important;
}
.footer-argo .other-page-footer a {
    color: #EA580C !important;
    font-weight: 500;
}
.form-preloader.hidden {
    display: none;
}
