@charset "utf-8";
/* CSS Document */

.modal-dialog{
max-width: 630px !important;
}
#myModal p{
background:url(../images/12-08-2021.jpg) no-repeat;
height:300px;
}
#myModal .validation{
font-size:12px;
color:#FF0000;
}
@media (max-width: 768px) {
#myModal p{
background:url(../images/mobile-img.jpg) no-repeat;
width:100%;
margin: 0 0 15px 0 !important;
}
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50555550 !important;
    display: none;
    overflow: hidden;
    outline: 0;
}