
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-primary{
    background-color: rgb(49, 197, 199, 0.15);
}

.alert-warning{
    background-color: rgba(255, 195, 0, 0.15);
    color: #4f3d09;
}

.alert-success {
    width: 100%;
    color: rgb(28, 49, 22) !important;
    background-color: rgb(208, 248, 195) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 246, 184);
    border-image: initial;
}