#Action {
    margin: 24px 0px;
}

body {
    margin: 0px;
}

#btnLogin {
    float: right;
}

#credentials {
    background-color: rgba(255, 255, 255, 0.8);
    display: table;
    float: right;
    height: 100%;
    width: 320px;
}

#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"] {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
    margin: 8px 0px;
    padding: 4px;
    width: 188px;
}

#credentials label {
    display: inline-block;
    font-size: 10px;
    height: 19px;
    margin: 8px 0px;
    min-width: 56px;
}

#loginCtrl {
    background: url('/style/images/login.jpg') no-repeat;
    background-size: cover;
    height: 90vh;
}

#logo {
    background: url('/style/images/common/logo-strap.png') no-repeat center rgba(255, 255, 255, 0.9);
    border: solid whitesmoke;
    border-width: 2px 2px 2px 0px;
    border-radius: 0px 8px 8px 0px;
    background-size: contain;
    left: 0px;
    top: 8px;
    height: 128px;
    width: 160px;
    position: absolute;
}

#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: 39pt;
    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;
}