
.alert{
    padding:10px;
    border-radius:5px;

}

.alert.alert-success{
    background:mediumseagreen;
    color:white;
}

.alert.alert-info{
    background:royalblue;
    color:white;
}

.alert.alert-warning{
    background:orange;
    color:white;
}

.alert.alert-danger{
    background:crimson;
    color:white;
}
/** *******************start of smaller screen************************/

@media only screen and (max-width: 918px) {
  
}

/** *******************start of smaller screen************************/