/*
Template Name: DreamAdmin
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.0
*/

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.success, .error, .new-message-error img {border : 0;}


.message {
    width: 100%;
}
.success, .error, .new-message-error {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    font-family: 'Inter';
    font-size: 14px;
}

.success {
    background-color: #f6faf0;
    border: 1px solid #6aa500;
    color: #6aa500;
}

.error, .new-message-error {
    border-radius: 5px;
    border: 1px solid #FF2B34;
    background-color: #FDEDED;
    color: #FF2B34;
    position: relative;
    padding-left: 56px !important;
    margin-bottom: 0;
}

.new-message-error:before {
    content: '\f071';
    font-family: 'FontAwesome';
    font-size: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
    width: 24px;
    height: 18px;
}