.allert {
    min-width: 250px;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    padding: 20px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
    cursor: pointer;
    background-color: #fff;
    color: #454857;
    border: 1px solid #eaeaea;
    position: absolute;

    -webkit-box-shadow: 0px 5px 28px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 5px 28px 0px rgba(227, 227, 227, 1);
}

.allert-warning,
.allert-danger,
.allert-info,
.allert-success {
    color: #FFF;
    border: none;
}

.allert-warning {
    background-color: #ffcd36;
}

.allert-danger {
    background-color: #ff2131;
}

.allert-info {
    background-color: #1fbfff;
}

.allert-success {
    background-color: #0ce177;
}

.allert span {
    margin-right: 10px;
}
