#error_admin {
   position: relative;
   width: 100%;
   top: 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   background-color: #c50000;
   color: #fff; 
   font-family: "Ubuntu-Light";         
   font-size: 20px;          
}

#success_admin {
   position: relative;
   width: 100%;
   top: 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   background-color: #007000;
   color: #fff; 
   font-family: "Ubuntu-Light";         
   font-size: 20px;          
}