﻿.container-loading {
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    font-family: 'RobotoRegular';
    background: url(images/bg-1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.div-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
    overflow: hidden;
}

.container-loading img {
    width: 150px;
    height: 150px;
}

.container-loading p {
    font-size: 15px;
    color: white;
}

.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
    height: 36px;
}

.checkboxes label span {
    vertical-align: middle;
}

.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
    height: 36px;
}

.checkboxes label span {
    vertical-align: middle;
}