.logo-customizable {
    max-width: 60%;
    max-height: 30%
}

.banner-customizable {
    padding: 50px 0 25px 0;
    background-color: unset
}

.label-customizable {
    font-weight: 400;
    display: none
}

.textDescription-customizable {
    padding-top: 0px;
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #999
}

.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: normal;
    margin: 30px 0 10px 0;
    height: 40px;
    width: 100%;
    color: #fff;
    background-color: #002FA7 !important;
    border-color: #002FA7 !important;
    outline-color: #002FA7 !important;
}

.submitButton-customizable:hover {
    color: #fff;
    background-color: #002FA7 !important;
    border-color: #002FA7 !important;
    outline-color: #002FA7 !important
}

.errorMessage-customizable {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #d64958;
    color: #d64958
}

.inputField-customizable {
    width: 90%;
    height: 34px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 20px
}

.inputField-customizable:focus {
    border-color: #f29e05;
    outline: 0
}

.idpButton-customizable {
    height: 40px;
    width: 100%;
    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 {
    -ms-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    margin-bottom: 15px;
    padding: 1px;
    text-align: left;
    width: 100%
}

.redirect-customizable {
    display: block;
    text-align: center;
    color: #002FA7;
    font-weight: bold;
    font-style: italic
}

.passwordCheck-notValid-customizable {
    color: #df3312
}

.passwordCheck-valid-customizable {
    color: #19bf00
}

.background-customizable {
    background-color: #fff;
    border-radius: 40px;
    padding: 0px 10px 10px 10px;
    margin-top: 15vh;
}
