.borrowed div,
.borrowed span,
.borrowed h2,
.borrowed h3,
.borrowed h4,
.borrowed p,
.borrowed a,
.borrowed em,
.borrowed img,
.borrowed strong,
.borrowed i,
.borrowed form {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.borrowed * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.borrowed input,
.borrowed select,
.borrowed textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.borrowed input {
    overflow: visible;
}

.borrowed select {
    text-transform: none;
}

.borrowed [type="submit"] {
    -webkit-appearance: button;
}

.borrowed a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.borrowed .contact-info {
    width: 100%;
    display: inline-block;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 3em;
}

.borrowed .contact-info .title h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 30px;
}

.borrowed .contact-info p {
    margin: 20px 0;
}

.borrowed .contact-info p span {
    color: #ec1e27;
    font-weight: 700;
}

.borrowed .contact-info {
    width: 100%;
    display: inline-block;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 3em;
}

.borrowed .CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.borrowed .CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.borrowed .CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.borrowed .CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.borrowed .CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.borrowed .CaptchaWhatsThisPanel a {
    color: #000;
}

.borrowed .CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

@media screen and (max-width: 950px) {

    /*! CSS Used from: https://www.kafarmequipment.com/css/form.css?v=1.2 */
    .borrowed .contact-info {
        padding: 1em;
        margin: 20px 0;
    }
}

.borrowed .contact-form {
    width: 100%;
    display: block;
    /* max-width: 1400px; */
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1) !important; */
}

.borrowed #formpage {
    vertical-align: top;
    margin: 0 auto;
    padding: 3em;
}

.borrowed #formpage.careers {
    vertical-align: top;
    margin: 0 auto;
    padding: 3em;
}

.borrowed #formpage.careers h2 .fas {
    font-weight: 900;
    color: #ec1e27;
}

.borrowed #formpage.careers h3 {
    text-decoration: underline;
    color: #ec1e27;
    text-transform: uppercase;
}

.borrowed #formpage div {
    vertical-align: top;
    padding: 10px;
    line-height: 20px;
    font-weight: 500;
}

.borrowed #formpage input {
    padding: 6px 5px 10px;
    border: 1px solid #dadada;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
}

.borrowed #formpage textarea {
    padding: 6px 6px;
    border: 1px solid #dadada;
    color: #000;
    font-size: 16px;
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
}

.borrowed #formpage textarea:active,
.borrowed #formpage textarea:focus {
    background: #fff;
}

.borrowed #formpage select {
    border: 1px solid #dadada;
    color: #202e3b;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
}

.borrowed .formfield {
    width: 50%;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}

.borrowed .formfield span.fas {
    float: right;
    color: #ec1e27 !important;
    font-size: 10px;
    line-height: 20px;
}

.borrowed #formpage .larger {
    width: 100%;
}

.borrowed #formpage textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.borrowed #formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 5px 5px 0 15px;
    width: 15px;
    height: 15px;
    display: inline;
    background-color: #fff;
    color: black;
    text-transform: uppercase;
}

.borrowed #formpage input.radio {
    padding: 0;
    border: 0;
    margin: 5px 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

.borrowed #formpage input:focus,
.borrowed #formpage textarea:focus,
.borrowed #formpage select:focus {
    background: #fff;
    border: 1px solid #abacac;
    outline-style: none;
}

.borrowed #formpage input.radio:focus,
.borrowed #formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

.borrowed #formpage input.button,
.borrowed #formpage input.button:focus {
    width: 240px;
    display: inline-block;
    line-height: 14px;
    color: #fff;
    background: #ec1e27;
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: none !important;
}

.borrowed #formpage input.button:hover {
    display: inline-block;
    background: #000;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.borrowed #formpage .captcha .CaptchaWhatsThisPanel a {
    text-align: center !important;
    margin-top: 10px;
}

.borrowed .CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    color: #000;
    width: 50%;
    text-align: center;
}

.borrowed .CaptchaImagePanel {
    margin: 0 auto;
    text-align: center !important;
    margin-top: 10px;
    padding: 0 0 0 0;
}

.borrowed .CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 22px !important;
    text-align: center;
}

.borrowed .CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.borrowed .CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0 !important;
}

.borrowed .CaptchaWhatsThisPanel a {
    color: #000;
    text-align: center !important;
    border: none;
}

.borrowed .CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
    background: none;
    color: #000;
}

@media screen and (max-width: 785px) {

    /*! CSS Used from: https://use.fontawesome.com/releases/v5.12.1/css/all.css */
    .borrowed #formpage {
        padding: 20px;
        padding: 0 !important;
    }

    .borrowed .formfield {
        width: 100%;
        float: none;
    }

    .borrowed .contact-form #formpage h3 {
        font-size: 16px !important;
    }

    .borrowed .CaptchaPanel {
        width: 100%;
    }
}

.borrowed .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.borrowed .fa-arrow-circle-down:before {
    content: "\f0ab";
}

.borrowed .fa-asterisk:before {
    content: "\f069";
}

.borrowed .fas {}

.borrowed .fas {
    font-weight: 900;
    /*! CSS Used from: Embedded */
}

.borrowed .CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding: 10px;
}

.borrowed .CaptchaImagePanel {
    padding: 5px 5px 10px 5px;
}

.borrowed .CaptchaImage {
    border: 1px solid #333;
    margin: 0 auto;
}

.borrowed .CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
}

.borrowed .CaptchaAnswerPanel {
    padding: 5px 5px 10px 5px;
}

.borrowed .CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
    /*! CSS Used fontfaces */
}
