.modalDialog, .modalDialog80 {
    position: fixed;
    top: 0;right: 0;bottom: 0;left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.modalDialog > div {
    text-align: center;
    width: 54%;
    /* height: 80%; */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.modalDialog80 > div {
    text-align: center;
    width: 60%;
    /* height: 80%; */
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.modalDialog h2 {
    color: #00638D;
    font-size: 25px;
    font-weight: bold;
}

.modalDialog p {
    color: #FE8A00;
    font-size: 20px;
    font-weight: bold;
    margin: 30px;
}

.close {
    opacity: 1;
    background: #606061;
    color: #FFFFFF;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #606061;
}
