.alert.alert-styled-left {
    border-left-width: 36px;
}
.alert {
    position: relative;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-danger {
    background-color: #FBE9E7;
    border-color: #FF5722;
    color: #D84315;
}