body {
    font-size: 12px;
    font-family: Verdana,Helvetica,sans-serif;
    background: url(/images/background_image.jpg) no-repeat fixed center;
    background-size: cover;
}

body,html {
     height:100%;
     margin:0!important;
     overflow:auto;
     color:#000;
     background-color:#365470
 }

a {
     cursor:pointer;
     text-decoration:underline
  }

img
{
    user-select:none
}

#contentContainer
{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center
}

#content {
    width: 500px;
    background-color: #fff;
    /*border-radius:6px; */
    padding: 0 10px;
    margin-top: 100px;
    max-height: 900px;
    filter: drop-shadow(7px 7px 14px rgba(0, 0, 0, .7))
}

#content a
{
    color:#000
}

#loginHeader
{
    margin-top:20px;
    position:relative;
    width:500px;
    height:80px;
    overflow:hidden
}

#loginHeader img
{
    width:500px
}

#version
{
    display:block;
    width:110px;
    position:absolute;
    right:6px;
    top:42px;
    color:#5e5e5e;
    font-size:12px;
    text-align:center
}

.buttons
{
    clear:both;
    text-align:center
}

.login-rights-links
{
    height:40px;
    margin-top:14px;
    color:#fff;
    font-size:14px
}

.login-rights-links a
{
    color:#fff;
    font-size:14px
}

.system-status
{
    color:#999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:auto;
    text-align:center;
    width:100%;
    margin:5px 0 5px 0
}

.rights-scroll-container
{
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    max-height:540px;
    font-size:12px;
    color:#000;margin:10px;
    padding-right:5px
}

.hidden
{
    display:none
}


.super-button
{
    background-color:#4288CA;
    margin:5px 0 20px 0;
    padding:0 21px;
    height:35px;
    font-size:18px;
    font-family:Verdana,Helvetica,sans-serif;
    overflow:visible;
    width:auto;
    outline:0;
    border:0;
    color:#fff;
    border-radius:5px;
    vertical-align:middle;
    transition:background-color 0s linear
}

.super-button:hover
{
    background-color: #024E83;
    cursor: pointer;
}