/* OPAC Password check GDPR */

.password-gdpr {
    float: left;
    align-items: center;
    clear: both;
    display: none;
}

.password-gdpr--titlemandatory {
    margin-bottom: 8px;
    display: block;
}

.password-gdpr--titleoptional {
    margin-bottom: 8px;
    margin-top: 16px;
    display: block;
}

.password-gdpr--size,
.password-gdpr--uppercase,
.password-gdpr--lowercase,
.password-gdpr--symbol,
.password-gdpr--digit {
    width: 15px;
    height: 15px;
    display: table;
    margin-right: 5px;
    position: relative;
    text-align: center;
}


.password-gdpr--size:before,
.password-gdpr--uppercase:before,
.password-gdpr--lowercase:before,
.password-gdpr--symbol:before,
.password-gdpr--digit:before {
    font-family: FontAwesome;
    content: "\f057";
    color: #d75a4a;
    font-size: 14px;
}

.password-gdpr--icon--ok:before {
    font-family: FontAwesome;
    content: "\f058";
    color: #25ae88;
    font-size: 14px;
}

#opac-patron-registration #password,
#opac-patron-registration #password2 {
    width: 70%;
}

.password-gdpr--show{
    display: flex;
}


.password-gdpr__input--backgroud-color-red {
    background-color: #ff9c8f !important;
}

.password-gdpr__input--backgroud-color-green {
    background-color: #bff3a1 !important;
}



@media only screen and (max-width: 550px) {
    .password-gdpr {
        font-size: 90%;
    }
}

/* END OPAC Password check GDPR */
