
.error{
    text-align: center;
    background: #ef7777;
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin:10px 20px;
}
.success{
    text-align: center;
    background: #46d0ab;
    color: white;
    border-radius: 5px;
    padding:10px 5px;
    margin:10px 20px;
}
.text-center {
    text-align: center!important;
}

.display-none{
    display: none;
}