When I try to navigate from one form to another form, background-color in css is not working.
login_form_success.php
<div class="alert alert-success">Welcome <?php echo $_SESSION['uname']; ?>Signed in !</div>
style.css
.alert alert-success{
background-color: greenyellow;
}