.screenLock {
    min-height: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba( 0, 0, 0, 0.7);
}

.msg {
    position: absolute;
    width: 600px;
    height: 300px;
    background: #1D2534;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    display: none;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    border-radius: 7px;
    padding: 7px
}

.msg-title {
    font-size: 40px;
    font-family: Arial;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 40px
}

.close_popup {
    color: #ffffff;
}

.submit-popup {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #c00;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    line-height: 40px
}