/* Elements with an image as background*/
.img-bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.noty_type__confirm {
    background-color: white;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    text-align: center;

}
