wp_login and vibebp login is different.
For students vibebp login interface will appear.
When user lost password then he/she can click on forgot password link and a link will be sent to valid email to reset the password.
refer here
https://drive.google.com/file/d/1OpkQw8PDqpqmLl7LCCfkJ_9JbqKSLYhr/view
3- Use this code in wplms>>miscellaneous>> custom code for wp_login screen
body.login form#loginform input{
background: #f1f3f4 !important;
}
body.login div#login form .input, .login input[type="text"] {
color: #a38686 !important;
font-size: 24px !important;
}