.messages, div.message {
    z-index: 999999999999;
    margin-bottom: 30px;
}
.msg {
    background-color: transparent !important;
    padding: 0;
    border: transparent !important;
    width: auto;
    height: auto;
}
.msg .container, div.message {
    width: auto;
    border-color: transparent;
    max-width: 70%;
    width: 300px !important;
    padding: 20px !important;
    border-radius: 10px;
    position: fixed !important;
    left: 30px;
    right: auto;
    bottom: 30px;
    color: #fff !important;
    z-index: 999999999999999;
    font-size: 18px;
    font-size: 13px;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.msg .container a, div.message a {
    color: #fff;
    text-decoration: underline;
}
.msg.msg-error .container, div.message.error-message {
    background-color: #ff676a;
}
.msg.msg-warning .container, div.message.warning-message {
    background-color: #ff676a;
}
.msg.msg-info .container, div.message {
    background-color: #2c73a5;
}
.msg.msg-success .container, div.message.success-message {
    background-color: #68a320;
}
.site-msg.information, div.message.notice-message {
    opacity: 1;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 14px;
}
.site-msg.information .text {
    color: #000;
}