@charset "utf-8";
    @-ms-viewport {
    width: device-width;
    height: device-height;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    background: #0072c6 no-repeat top left fixed;
    -webkit-background-size: cover;
    -mox-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    margin: 0;
    padding: 0;
    z-index: -999;
    text-align: left;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
html, body, .login_panel {
    height: 100%}
#login_panel {
    display: none;
    border-left: 1px solid #fff;
}
#login_logo_image {
    max-width: 150px;
}
a {
    text-decoration: none;
    color: #2872dd;
    background-color: transparent;
}
img {
    border: 0;
}
form {
    width: auto;
    height: auto;
}
h1 {
    font-weight: normal;
}
.rtl {
    display: none;
}
.ltr {
    display: inline;
}
.tinytext {
    font-size: .7em;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}
.smalltext {
    font-size: .8em;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}
.normaltext {
    font-size: .9em;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}
.bigtext {
    color: #626262;
    font-size: 1.2em;
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0;
}
div.wrap {
    white-space: normal;
}
.gianttext {
    color: #333;
    font-size: 1.8em;
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-weight: lighter;
}
.infotext {
    color: #333;
}
.login_err_container {
    width: auto;
    height: auto;
    padding-bottom: 30px;
}
.login_error_msg {
    display: none;
}
.errortext {
    color: #e22910;
}
.textfield {
    width: 400px;
}
.login_panel li {
    display: block;
    list-style: none;
}
input[disabled] {
    background: transparent;
}
input:focus, select:focus, textarea:focus {
    outline: none;
}
div#background_container {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
}
img#background_background_image {
    position: fixed;
    width: 100%;
    height: 100%}
div#background_page_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    background: #f7f7f7 no-repeat top left fixed;
}
.login_panel {
    background: #fff;
    position: fixed;
    right: 0;
    float: right;
    height: 100%;
    width: 500px;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}
.login_panel_layout {
    margin: 0 auto;
    text-align: left;
}
.login_inner_container {
    min-height: 100%;
    width: 100%;
    margin-bottom: -50px;
}
.push {
    content: "";
    display: block;
}
.login_footer_container, .push {
    height: 50px;
}
.sticky_footer {
    margin-top: -3.5em;
}
.inner_container {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    height: 100%}
.cred {
    padding-top: 90px;
    height: 100%}
.login_logo_container {
    width: auto;
    height: auto;
    -moz-transition: margin .6s;
    -webkit-transition: margin .6s;
    -o-transition: margin .6s;
    transition: margin .6s;
    transition-property: margin;
    transition-duration: .6s;
}
.spacer {
    padding-top: 100px;
    transition: padding .6s;
}
.login_cred_container {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    transition: margin .6s;
    -moz-transition: margin .6s;
    -webkit-transition: margin .6s;
    -o-transition: margin .6s;
    transition-property: margin;
    transition-duration: .6s;
    margin-bottom: 0;
}
.login_cred_container.no_spacer {
    margin-top: -90px;
}
.login_cred_field_container {
    width: 400px;
    display: list-item;
}
.login_cred_options_container {
    width: 400px;
    margin: 0;
    padding: 0;
    display: list-item;
}
div.login_textfield {
    z-index: -1;
}
.high_contrast_border {
    border: 1px solid #fff;
    width: auto;
    max-width: 350px;
}
input.login_textfield {
    height: 28px;
    padding-left: 3px;
    margin: 0;
    border: 1px solid #b8b8b8;
    z-index: 3;
    background: transparent;
    color: #000;
}
::-webkit-input-placeholder {
    color: #767676;
}
:-moz-placeholder {
    color: #767676;
}
::-moz-placeholder {
    color: #767676;
}
:-ms-input-placeholder {
    color: #767676;
}
span.placeholder {
    color: #767676;
    margin: 6px 0 0 -6px;
    padding-left: 10px;
    width: 380px;
    z-index: -1;
}
.field {
    color: #6b6b6b;
}
input[type=submit] {
    background: #B61601;
    border: 1px solid #fff;
    padding: 6px 12px 6px 12px;
    color: #fff;
    width: auto;
    cursor: pointer;
    margin-right: 4px;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition-property: background;
    transition-duration: 1s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
}

