body {
    background: #6299ff;
}
.h60 {
    height: 60px !important
}
.h100 {
    height: 100px !important
}
.h400 {
    height: 400px !important
}
.display-name{
    background: #fff;
    text-align: center;
}

.login-win {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
}

.login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    min-height: 300px;
    margin-top: -300px;
    margin-left: -250px;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
}
.user-select{
    width: 400px;    
    height: 46px;
}

.remote-win{
    width: 600px;
    height: 800px;
    background: #6c757d;
}




.local-win {
    position:absolute;
    top: 100px;
    left: 0;
    width: 180px;
    height: 180px;
    background: #eee;
}
#local-video {
    width: 180px;
    height: 180px;
    background: #000;
}

#controls {
    margin: 0px 20px;
}
#btnLocalVideo,#btnLocalAudio{
    width: 64px;
    height: 64px;
    border: none;
}
.video-on{ 
    background: url('assets/img/video-on.png');
}
.video-off{ 
    background: url('assets/img/video-off.png');
}
.audio-on{ 
    background: url('assets/img/audio-on.png');
}
.audio-off{
    background: url('assets/img/audio-off.png');
}


