html,
body {
    -ms-touch-action: none;
    background: #130b1c;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
}

#loadingM {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#rtbox {
    transform: none;
}

#textFiled {
    text-align: center;
    color: #cccccc;
    font-family: "Arial";
}