.button:active {
    background: #212121;
    color: #fff;
}
.button:focus {
    outline: gold solid 1px;
}
.button.wide_button {
    width: 100%;
    text-align: center;
}
.strong_subtext {
    margin-bottom: 10px;
}
input.login_textfield:focus {
    border: 1px solid #6b6b6b;
}
div#cred_userid_container {
    margin-bottom: 2px;
}
div#cred_password_container {
    width: 105%;
    opacity: 1;
    transition: visibility 1s;
    -moz-transition: visibility 1s;
    -webkit-transition: visibility 1s;
    -o-transition: visibility 1s;
    transition-property: opacity visibility;
    transition-duration: 1s;
}
span.input_field {
    background: transparent;
    z-index: 0;
}
input:focus {
    border: 1px solid #000;
    background: #fff;
}
.disabled {
    background: transparent;
}
div.subtext {
    margin-top: 10px;
    transition: opacity 1s;
    -moz-transition-property: opacity, background-color;
    -moz-transition-duration: 1s, 1s;
    -webkit-transition-property: opacity, background-color;
    -webkit-transition-duration: 1s, 1s;
    -o-transition: opacity, background-color;
    -o-transition-duration: 1s 1s;
    transition-property: opacity, background-color;
    transition-duration: 1s, 1s;
    opacity: 1;
}
input#cred_keep_me_signed_in_checkbox {
    padding-right: 0;
    border-color: #5b5b5b;
}
input#cred_keep_me_signed_in_checkbox:focus {
    outline: gold solid 1px;
}


input#cred_clear_grant_checkbox {
    padding-right: 0;
    border-color: #5b5b5b;
}
input#cred_clear_grant_checkbox:focus {
    outline: gold solid 1px;
}


#cred_kmsi_container {
    margin-bottom: 30px;
}
#recover_container {
    margin-top: 30px;
    margin-bottom: 10px;
}
span.info_text {
    margin-left: 4px;
}
.footer {
    width: 100%;
    height: 40px;
    color: #666;
    margin-left: 0;
    display: inline-block;
}
div.footer a {
    color: #000;
}
.no_display, .no-display {
    display: none;
}
#login_panel_center {
    width: 400px;
    height: 100%;
    min-height: 100%;
    margin: 0;
    display: inline-block;
    padding: 0;
    border: 0;
}
#footer_table {
    width: 100%;
    max-width: 350px;
}
#footer_table td {
    padding: 0;
    vertical-align: top;
}
div#recover_container p {
    display: inline;
}
.footer_block {
    width: 350px;
    color: #767676;
    font-family: "Segoe UI Webfont", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math"}
.footer_link {
    margin-right: 12px;
}
.text-caption {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-size: .75rem;
    line-height: .875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px;
}
@media only screen and (max-height:820px), (max-device-height:820px) {
    .inner_container {
    padding-top: 45px;
}
.spacer {
    padding-top: 30px;
}
.login_cred_container {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.login_cred_container.no_spacer {
    margin-top: -10px;
}
}@media only screen and (max-height:600px), (max-device-height:600px) {
    .inner_container {
    padding-top: 30px;
}
.spacer {
    padding-top: 10px;
}
.login_cred_container {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.login_cred_container.no_spacer {
    margin-top: 0;
}
}@media only screen and (max-height:575px), (max-device-height:575px) {
    .inner_container {
    padding-top: 30px;
}
.spacer {
    padding-top: 10px;
}
.login_cred_container {
    padding-bottom: 20px;
    margin-bottom: 0;
}
}@media only screen and (max-width:600px), (max-device-width:600px) {
    html {
    background: #fff;
    overflow: hidden;
}
body {
    background: #fff;
}
div#background_container {
    opacity: 0;
    display: none;
}
div#background_page_overlay {
    display: none;
    z-index: -999;
}
.login_panel {
    position: relative;
    float: none;
    height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    padding-top: 0;
    overflow: auto;
}
#login_panel {
    border-left: 0;
}
#login_panel_center {
    width: 400px;
}
}@media only screen and (max-width:420px), (max-device-width:420px) {
    .tinytext {
    font-size: .6em;
}
.smalltext {
    font-size: .7em;
}
.normaltext {
    font-size: .8em;
}
.bigtext {
    font-size: 1em;
}
.gianttext {
    font-size: 1.2em;
}
div#background_container {
    opacity: 0;
    z-index: -999;
    display: none;
}
div#background_page_overlay {
    display: none;
    z-index: -999;
}
.login_panel {
    position: relative;
    float: none;
    height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    padding-top: 0;
    overflow: auto;
}
#login_panel_center {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%}
img.logo_img {
    max-width: 280px;
    width: auto;
}
.login_logo_container {
    margin-bottom: 0;
    max-width: 280px;
    padding-left: 0;
}
.login_err_container {
    margin-bottom: 0;
    max-width: 280px;
    padding-left: 0;
    width: auto;
    height: auto;
    color: #333;
}
.login_cred_field_container {
    max-width: 280px;
}
.login_cred_options_container {
    max-width: 280px;
    padding-left: 0;
}
.login_cred_container {
    padding-bottom: 20px;
}
span.placeholder {
    width: 280px;
    padding-left: 10px;
}
div.login_textfield {
    max-width: 100%}
