﻿.alert {
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    color: white;
    margin-bottom: 0;
    background-color: #0190dc;
    border-color: #00aafd;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    height: 45px;
}

.img-back {
    position: absolute;
    left: 15px;
    height: 22px;
    top: 10px;
}
