body {
    background: url(../img/Security/right_image_ddoc.png) top right, url(../img/Security/left_image_ddoc.png) bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: 13%;
    background-position-x: 100%, -0.1%;
    background-position-y: -1%, 100.9%;
    background-attachment: fixed;
    color: white;
    font-family: Arial;
    font-weight: bold;
    height: 100%;
}

.login-panel {
    background-color: rgb(47, 84 ,152);
    left: 50%;
    margin-left: -145px;
    margin-top: -240px;
    padding: 30px;
    position: fixed;
    top: 50%;
    width: 223px;
}

.login-panel .logo {
    background: rgb(47, 84, 152) url("../img/Security/dd_ddoc.png") no-repeat scroll center;
    background-size: 40%;
    display: block;
    height: 100px;
    margin-bottom: 25px;
}

.login-panel input[type=text],
.login-panel input[type=password] {
    border-radius: 0;
    font-size: 15px;
    margin: 12px 0;
    padding: 5px;
    width: 212px;
}

.login-panel a {
    color: lightgray;
    display: block;
    font-size: 13px;
    margin: 15px 0;
}

.login-panel #serverId {
    margin: 5px 0;
    padding: 5px;
    width: 222px;
}

#btnLogin {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    width: 222px;
}

#app-footer {
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: rgb(45, 41, 79)
}

.keep-session {
    margin: 3px 0;
    text-align: left;
}

.security-title {
    font-size: 20px;
    margin: 50px 0;
    text-align: center;
    color: black;
}

div { text-align: center; }

#loginRedirect { margin-top: 50px; }