modal.css 1.27 KB
.forms_ {
    z-index: 10050;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    padding-bottom: 120px;
}
#success_form, .forms_ {
    display: none;
    z-index: 10050;
}
.forms_wr_ {
    position: absolute;
    width: 555px;
    border-radius: 4px;
    left: 50%;
    margin-left: -277px;
    top: 0;
    background: #fff;
    margin-bottom: 120px;
    margin-top: 30px;
    z-index: 2;
}
.modal-body {
    padding: 20px 30px;
    margin: 0 auto;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: .9;
    cursor: pointer;
    display: none;
}
.overlay-new {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.success_ {
    position: fixed;
    display: none;
    left: 0;
    width: 100%;
}
.success_ .forms_wr_ {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.34);
}

@media (max-width: 600px) {
    .forms_wr_ {
        width: 100%;
        border-radius: 4px;
        top: 0;
        margin-left:0;
        left:0;
        position:relative;
        background: #fff;
        margin-bottom: 120px;
        margin-top: 30px;
        z-index: 2;
    }
}