
.logo-customizable {
    max-width: 60%;
    max-height: 30%;
}

.banner-customizable {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.label-customizable {
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

.textDescription-customizable {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

.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: auto;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    color: #fff;
    background-color: #367fd1;
    border: 0;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.submitButton-customizable:hover {
    color: #fff;
    background-color: #367fd1;
}

.errorMessage-customizable {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #d64958;
    color: #d64958;
}

.inputField-customizable {
    width: auto;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: 34px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.inputField-customizable:focus {
    border-color: #66afe9;
    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 {
    border-radius: 2px;
    height: 40px;
    margin-bottom: 15px;
    padding: 1px;
    text-align: left;
    width: 100%;
}

.redirect-customizable {
    color: #367fd1 !important;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.passwordCheck-notValid-customizable {
    color: #df3312;
}

.passwordCheck-valid-customizable {
    color: #19bf00;
}

.background-customizable {
    background-color: #fff;
    border-radius: 5px;
}
