#loading-page{
    position:relative;
    background-image: url("../images/background.png");
    background-size: 100% 100%;
    overflow: hidden;
}
#loading-page .loading-page-image-container{
    position:fixed;
    z-index:10;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 400px;
}
.loading-page-logo {
    width: 300px;
    display:block;
    margin:0 auto;
}
.loading-page-loader {
    margin:0 auto;
    display: block;
    width: 270px;
    margin-top: 30px;
}
.loading-page-device-info-container{
    display: none;
    margin-top: 30px;
    margin-left: 30px;
}
.loading-page-device-info-item {
    font-size: 28px;
    color: #f57911;
    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-image: url("../images/login_bg.jpg");
    background-size: 100% 100%;    
    display: none;
    z-index: 10;  
    font-size: 0;  
    text-align: left;
}
#loading-issue-left-part {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 65%;
    background: #141414;
    padding: 50px;
    padding-right: 150px;
}
#loading-issue-logo {
    height: 70px;
}
#loading-issue-right-part {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 35%;
    padding: 150px;  
    text-align: center; 
    display: none;
}
#loading-issue-qr-img {
    width: 90%;
    border-radius: 30px;
    margin-top: 150px;
}
.loading-issue-item {
    position: static; 
    font-size: 0;
    background: transparent;
    height: 100%;
    white-space: nowrap;
}

.loading-issue-app-info-contents-wrapper {
    white-space: normal;
}
.loading-issue-device-info-contents-wrapper {
    width: 600px;
    text-align: center;
    margin-top: 30px;
}

.loading-issue-app-info-logo {
    width: 394px;
}
.loading-issue-app-info-desc {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    margin-top: 50px;
}
.loading-issue-app-info-link {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    line-height: 32px;
    margin-top: 30px;
}
.loading-issue-info-item {
    color: #fff;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
}
.loading-issue-info-item-label {
    font-size: 30px;    
    line-height: 48px;
    color: rgba(255,255,255,0.8);
}
.loading-issue-info-item-value {
    font-size:32px;
    font-weight: bold;   
}


.loading-issue-mac-address-label {
    margin-top: 20px;
    display: inline-block;
}
.loading-issue-mac-address.mac-address {
    color: #ffff00;
    font-size: 35px;
}


