.cf-lead input {
    width: 100%;
    padding: 12px 23px !important;
    border: 1px solid #eae9e9 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    display: block;
    line-height: 14px !important;
    box-sizing: border-box;
    margin-bottom: 15px;
    outline: 0;
    transition: 0.3s;
    background-color: #fff !important;
}

.cf-lead input::placeholder {
    font-size: 16px !important;
font-weight: normal !important;
}

.cf-lead {
    box-sizing: border-box;
}

.cf-lead img {
    width: 25px;
    margin-left: 15px;
    vertical-align: middle;
}

.cf-lead h2 {
    margin-bottom: 25px;
}

.cf-lead input:focus {
    border-color: #d4566a;
}

.cf-lead a {
    background-color: #f36438 !important;
    color: #fff;
    min-width: 140px;
    padding: 12px 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 25px;
    transition: 0.3s;
    margin-top: 20px;
}

.cf-lead a:hover {
    color: #fff;
        background-color: #d23b0d !important;
}