@font-face {
    font-family: DDOC;
    src: url('../res/circular std book.otf') format('opentype');
}

@font-face {
    font-family: DDOCB;
    font-weight: bold;
    src: url('../res/circular std bold.otf') format('opentype');
}

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: DDOC;
/*    font-weight: bold;*/
    height: 100%;
}

.mainPanel {
    display: inline-block; 
    width: 375px;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    margin-left: -145px;
    margin-top: -240px;
}

.login-panel {
    background-color: rgb(47, 84,152);  
    padding: 30px;
    
    width: 315px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-panel .logo {
    background: rgba(0, 0, 152,0) url("../img/Security/dd_ddoc.png") no-repeat scroll center;
    background-size: auto;
    display: block;
    height: 160px;
    margin-bottom: 25px;
}

    .login-panel input[type=text] {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 17px;
        /*margin: 12px 0;*/
        padding: 5px;
        width: 280px;
        height: 22px;
        border: 1px solid whitesmoke;
        font-family: DDOC;
    }
    .login-panel input[type=password] {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 17px;
        margin: 1px 0;
        padding: 5px;
        width: 280px;
        height: 22px;
        border: 1px solid whitesmoke;
        font-family: DDOC;
    }

.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: 30px;
    padding: 10px 20px 10px 20px;
    width: 290px;
    border-radius: 10px;
    font-family: DDOC;
    font-size: 17px;
}

#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;
}

.login-logo-extra {
    display: inline-block;
/*    position: fixed;*/
    height: 20px;
    width: 315px;  
    padding: 0px 30px;
    margin-top:10px;
/*    background-color:red;*/
}
    .login-logo-extra label {
        color: #333;
    }

div {
    text-align: center;
}

#loginRedirect { margin-top: 50px; }