body {
    margin: 0;
    padding: 0;
}
body {

}
html {
    font-family: Arial, sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    background-image: url(/included/images/login_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a:link, a:visited {
    padding-bottom: 10px;
color:white;
}

body {
    overflow-x: auto !important;
}

.main {
    margin-bottom: 0px !important;
    min-height: calc(100vh - 36px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    height: 36px;
}
.footer {
    height: 36px;
    text-align: center;
    color: white;
    background: #36474f;
    padding-top: 10px;
    font-size: 0.8em;
    box-sizing: border-box;
}
.footer-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 0.7em;
    padding-top: 10px;
    white-space: normal !important;
    width: 220px;
}


.center-div {
width: 800px;
    height: 250px;
    display: block;
}
.login-logo {
    float: none !important;
    width: 200px !important;
    height: 100px !important;
    background: url(/included/images/logo.png) no-repeat;
    background-size: 90%;
    margin-bottom:20px;
}
.login-form {
    border-radius: 50%;
    width: 350px;
    padding: 0px;
    height: 350px;
    transition: all 0.3s ease;
font-size: 1em;
    font-weight: 700;
    color: white;
}



.login-field {
    color: white;
}

.login-button {
    padding: 10px 0px;
}

.setting-btn {
    background-color: #61a8dc;
    border: none;
    color: white !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.loadingpanel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255,255,255, .8);
    z-index: 9999;
/*    background-image: url(/included/images/videospace_loading.gif) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;*/
}
.loading_msg{
width: 300px;
  height: 200px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: -120px 0 0 -170px;
text-align:center;
}



@media only screen and (max-width:768px) {
html {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(24, 24, 24, 0.5), rgba(24, 24, 24, 0.8)), url("/included/images/login_bg.png");
    background-size: cover;
    background-repeat: no-repeat;

}
.login-form {
    border-radius: 10px;
    width: 300px;
    padding: 20px;
    /* height: 350px; */
    /*background: rgba(0, 0, 0, .4);*/
    box-sizing: border-box;
}
.center-div {
width: 100%;
    height: 250px;
    display: block;
text-align:center;
}
.login-logo {
    float: none !important;
    width: 200px !important;
    height: 100px !important;
    background: url(/included/images/logo.png) no-repeat;
    background-size: 90%;
    margin: 0px auto 10px auto !important;
}
}

