
.password_requirements {
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
    padding: 0.5em;
    border: 3px dashed #eeeeee;
    border-radius: 5px;
    gap: 0.2em;
}

.password_requirements .title {
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.password_requirements > div {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
}

.password_requirements div i {
    width: 1.1em;
    display: flex;
    align-items: center;
}

.password_requirements .valid {
    color: #3d9640;
}

.password_requirements i.fa-times {
    color: #ffd3d3;
}

.password_requirements i.fa-check {
    color: #33b837;
}

/*#password_strength {*/
/*    width: 100%;*/
/*    height: 7px;*/
/*    border: 1px solid #dcdcdc;*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*}*/

/*#password_strength_bar {*/
/*    height: 100%;*/
/*    background-color: #c4ffc4;*/
/*    display: inherit;*/
/*}*/



