.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
.alert {
    padding: 15px;
    margin-bottom: 30px;
    border: 0 solid transparent;
    border-radius: 2px;
}
.alert.text-left {
    hyphens: none;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    line-height: 1.875;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
    letter-spacing: .011em;
}
svg {
    line-height: inherit;
    vertical-align: middle;
}
.align-text-bottom {
    vertical-align: text-bottom!important;
}
.material {
    display: inline-block;
    width: 18px;
    height: 18px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.material.svg-24 {
    width: 24px;
    height: 24px
}
svg:not(:root){
    overflow:hidden
}