.alert-info-search {
    color: #1f5b7f;
    background-color: #d7f0ff;
    border-left: 6px solid #007bff;
    border-bottom: 0px;
    border-top: 0;
}

.alert-danger-search{
    border-color: #ff4757;
    background: #ffe0e3;
    color: #ff4757;
    border-bottom: 0;
    border-top: 0;
}

.alert-info-search, .alert-danger-search  > i{
    float: left;
    text-align: center;
    font-size: 1.5rem;
}
.alert-info-search, .alert-danger-search > button{
    border: 3px solid #1f5b7f;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 14px;
}
