﻿body {
    background-color: white;
    font-family: Arial, Verdana, WOL_Reg, 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(128, 128, 128);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    vertical-align: baseline;
}

.login-container {
    position: fixed;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px;
}

.login-background {
    display: block;
    opacity: 0.5;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.login-panel {
    position: fixed;
    display: block;
    width: 360px;
    height: 520px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF !important;
    padding: 20px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;
}

.login-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 110px;
    color: #fff;
    background-color: #003399;
}

    .login-title h2 {
        margin-top: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }

.login-logo {
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    height: 100px;
    text-align: center;
}

    .login-logo > img {
        height: 90px;
    }

.login-form {
    position: absolute;
    height: 300px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
}

.login-button {
    font-size: 11px !important;
    line-height: 24px !important;
    height: 26px !important;
    color: #fff;
    background-color: #003399;
    float: right;
    min-width: 88px;
    padding: 0 16px 0 16px;
    border: 0;
    border-radius: 2px;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 3px 1px -2px rgba(0, 0, 0, 0.2),0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.footer-section {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 25px;
    right: 25px;
}

.footer-section > p {
    margin-bottom: 10px;
}

.footer-help {
    border-top: thin solid rgb(228, 228, 228);
    padding-top: 10px;
    margin-top: 10px;
}

.footer-help, .footer-help > a {
    font-size: 11px;
}


a:link {
    color: #003399;
}

a:visited {
    color: #003399;
}

.white-text {
    color: white;
}

.ourinput {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0 4px 0;
    margin-bottom: 4px;
    border: 0;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    transition: border-color 250ms ease;
    background-color: transparent;
    border-bottom: 1px solid #9E9E9E;
}

.ourlabel {
    display: inline-block;
    margin-bottom: 5px;
}

#button-show-password {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    margin-top: 5px;
    right: 21px;
    cursor: pointer;
}
    #button-show-password.selected {
        color: #003399;
    }