input.login_textfield {
    max-width: 100%}
div#cred_password_container {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition-property: none;
    transition-duration: 0;
}
.subtext {
    transition: none;
    -moz-transition-property: none;
    -moz-transition-duration: 0;
    -webkit-transition-property: none;
    -webkit-transition-duration: 0;
    -o-transition: none;
    -o-transition-duration: 0;
    transition-property: none;
    transition-duration: 0;
}
.footer {
    width: 100%;
    max-width: 380px;
    margin: auto;
    display: inline-block;
}
span.corporate_footer {
    float: none;
    width: 100%;
    padding: 0;
}
}@media only screen and (max-width:280px), (max-device-width:280px) {
    #login_panel_center {
    width: 210px;
    width: calc(70%);
}
.login_panel {
    width: 100%;
    min-width: 100%}
img.logo_img {
    max-width: 100%;
    height: 30px;
    width: auto;
}
.login_logo_container {
    max-width: 100%}
.login_err_container {
    max-width: 100%}
.login_cred_field_container {
    width: 100%}
.login_cred_options_container {
    width: 100%;
    max-width: 100%}
span.placeholder {
    width: 100%}
div.login_textfield {
    width: 100%}
input.login_textfield {
    width: 100%}
}.slide {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-name: commonFadeInFrames, slideLTransformFrames;
    -moz-animation-name: commonFadeInFrames, slideLTransformFrames;
    -ms-animation-name: commonFadeInFrames, slideLTransformFrames;
    animation-name: commonFadeInFrames, slideLTransformFrames;
}
@-webkit-keyframes slideLTransformFrames {
    from {
    -webkit-transform: translate(-40px,  0);
    -webkit-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -webkit-transform: translate(0,  0);
}
}@-moz-keyframes slideLTransformFrames {
    from {
    -moz-transform: translate(-40px,  0);
    -moz-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -moz-transform: translate(0,  0);
}
}@-ms-keyframes slideLTransformFrames {
    from {
    -ms-transform: translate(-40px,  0);
    -ms-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -ms-transform: translate(0,  0);
}
}@keyframes slideLTransformFrames {
    from {
    transform: translate(-40px,  0);
    animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    transform: translate(0,  0);
}
}@-webkit-keyframes slideRTransformFrames {
    from {
    -webkit-transform: translate(40px,  0);
    -webkit-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -webkit-transform: translate(0,  0);
}
}@-moz-keyframes slideRTransformFrames {
    from {
    -moz-transform: translate(40px,  0);
    -moz-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -moz-transform: translate(0,  0);
}
}@-ms-keyframes slideRTransformFrames {
    from {
    -ms-transform: translate(40px,  0);
    -ms-animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    -ms-transform: translate(0,  0);
}
}@keyframes slideRTransformFrames {
    from {
    transform: translate(40px,  0);
    animation-timing-function: cubic-bezier(0,  0,  0,  1);
}
to {
    transform: translate(0,  0);
}
}@-webkit-keyframes commonFadeInFrames {
    from {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0,  0,  1,  1);
}
to {
    opacity: 1;
}
}@-moz-keyframes commonFadeInFrames {
    from {
    opacity: 0;
    -moz-animation-timing-function: cubic-bezier(0,  0,  1,  1);
}
to {
    opacity: 1;
}
}@-ms-keyframes commonFadeInFrames {
    from {
    opacity: 0;
    -ms-animation-timing-function: cubic-bezier(0,  0,  1,  1);
}
to {
    opacity: 1;
}
}@keyframes commonFadeInFrames {
    from {
    opacity: 0;
    animation-timing-function: cubic-bezier(0,  0,  1,  1);
}
to {
    opacity: 1;
}
}
.smallertext {
    font-size: .7em;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.spinner {
    vertical-align: middle;
    padding: 0 5px 0 0;
}
div#cred_kmsi_container {
    margin-left: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .login_cred_field_container {
    margin-left: 1px;
}
}input.errorInput, input.errorInput:focus {
    border: 1px solid red;
}
@media only screen and (max-width:620px), (max-device-width:620px) {
.login_cred_container {
    margin-bottom: 0;
}
}@media only screen and (max-width:250px), (max-device-width:250px) {
}#change_pwd_button_container {
    margin-top: 40px;
}
.login_splitter_control {
    margin-bottom: 30px;
}