.message {
width: 420px;
font-size: 12px;
/*box-shadow: 0 0 10px rgba(255, 255, 255, 0.62);*/
    padding: 6px 18px 20px 20px;
position: fixed;
z-index: 99999;
margin: auto;
left: 37%;
color: #fff;
border-radius: 6px;
}

.msg-error {
    background-color: rgb(234, 59, 59);
}

.msg-success {
background-color: rgb(45 150 39);
}

.msg-warning{
    background-color: rgb(29, 23, 17);
    border: 3px solid orange;
}

.msg-header {
    font-size: 11px;
    font-weight: bold;
}

.msg-text {
    color: lightgray;
    font-size: 15px;
}

.msg-inline {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 6px;
}

.msg-type {
    text-transform: capitalize;
    font-size: 13px;
    margin-left: 0px;
    color: #ddd;
}

.msg-error-list-item {
    color: lightgray;
    font-size: 15px;
}

.resp-text .resp-text-wrapper {
    display: none;
}

.resp-text-wrapper {
    background-color: rgba(255, 123, 123, 0.84);
}

#sh-resp > a {
    font-size: 14px;
    color: #fff;
}
#sh-resp{
    text-align: center;
}

.msg-confirm {
    background-color: rgba(26, 51, 86, 0.9);
}

.confirm-btn {
    display: inline-block;
}

.confirm-btns {
    padding: 4px 10px;
    text-align: center;
    margin-top: 15px;
}

.confirm-btn {
    margin-left: 10px;
}

#close-system-msg {
    color: #000;
}

@media (max-width: 590px) { 
    .message { 
        left: 0px;
    }
}

.message i {
    color: #fff;
    font-size: 20px;
    float: left;
margin-right: 8px;
}

.message a {
    color: #fff;
    text-decoration: underline;
}