/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 11, 2021, 1:34:23 PM
    Author     : jamal
*/

#global-message-area {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left:0;
    right:0;
    width: 30%;
    margin: 0 auto;
    top: 5%;
}
.alert{
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}