.banner-customizable {
    padding: 25px 0px 25px 0px;
    background-color: #f7f7f8;
}
.label-customizable {
    font-weight: 400;
}
.textDescription-customizable {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}
.idpDescription-customizable {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}
.legalText-customizable {
    color: #747474;
    font-size: 11px;
}
.submitButton-customizable {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    height: 40px;
    width: 100%;
    color: #fff;
    background-color: #2a6ebb;
}
.submitButton-customizable:hover {
    color: #fff;
    background-color: #2e78cc;
}
.errorMessage-customizable {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    background: #f7f7f8;
    border: 1px solid #c33932;
    color: #c33932;
}
.inputField-customizable {
    width: 100%;
    height: 34px;
    color: #292929;
    background-color: #fff;
    border: 1px solid #c8cdd0;
}
.inputField-customizable:focus {
    border-color: #34b5e5;
    outline: 0;
}
.idpButton-customizable {
    height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.idpButton-customizable:hover {
    color: #fff;
    background-color: #31b0d5;
}
.socialButton-customizable {
    height: 40px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
.redirect-customizable {
    text-align: center;
}
.passwordCheck-notValid-customizable {
    color: #c33932;
}
.passwordCheck-valid-customizable {
    color: #09ae88;
}
.background-customizable {
    background-color: #fff;
}
