body {
    background-image: none;
    margin: 0px;
}

#body>div {
    max-width: initial;
    margin-top: initial;
}

#btnLogin {
    float: right;
}

#copyright {
    background-color: rgba(255,255,255,0.3);
    bottom: 0px;
    padding: 2px 8px;
    position: absolute;
}

#credentials {
    background-color: rgba(255,255,255,0.8);
    display: table;
    float: right;
    height: 100%;
    width: 320px;
    z-index: 5;
}

#credentials a {
    clear: both;
    float: right;
    font-size: 8pt;
}    

#credentials>div {
    display: table-cell;
    padding: 0px 20px;
    vertical-align: middle;
}

#credentials input[type="text"], input[type="password"] {
    all: initial;
    background-color: white;
    border: 1px solid rgb(169,169,169);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    margin: 8px 0px;
    padding: 4px;
    width: 188px; 
}   

#credentials label {
    all: initial;
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    height: 19px;
    margin: 8px 0px;
    white-space: nowrap;
    width: 72px;
}

#footer { display: none; }

#loginCtrl {
    background-image: url(images/background.jpg);
    background-size: cover;
    height: 100vh;
}

#logo {
    background: url('/style/images/common/logo/strap/se/black.png') no-repeat;
    background-size: contain;
    left: 8px; top: 8px;
    height: 128px; width: 144px;
    position: absolute;
}

#template_content { display: none; }
#template_side { display: none; }

#title {
    background-color: rgba(255,255,255,0.9);
    border-bottom: 2px solid whitesmoke;
    border-right: 2px solid whitesmoke;
    border-top: 2px solid whitesmoke;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
    font-size: 48pt;
    font-weight: lighter;
    left: 0px; top: 160px;
    padding: 0px 12px;
    position: absolute;
    white-space: nowrap;
}


#menubar {
    display: none;
}

#Remember {
    clear: both;
    float: left;
    font-size: 8pt;
}

#Remember input[type="checkbox"] {
    margin: 10px 0px 0px 4px;
}

#Remember label {
    font-size: 8pt;
}    

#sidebar {
    display: none;
}

@media only screen and (max-width: 600px) {
    #logo {
        height: 96px;
        width: 96px;
    }
    #title {
        font-size: 26pt;
        top: 128px;
    }
}
