.loading-form {
    display: none;
    background-color: rgba(250, 250, 250, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.messageok {
    background-color: rgba(255, 255, 255, 0.91);
    color: #333;
    display: none;
    font-size: 18px;
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1111;
}

.messageok>div {
    margin: -30px auto 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 90%;
}

.messageok i {
    color: #06C510;
    font-size: 32px;
    margin-right: 10px;
}