#loading-page{
    position:relative;
    background-image: url("../images/BG.png");
    background-size: 100% 100%;
    overflow: hidden;
}
#loading-page .loader-image-container{
    position:fixed;
    z-index:10;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}
#login-logo{
    display: block;
    margin-left:auto;
    margin-right: auto;
    margin-bottom:40px;
    width: 500px;
}
.loader-image-container img {
    width: 70px;
}
.loading-page-device-info-container{
    display: none;
    margin-top: 30px;
    margin-left: 30px;
}
.loading-page-device-info-item {
    font-size: 28px;
    color: #f9b315;
    white-space: nowrap;
    text-align: justify;
}
.loading-page-device-info-item span {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.loading-page-device-info-label {
    /*width: 170px;*/
    text-align: right;
}

#loading-issue-container{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(14, 14, 14, 0.8);
    display: none;
    z-index: 10;
}
.loading-issue-item {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background:rgba(64, 35, 56, 0.62);
    padding: 50px 100px;
    border-radius: 10px;
    color: #eee;
}
.loading-issue-message-container {
    border-radius: 20px;
    min-width: 800px;
}
.loading-issue-title {
    font-size: 45px;
    margin-bottom: 10px;
}
.loading-issue-text {
    text-align: justify;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}
.loading-issue-info-item {
    margin-top: 10px;
    font-size: 35px;
}
.loading-issue-btn-container {
    margin-top: 30px;
    text-align: center;
}
.loading-issue-btn {
    font-size: 30px;
    width: 220px;
    border-radius: 10px;
    margin: 0 5px;
    font-weight: bold;
    transition: all 0.2s;
    color: #FFF0D6;
    background: #5d4147;
    border: 3px solid transparent;
}
.loading-issue-btn.btn.active {
    color: #fff;
    border-color: #fff;
}
.loading-issue-mac-address-label {
    margin-top: 20px;
    display: inline-block;
}
.loading-issue-mac-address.mac-address {
    color: #ffff00;
    font-size: 35px;
}



/*  Loader Part  */

.loader-2{
    position:absolute;
    width:100px;
    height:100px;
    /*background:rgba(20,20,20,0.5);
    border-radius:50px;*/
    left:50%;
    top:50%;
    margin-top:-50px;
    margin-left:-50px;
}
.loader-2>div{
    position:absolute;
    width:20px;
    height:20px;
    border-radius:15px;
    background:white;
    left:50%;
    top:50%;
    margin-top:-10px;
    margin-left:-10px;
}
.round0.init{
    background: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, -50%);
}
.round0.init img{
    width: 30px;
}

.loader-2>div:not(.init){
    width:0px;
    height:0px;
    margin:0px;
    animation-duration: 2.7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.loader-2>.round1{
    animation-name: round1;
    animation-delay:0s;
}

.loader-2>.round2{
    animation-name:round2;
    animation-delay:.1s;
}

.loader-2>.round3{
    animation-name:round3;
    animation-delay:.2s;
}

.loader-2>.round4{
    animation-name:round4;
    animation-delay:.3s;
}

.loader-2>.round5{
    animation-name:round5;
    animation-delay:.4s;
}

.loader-2>.round6{
    animation-name:round6;
    animation-delay:.5s;
}

.loader-2>.round7{
    animation-name:round7;
    animation-delay:.9s;
}

.loader-2>.round8{
    animation-name:round8;
    animation-delay:.8s;
}

.loader-2>.round9{
    animation-name:round9;
    animation-delay:.7s;
}

.loader-2>.round10{
    animation-name:round10;
    animation-delay:.6s;
}

#loader-text {
    position: static;
    color: #fff;
    font-size: 30px;
    margin-top: 120px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

@keyframes round1
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-10px;
        margin-top:-50px;
        width:20px;
        height:20px;
    }
}

@keyframes round2
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:14px;
        margin-top:-43px;
        width:20px;
        height:20px;
    }
}

@keyframes round3
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:29px;
        margin-top:-24px;
        width:20px;
        height:20px;
    }
}

@keyframes round4
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:29px;
        margin-top:0px;
        width:20px;
        height:20px;
    }
}

@keyframes round5
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:15px;
        margin-top:22px;
        width:20px;
        height:20px;
    }
}

@keyframes round6
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-10px;
        margin-top:30px;
        width:20px;
        height:20px;
    }
}


@keyframes round7
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-34px;
        margin-top:-43px;
        width:20px;
        height:20px;
    }
}

@keyframes round8
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-49px;
        margin-top:-24px;
        width:20px;
        height:20px;
    }
}

@keyframes round9
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-49px;
        margin-top:0px;
        width:20px;
        height:20px;
    }
}

@keyframes round10
{
    0%, 55%, 100% {
        margin:0px;
        width:0px;
        height:0px;
    }
    5%, 50% {
        margin-left:-35px;
        margin-top:22px;
        width:20px;
        height:20px;
    }
}
