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

#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: 'Roboto-Light';
    color: var(--mschoa-login-color-password-toggler);
    font-size: .9em;
}


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

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

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