#power-container {
    background-color: var(--mschoa-color-red-standard);
    width: 1%;
    height: 10px;
    transition: width .5s;
    border-radius: var(--bs-border-radius);
}

#power-container-edit {
    background-color: var(--mschoa-color-red-standard);
    width: 1%;
    height: 10px;
    transition: width .5s;
    border-radius: var(--bs-border-radius);
}

#power-container#power-point {
    background-color: var(--mschoa-color-red-standard);
    width: 1%;
    height: 100%;
    transition: width .5s;
}

#power-container#power-point-password {
    background-color: var(--mschoa-color-red-standard);
    width: 1%;
    height: 100%;
    transition: width .5s;
}

#power-container#power-point-new_password {
    background-color: var(--mschoa-color-red-standard);
    width: 1%;
    height: 100%;
    transition: width .5s;
}

#power-text {
    font-family: 'Inter-Light-BETA';
    color: var(--mschoa-login-color-password-toggler);
    font-size: .9em;
}

#power-text-edit {
    font-family: 'Inter-Light-BETA';
    color: var(--mschoa-login-color-password-toggler);
    font-size: .9em;
}