.logo-customizable {
    width: 250px;
    position: fixed;
    top: 9vh;
    margin: 0 auto;
    margin-left: -120px;
    background: #32314f;
    box-shadow:
        0 0 0 0 rgba(0, 0, 0, 100%),
        0 0 0 1000000px #32314f;
}

.banner-customizable {
    padding: 0px;
    background-color: #fff;
    position: relative;
    z-index: -10000;
}

.label-customizable {
    font-weight: 400;
    margin-top: 1rem;
    color: #34363f;
    letter-spacing: -0.02rem;
}

.textDescription-customizable {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.02rem;
}

.idpDescription-customizable {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.02rem;
}

.legalText-customizable {
    color: #747474;
    font-size: 10px;
    letter-spacing: -0.02rem;
}

.submitButton-customizable {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02rem;
    margin: 24px 0px 16px 0px;
    height: 32px;
    width: 100%;
    color: #fff;
    background-color: #5f78ff;
}

.submitButton-customizable:hover {
    color: #fff;
    background-color: #475abf;
}

.errorMessage-customizable {
    padding: 4px 4px 4px 8px;
    font-size: 14px;
    letter-spacing: -0.02rem;
    width: 100%;
    border-radius: 6px;
    background: #fef6f7;
    border: 1px solid #eb4c56;
    color: #eb4c56;
}

.inputField-customizable {
    width: 100%;
    height: 32px;
    color: #555;
    background-color: #fff;
    border: 1px solid #c4c5cc;
    appearance: none;
    box-shadow: none;
}

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

.idpButton-customizable {
    height: 32px;
    width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    color: #34363f;
    background-color: #f0f1f2;
    border: none;
}

.idpButton-customizable:hover {
    color: #34363f;
    background-color: #dadbdf;
    border: none;
}

.socialButton-customizable {
    border-radius: 2px;
    height: 40px;
    margin-bottom: 15px;
    padding: 1px;
    text-align: left;
    width: 100%;
}

.redirect-customizable {
    position: relative;
    top: 0.5rem;
    text-align: center;
    letter-spacing: -0.02rem;
    background-color: white;
}

.passwordCheck-notValid-customizable {
    color: #eb4c56;
}

.passwordCheck-valid-customizable {
    color: #28a745;
}

.background-customizable {
    margin-top: 29vh;
    border-radius: 6px;

    /*
    This is deprecated, but it works! We want to only hide the "or" element
    which has absolute positioning. clip-path will hide other elements, which
    is not desired in our case.
    Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/clip
    */
    clip: rect(0 0 0 0);
}
