.background-customizable {
    background-color: #fff;
}

.banner-customizable {
    padding: 25px 0px 25px 0px;
    background-color: #fff;
}

.textDescription-customizable {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #1e2e61;
}

.inputField-customizable {
    width: 100%;
    height: 34px;
    color: #1e2e61;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
}

.label-customizable {
    margin-top: 10px;
    font-weight: 400;
    color: #1e2e61;
}

.redirect-customizable {
    color: #1e2e61;
}

.submitButton-customizable {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    height: 40px;
    width: 100%;
    color: #fff;
    background-color: #1e2e61;
    border-color: #1e2e61;
    border-radius: 0;
}

.submitButton-customizable:hover {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    height: 40px;
    width: 100%;
    color: #fff;
    background-color: #1e2e61;
    border-color: #1e2e61;
    border-radius: 0;
}
