/* Logo & Banner */
.logo-customizable {
    max-width: 60%;
    max-height: 30%;
}

.banner-customizable {
    padding: 25px 0;
    background-color: #fff;
}

/* Labels and descriptions */
.label-customizable {
    font-weight: 700;
}

.textDescription-customizable {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.idpDescription-customizable {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

/* Legal text */
.legalText-customizable {
    color: #747475;
    font-size: 11px;
    visibility: visible;
}

/* Buttons */
.submitButton-customizable {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 10px 0;
    height: 48px;
    width: 100%;
    color: #fff;
    background-color: #0063B7;
}

.submitButton-customizable:hover {
    background-color: #09548A;
}

.idpButton-customizable {
    height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.idpButton-customizable:hover {
    background-color: #31b0d5;
}

.socialButton-customizable {
    height: 40px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

/* Input fields */
.inputField-customizable {
    width: 100%;
    height: 48px;
    color: #21353e;
    background-color: #fff;
    border: 2px solid #939393;
}

.inputField-customizable:focus {
    border-color: #646464;
    outline: 0;
}

/* Error messages */
.errorMessage-customizable {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    background: #F5F5F5;
    border: 2px solid #D64958;
    color: #D64958;
}

/* Password validation */
.passwordCheck-notValid-customizable {
    color: #DF3312;
}

.passwordCheck-valid-customizable {
    color: #19BF01;
}

/* Redirects & other styling */
.redirect-customizable {
    text-align: center;
}

.background-customizable {
    background-color: #fff;
}
