    .alert.alert-info.alert-danger {
    background: #ff6c6c38;
    color: red;
}
.alert.alert-info.alert-dismissible {
    background: #00ab005c;
    color: green;
}
.alert {
    padding: 10px;
    /* margin-bottom: 30px; */
    /* padding: 20px 55px 20px 90px; */
    /* position: relative; */
    -webkit-border-radius: 5px;
    /* border-radius: 5px; */
}
.alert a.close {
    position: absolute;
    right: 6px;
    top: 10px;
    font-size: 20px;
    line-height: 20px;
}