.front .l-welcome {
    margin-top: 25px;   
}

.front .oho-site-alert-message {
    margin-top: -5px;
}

.oho-site-alert-message {
    background: none;
}

.oho-site-alert-message > h2 {
    display: none;
}



#mieb-site-alert .red-msg  {
    background: #C93640;
    padding: 3px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 26%) 1px 2px 5px;
}



#mieb-site-alert .green-msg  {
    background: #017951;
    padding: 3px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 26%) 1px 2px 5px;
}

#mieb-site-alert .blue-msg  {
    background: #E7FAFF;
    padding: 3px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 26%) 1px 2px 5px;
}

#mieb-site-alert .yellow-msg  {
    background: #fff9eb;
    padding: 3px;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 26%) 1px 2px 5px;
}

#mieb-site-alert .last-msg {
    margin-bottom: 0;
}

#mieb-site-alert .fa {
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#mieb-site-alert .msg {
    font-size: 17px;
    color: #fff;
    padding: 8px 10px;
    line-height: 28px;
}

#mieb-site-alert .msg a {
    color: #fff;   
}

#mieb-site-alert .msg a:hover {
    text-decoration: underline;
}

#mieb-site-alert .blue-msg .msg {
    color: #000;
}

#mieb-site-alert .blue-msg .msg a {
    color: #000;
}

#mieb-site-alert .yellow-msg .msg {
    color: #000;
}

#mieb-site-alert .yellow-msg .msg a {
    color: #000;
}

