#customLeadForm {
    width: 92%;
    margin: 4% 4% 0;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: "Open Sans", Arial, sans-serif;
}

#customLeadForm .form-field {
    width: 100%;
    margin-bottom: 4px;
}

#customLeadForm .form-field>label {
    display: block;
    margin-bottom: 5px;
    color: #787676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

#customLeadForm .form-field>label span {
    color: #787676;
}

/* Inputs */

#customLeadForm input[type="text"],
#customLeadForm input[type="email"],
#customLeadForm input[type="tel"] {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #999;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    outline: 0;
    font: 400 14px "Open Sans", Arial, sans-serif;
    box-shadow: none;
}

/* Phone */

#customLeadForm .phone-field {
    display: flex;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dedede;
}

#customLeadForm .country-code {
    display: flex;
    align-items: center;
    width: 74px;
    min-width: 74px;
    padding-left: 16px;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    border-right: 1px solid #dedede;
}

#customLeadForm .phone-field input {
    flex: 1;
    width: auto !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    outline: 0 !important;
    box-sizing: border-box;
}

/* Select */

#customLeadForm .select-field {
    position: relative;
}

#customLeadForm select {
    width: 100%;
    height: 30px;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    color: #999;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    outline: 0;
    font: 400 14px "Open Sans", Arial, sans-serif;
    cursor: pointer;
}

#customLeadForm select:disabled {
    cursor: not-allowed;
}

#customLeadForm .dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    transform: translateY(-65%) rotate(45deg);
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    pointer-events: none;
}

/* Authorization */

#customLeadForm .authorization-field {
    margin: 14px 0 12px;
}

#customLeadForm .authorization-field label {
    display: flex;
    align-items: flex-start;
    color: #787676;
    font: 400 12px/1.5 "Open Sans", Arial, sans-serif;
    cursor: pointer;
}

#customLeadForm .authorization-field input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 5px 0 0;
    cursor: pointer;
}

#customLeadForm .authorization-field span {
    flex: 1;
}

/* Submit */

#customLeadForm .submit-field {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#customLeadForm #form-submit-button {
    min-width: 100%;
    min-height: 37px;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    background: #D67B19 !important;
    border: 1px solid #D67B19;
    border-radius: 6px;
    font: 700 16px "Open Sans", Arial, sans-serif;
    cursor: pointer;
}


aside.hero-right{
padding-top: 20px;
}
.card-head{
    font-weight: bold;
    color: #D67B19;
    font-size: 19px;
    text-align: center;
}

.cmsmasters-theme-button:before, button:before{
    background-color: #D67B19 !important;
}