HTML, BODY, HEADER, ARTICLE, SECTION {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
ARTICLE>SECTION { height: 100%; }
BODY, ARTICLE {
    position: relative;
    min-height: 100%;
}
HTML {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    height: 100%;
}
BODY {
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
.img {
    padding: -1px;
    border: 1px solid black;
}
.clear {
    clear: both;
}

.stdBtn {
    margin: 0;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    padding: 5px 30px;
    text-decoration: none;
    -webkit-appearance: none;
    line-height: 25px;
}
.stdBtn:hover,
.stdBtn:focus {
    box-shadow: inset 50px 50px 0 0 rgba(0,0,0,0.1);
    border: none;
    font-weight: bold;
    text-decoration: none;
}
.stdBtn.iconBtn {
    padding: 0;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
ARTICLE {
    position: relative;
    width: 500px;
    margin: 0px auto 0px auto;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

ARTICLE .loginPageTitle {
    position: absolute;
    z-index: 2;
    width: 499px;
    height: 25px;
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
}
ARTICLE DIV.loginPageTitle P {
    position: relative;
    top: 5px;
    left: 5px;
    margin: 0px;
    padding: 0px;
    width: calc(100% - 5px);
    text-align: left;
}
ARTICLE .loginPageTitleLogo {
    position: relative;
    width: 499px;
    height: 125px;
    bottom: -3px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

ARTICLE .loginPageContent {
    position: relative;
    z-index: 1;
    width: 499px;
    padding: 0px 25px 25px 25px;
    border: 1px solid;
    border-color: rgba(236, 239, 241, .80);
}
ARTICLE .loginPageContent H1 {
    width: 440px;
    text-align: right;
    font-size: 24px;
    font-weight: normal;
}
ARTICLE .loginPageContent #loginIcon {
    float: left;
    width: 180px;
    height: 100px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
ARTICLE .loginPageContent #loginIcon svg {/* display: none; */
    width: 100%;
    height: 100%;
}

ARTICLE .loginPageContent FORM {
    /*float: right;*/
    margin-top: 15px;
}
ARTICLE .loginPageContent #loginError SPAN {
    float: right;
}
HEADER {
    min-height: 100px;
}
.logos {
    position: relative;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 25px 10px 25px;position: relative;
}
.logos .companyLogo {
    position: relative;
    height: 100%;
    max-width: calc(35%);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}
.logos .companyLogo svg {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}
.logos #companyLogoLeft {
    float: left;
    background-position: left center;
}
.logos #companyLogoRight {
    float: right;
    background-position: right center;
}

ARTICLE TABLE TD INPUT::placeholder {
    opacity: 0;
}
ARTICLE TABLE TD INPUT:-ms-input-placeholder {
    opacity: 0;
}
ARTICLE TABLE TD INPUT::-ms-input-placeholder {
    opacity: 0;
}
ARTICLE {
    width: 400px;
}
ARTICLE >DIV,
ARTICLE >DIV>DIV,
ARTICLE H1,
ARTICLE FORM,
ARTICLE TABLE {
    text-align: center !important;
    white-space: normal;
    width: 100% !important;
}
ARTICLE TABLE TD {
    display: block;
}
ARTICLE input {
    width: 100%;
}
ARTICLE label {
    white-space: nowrap;
}
ARTICLE TABLE TD INPUT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: textfield;
    padding: 0.3em;
}
ARTICLE TABLE TD INPUT::placeholder {			opacity: .5; }
ARTICLE TABLE TD INPUT:-ms-input-placeholder {	opacity: .5; }
ARTICLE TABLE TD INPUT::-ms-input-placeholder {	opacity: .5; }

@media only screen and (max-width: 500px) {
    ARTICLE {
        width: 100%;
        border: none;
        box-shadow: none;
    }
    ARTICLE .loginPageContent {
        border-bottom: none;
    }
    HEADER {
        min-height: 0px;
    }
}

.loginPageContent .stdBtn {
    line-height: 25px;
    /*font-size: 1.6rem;*/
    border: none;
}

.rules {
    padding: 10px 0;
    text-align: left!important;
}
.rule {
    display: block;
    line-height: 22px;
    color: gray;
}
.rule svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.rule svg .menuIcon {
    fill: gray;
}

.rule.checked svg .menuIcon {
    fill: forestgreen;
}

.rule.checked {
    color: forestgreen;
}

.loginPageContent.changePassword INPUT {
    -webkit-appearance: textfield;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.3em;
    margin: 3px 0;
    font-size: 16px;
}

.placeholderImage.passwordChanged svg {
    width: 150px;
    height: 150px;
}

.resetMessage {
    font-size: 130%;
    margin-top: 10px;
}