.alert{
position: absolute;
padding-right: 55px;
width: 300px;
margin-top: 40px;
border-radius: 15px;
background-color: #FFF;
color: #283896;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
display: none;
}
.alert-success button{
background-color: #008ECF;
color:#FFF;
}
.alert-success hr{
border-color: #008ECF;
}
.alert-warning button{
background-color: #E5A218;
color:#FFF;
}
.alert-warning hr{
border-color: #E5A218;
}
.alert-error button{
background-color: #FF0000;
color:#FFF;