﻿@charset "utf-8";
@-ms-viewport {
  width: device-width;
  height: device-height;
}

* {
  margin: 0;
  padding: 0;
}

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: 0px;
  padding: 0px;
  z-index: -999;
  text-align: left;
}

html, body, .login_panel {
  height: 100%;
}

#login_panel {
  display: none;
  border-left: 1px solid #FFFFFF;
}

#slide_container {
	height: 100%;
}
#slide_left_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 452px;
	height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

#slide_image_container {
	margin-left: 452px;
	height: 100%;
	background-color: #FFFFFF;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

#slide_point_table {
	width: 100%;
	position: absolute;
  bottom: 36px;
}

#background_company_name_text {
  color: #FFFFFF;
  margin-left: 452px;
  position: relative;
  top: 50%;  /* vertical centering */
  margin-top: -0.7em;  /* vertical centering */
  text-align: center;
}

a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}

img {
  border: 0px;
}

form {
  width: auto;
  height: auto;
}

h1 {
  font-weight: normal;
}

.rtl {
  display: none;
}

.ltr {
  display: inline;
}

.corporatetext {
  width: 100%;
  font-size: 12px;
  /*
  font-family: Arial, sans-serif;
  */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
	letter-spacing:-0.06em;
  display : inline-block;
  overflow: hidden; /* 超過範圍隱藏 */
  white-space: nowrap; /* 不斷行 */
}

.tinytext {
  /*
  font-size: 0.7em;
  font-family: Arial, '新細明體', sans-serif;
  */
  font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
}

.smalltext {
  color: white;
  /*
  font-size: 0.75em;
  font-family: Arial, '新細明體', sans-serif;
  letter-spacing: 0.1em;
  */
  font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
  letter-spacing: 0.02em;
}

.normaltext {
  /*
  font-size: 0.75em;
  font-family: Arial, '新細明體', sans-serif;
  letter-spacing: 0.08em;
  */
  font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
  letter-spacing: 0.02em;
}

.bigtext {
  color: #626262;
  font-size: 1.2em;
  /*
  font-family: Arial, '新細明體', sans-serif;
  */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
  font-weight: lighter;
}

.gianttext {
  color: #333333;
  font-size: 1.8em;
  /*
  font-family: Arial, '新細明體', sans-serif;
  */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
  font-weight: lighter;
}

.infotext {
  color: #333333;
}

.background_title_text {
  color: #333333;
  font-size: 5.0em;
  /*
  font-family: Arial, '新細明體', sans-serif;
  */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
}

.login_full_error_container {
  margin-top: 80px;
}

.login_full_error_container h1 {
  color: #333333;
  font-size: 1.2em;
  /*
  font-family: Arial, '新細明體', sans-serif;
  */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
  font-weight: lighter;
}

.login_full_error_container p {
  color: #333333;
  font-size: 0.8em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
  margin: 14px 0px 14px 0px;
}

.login_cta_container h1 {
  font-size: 1.0em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.login_cta_container p {
  font-size: 0.8em;
  font-family: 'Segoe UI' , 'Segoe' , 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
  margin: 14px 0px 14px 0px;
}

.client_error_msg {
  display: none;
}

.errortext {
  color: #E22910;
}

.textfield {
  width: 322px;
}

.login_panel li {
  display: block;
  list-style: none;
}

input[disabled] {
  background: transparent;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

div#background_branding_container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 1;

  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;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  background: #F7F7F7 no-repeat top left fixed;
}

.login_panel {
  background: #1cba76;
  position: fixed;
  left: 0px;
  float: left;
  height: 100%;
  width: 452px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.login_inner_container {
  min-height: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
  margin-top: -10px;
}

.login_footer_container {
  position: relative;
  height: 50px;
}

.sticky_footer {
  margin-top: -5.5em;
}

.push {
  display: none;
}

.inner_container {
  padding-left: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  height: 100%;
}

.cred {
  padding-top: 238px;
  min-height: 100%;
  height: 100%;
}

.login_workload_logo_container {
  margin-bottom: 97px;
  width: auto;
  height: auto;
  text-align : center;

  transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  transition-property: margin;
  transition-duration: 0.6s;
}

.login_cta_container {
  width: auto;
  height: auto;
  padding-bottom: 30px;
}

.login_error_container {
  height: auto;
  padding-bottom: 20px;
}

.cta_text {
  width: 100%;
}

.login_cred_container {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  position: relative;
  display: block;
  padding: 0px;

  transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  transition-property: margin;
  transition-duration: 0.6s;
}

.login_cred_field_container {
  width: 322px;
  margin: 0px;
  padding: 0px;
  display: list-item;
}

.login_user_chooser {
  width: 100%;
}

.login_cred_options_container {
  width: 322px;
  margin: 0px;
  padding: 0px;
  display: list-item;
}

div.login_textfield {
  z-index: -1;
}

.high_contrast_border {
  border: 1px solid #FFFFFF;
  width: auto;
  max-width: 322px;
}

input.login_textfield {
  height: 30px;
  padding-left: 7px;
  padding-right: 33px;
  border: 1px solid #B8B8B8;
  border-radius:4px;
  z-index: 3;
  margin-right: 100px;
  margin-left: 0px;
  background: #ffffff;
  color: #737373;
}

.column_error {
  border-radius:4px !important;
	border: 1px solid red !important;
}

::-webkit-input-placeholder {
  color: #a6a6a6;
}

:-moz-placeholder {
  color: #a6a6a6;
}

::-moz-placeholder {
  color: #a6a6a6;
}

:-ms-input-placeholder {
  color: #a6a6a6;
}

span.placeholder {
  color: #a6a6a6;
  margin: 6px 0px 0px -6px;
  padding-left: 10px;
  width: 322px;
  z-index: -1;
}

.field {
  color: #6B6B6B;
}

.button {
  background: #2672EC;
  border: 1px solid #FFFFFF;
  padding: 6px 12px 6px 12px;
  color: #FFFFFF;
  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;
}

.button:hover {
  background: #D4E3FB;
}

.button:active {
  background: #212121;
  color: #FFFFFF;
}

.button:focus {
  outline: gold solid 1px;
}

.cred_cancel_button
{
  background: #CBCBCB;
  color: #000000;
}

.cred_cancel_button:hover
{
  background: #D6D6D6;
  color: #000000;
}

.cred_cancel_button:active
{
  background: #0072C6;
  color: #000000;
}

.status {
  margin-top: 10px;
  margin-bottom: 20px;
}

.strong_subtext {
  margin-bottom: 10px;
}

.disabled_button {
  background: #2672EC;
  cursor: default;
}

input.login_textfield:focus {
  border: 1px solid #B8B8B8;
  border-radius:4px;
  z-index: 3;
  margin-right: 100px;
  margin-left: 0px;
  background: #ffffff;
  color: #737373;
}

#cred_userid_inputtext {
	background: #ffffff url('../images/icon_mail_bg.png') no-repeat 288px -1px;
}

#cred_password_inputtext {
	background: #ffffff url('../images/icon_lock_bg.png') no-repeat 288px -1px;
}

#email {
	background: #ffffff url('../images/icon_mail_bg.png') no-repeat 288px -1px;
}

#password {
	background: #ffffff url('../images/icon_lock_bg.png') no-repeat 288px -1px;
}

div#cred_google_container {
  margin-bottom: 65px;
}

.google_login_button {
}

div#cred_userid_container {
  margin-bottom: 15px;
}

.progress div {
  width: 3px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  background: #696969;
  z-index: 100;
}

.progress {
  position: relative;
  top: -6px;
  height: 6px;
  visibility: hidden;
  margin-left: 0px;
}

div#cred_password_container {
  width: 105%;
  opacity: 1;
  transition: visibility 1s;
  -moz-transition: visibility 1s;
  -webkit-transition: visibility 1s;
  -o-transition: visibility 1s; /* IE10+ */
  transition-property: opacity visibility;
  transition-duration: 1s;
}

span.input_field {
  background: transparent;
  z-index: 0;
}

input:focus {
  border: 1px solid #000000;
  background: #FFFFFF;
}

.disabled {
  background: transparent;
}

div.subtext {
  margin-top: 8px;
  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; /* IE10+ */
  -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: 0px;
  border-color: #5B5B5B;
}

input#cred_keep_me_signed_in_checkbox:focus {
  outline: gold solid 1px;
}

#cred_kmsi_container {
  margin-bottom: 15px;
}

#cred_sign_in {
	position: relative;
	margin-bottom: 10px;
}
#cred_sign_in_button {
	float: left;
}

#recover_container {
	float: right;
	margin-right: 10px;
}

#create_msa_account_container {
  margin-top: 30px;
  margin-bottom: 10px;
}

span.info_text {
  margin-left: 4px;
}

#cred_register_account_link {
  cursor: pointer;
  margin-left: 0px;
  text-decoration:none;
}

#cred_register_account_link:hover {
  text-decoration:underline;
}

#cred_forget_password_link {
  cursor: pointer;
  margin-left: 0px;
  text-decoration:none;
}

#cred_forget_password_link:hover {
  text-decoration:underline;
}

#redirect_cta_text {
  margin-bottom: 10px;
}

#redirect_message_container {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition-property: opacity;
  transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}

a.inactive_link {
  margin-right: 30px;
}

.login_guest_container {
  width: 322px;
  height: auto;
  display: inline-block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
}

div.guest_direction_hint {
  margin-top: 20px;
  margin-bottom: 6px;
  color: black;
}

div.guest_redirect_container {
  cursor: pointer;
}

#footer_links_container .inner_container {
  padding-top: 150px;
}

.footer {
  width: 100%;
  height: 15px;
  color: #007f49;
  margin-left: 0px;
  display: inline-block;
  text-align: center;
}

div.footer a {
  color: #000000;
}

.branding_footer {
  padding-right: 10px;
}
.certificate_footer {
  padding-right: 10px;
}


.hidden {
  visibility: hidden;
}

.no_cookie {
}

#back_button_container {
  float: left;
  margin-left: -34px;
  margin-top: 9px;
}

#back_button_image {
  width: 20px;
  height: 20px;
}

.show_other {
  margin-left: -5px;
}

#login_panel_right {
  width: 55px;
  height: 100%;
  display: inline-block;
  padding: 0;
  margin:0;
  border:0;
}

#login_panel_center {
  width: 322px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  display: inline-block;
  padding: 0; border: 0;
  overflow:hidden;
}

#login_panel_left {
  width: 60px;
  height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}

#footer_table {
  width: 100%;
  max-width: 379px;
}

#footer_table td {
  padding: 0;
  vertical-align: top;
}

.footer_glyph_container {
  display: inline-block;
  padding: 0;
}

.footer_glyph {
  width: 30px;
  height: 30px;
  padding: 0;
  padding-right: 7px;
}

span.branding_footer {
  padding-right: 0px;
  text-align: center;
}
span.certificate_footer {
  padding-right: 0px;
  text-align: center;
  font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, "新細明體";
}

.ad_glyph {
  width: 50px;
  height: 50px;
}

.hide {
  opacity: 0;
}

.no_display {
  display: none;
}

a.tile_link:focus table.user_tile {
  background: #0072C6;
  outline: none;
  color: #FFFFFF;
}
a.tile_link:hover .bigtext {
  color: #000000;
}
a.tile_link:focus .bigtext {
  color: #FFFFFF;
}
a.tile_link .bigtext {
  color: #000000;
}
a.tile_link {
  outline: none;
  width: 100%;
  color: #000000;
}

a.tile_link:hover {
  background: #ffffff;
  text-decoration: none;
}

table.user_tile {
  padding: 6px 0px 6px 10px;
  width: 100%;
  max-width: 322px;
  margin-left: -10px;
}

table.user_tile:hover {
  background: #E6E6E6;
}

table.user_tile:active {
  background: #0072C6;
  color: #FFFFFF;
}

div.disabled_tile,
a.disabled_tile:focus table.disabled_tile,
a.disabled_tile, table.disabled_tile,
table.disabled_tile:hover, table.disabled_tile:active,
a.disabled_tile:focus .bigtext {
  cursor: default;
  background: #FFFFFF;
  outline: none;
  color: #000000;
}

a.tooltip span {
  display: none;
  padding: 6px 6px;
  margin-left: 8px;
  text-align: center;
  width: auto;
}

a.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #373737;
  color: #373737;
}

div.tooltip span {
  display: none;
  padding: 6px 6px;
  margin-left: 8px;
  text-align: center;
  width: auto;
}

div.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #373737;
  color: #373737;
}

.tile_name {
  width: 100%;
}

.tile_primary_name {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  padding: 0px;
}

.tile_secondary_name {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

#back_button {
  float: left;
  margin-left: -34px;
  margin-top: 10px;
}

.spaced_container {
  margin-bottom: 40px;
}

.hip_link {
  padding-left: 5px;
  padding-right: 5px;
}

.hip_link:first-child {
  padding-left: 0px;
  padding-right: 5px;
}

#hip_image_container {
  margin-top: 10px;
}

.hip_link a {
  color: #0073C6;
}

#hip_show_image_container {
  display: none;
}

.email_discovery {
    margin-top: 30px;
}

#looking_container {
    margin-bottom: 10px;
}

div.signed_out_sites > div:first-child {
    margin-top: 30px;
    margin-bottom: 5px;
}

.tfa_title_text {
  margin-bottom: 10px;
}

#tfa_title_text {
    margin-bottom: 40px;
}

#tfa_workload_logo_container {
  margin-bottom: 50px;
}

.tfa_button_container {
  margin-top: 20px;
  height: auto;
}

.tfa_bigtext {
  color: #333333;
  font-size: 1.0em;
  font-family: 'Segoe UI Light' , 'Segoe' , 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
}

.tfa_options_title_text {
  padding-bottom: 10px;
}

.tfa_error_text {
  margin-top: 10px;
}

.tfa_results_text {
  margin-bottom: 10px;
}

.tfa_options {
  margin-top: 20px;
}

.tfa_option_link_container {
  margin-top: 5px;
}

div#tfa_code_container {
  opacity: 1;
  transition: visibility 1s;
  -moz-transition: visibility 1s;
  -webkit-transition: visibility 1s;
  -o-transition: visibility 1s; /* IE10+ */
  transition-property: opacity visibility;
  transition-duration: 1s;
  margin-bottom: 10px;
  margin-top: -10px;
}

.push_down_pip {
  margin-top:10px
}

#tfa_disabled_alert {
    margin-top: 20px;
}

#tfa_switch_user_container {
  margin-top: 5px;
}

#tfa_more_info_help_link {
  margin-top: 5px;
}

#boiler_plate {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-height: 960px), (max-device-height: 960px) {
  .inner_container {
    padding-top: 254px;
  }
  .login_workload_logo_container {
    margin-bottom: 30px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .sticky_footer {
    margin-top: -4.0em;
  }
}
@media only screen and (max-height: 820px), (max-device-height: 820px) {
  .inner_container {
    padding-top: 254px;
  }
  .login_workload_logo_container {
    margin-bottom: 30px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .sticky_footer {
    margin-top: -3.5em;
  }
}
@media only screen and (max-height: 800px), (max-device-height: 800px) {
  .inner_container {
    padding-top: 204px;
  }
  .login_workload_logo_container {
    margin-bottom: 30px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .sticky_footer {
    margin-top: -2.5em;
  }
}
@media only screen and (max-height: 750px), (max-device-height: 750px) {
  .inner_container {
    padding-top: 184px;
  }
  .login_workload_logo_container {
    margin-bottom: 30px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .sticky_footer {
    margin-top: -0.5em;
  }
}

@media only screen and (max-height: 600px), (max-device-height: 600px) {
  .inner_container {
    padding-top: 150px;
  }
  .login_workload_logo_container {
    margin-bottom: 10px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .sticky_footer {
    margin-top: -1.5em;
  }
}

@media only screen and (max-height: 575px), (max-device-height: 575px) {
  .inner_container {
    padding-top: 150px;
  }
  .login_workload_logo_container {
    margin-bottom: 0px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .login_guest_container {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .cred {
    padding-bottom: 14em;
  }
  .sticky_footer {
    margin-top: -1em;
  }
}

@media only screen and (max-height: 480px), (max-device-height: 480px) {
  .inner_container {
    padding-top: 60px;
  }
  .login_workload_logo_container {
    margin-bottom: 0px;
    text-align : center;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }
  .login_guest_container {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .cred {
    padding-bottom: 14em;
  }
  .sticky_footer {
    margin-top: -0.5em;
  }
}

@media only screen and (max-width: 600px), (max-device-width: 600px)
{
  body {
    background: #FFFFFF;
  }
  div#background_branding_container {
    opacity: 0;
    display: none;
  }
  #back_button_container {
    margin-right: -30px;
  }

}

/* Horizontal phone oorientation */
@media only screen and (max-width: 620px), (max-device-width: 620px) {
  html {
    background: #FFFFFF;
    overflow: hidden;
  }

  .tinytext {
    font-size: 0.6em;
  }

  .smalltext {
    font-size: 0.7em;
  }

  .normaltext {
    font-size: 0.8em;
  }

  .bigtext {
    font-size: 1.0em;
  }

  .gianttext {
    font-size: 1.2em;
  }

  div#background_branding_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: 360px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    padding-top: 0px;
    overflow: auto;
  }
  #login_panel_center {
    width: 322px;
  }
  #login_panel_right {
    display: none;
  }
  img.workload_img {
    max-width: 240px;
    height: 42px;
    width: auto;
  }
  .login_workload_logo_container {
    margin-bottom: 0px;
    max-width: 240px;
    padding-left: 0px;
    text-align : center;
  }
  .login_cta_container {
    margin-bottom: 0px;
    max-width: 322px;
    padding-left: 0px;
    width: auto;
    height: auto;
    color: #333333;
  }
  .login_error_container {
    margin-top : 4px;
    margin-bottom : 4px;
    padding: 0;
    height : 20px;
  }
  .login_cred_field_container {
    max-width: 322px;
  }
  .login_cred_options_container {
    max-width: 322px;
    padding-left: 0px;
  }
  .cta_text {
    display: inline;
  }
  .login_cred_container {
    margin-bottom: 20px;
  }

  .login_guest_container {
    max-width: 322px;
    padding-right: 5px;
  }

  span.placeholder {
    width: 322px;
    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; /* IE10+ */
    transition-property: none;
    transition-duration: none;
  }

  #redirect_messsage_container {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
  }

  .subtext {
    transition: none;
    -moz-transition-property: none;
    -moz-transition-duration: none;
    -webkit-transition-property: none;
    -webkit-transition-duration: none;
    -o-transition: none;
    -o-transition-duration: none;
    transition-property: none;
    transition-duration: none;
  }

  .login_guest_container {
    width: 100%;
  }
  .footer {
    width: 100%;
    max-width: 322px;
    margin: auto;
    display: inline-block;
  }
  span.corporate_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }
  span.approval_number_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }
  table.user_tile {
    max-width: 320px;
  }
}

/* cellphone resolution vertical orientation resolution. */
@media only screen and (min-height: 250px) and (max-width: 450px),
  (min-device-height: 250px) and (max-device-width: 450px) {
  html {
    background: #FFFFFFOB;
    overflow: hidden;
  }

  .tinytext {
    font-size: 0.6em;
  }

  .smalltext {
    font-size: 0.7em;
  }

  .normaltext {
    font-size: 0.8em;
  }

  .bigtext {
    font-size: 0.9em;
  }

  .gianttext {
    font-size: 1.2em;
  }
  div#background_branding_container {
    opacity: 0;
    z-index: -999;
    display: none;
  }
  #background_background_image {
    display: none;
  }
  div#background_page_overlay {
    display: none;
    z-index: -999;
  }

  .login_panel_layout, .login_panel_layout_row {
    width: 100%;
  }

  #login_panel_left {
    display: none;
  }
  #login_panel_center {
    width: 240px;
    width: calc(100% - 80px);
  }
  #login_panel_right {
    width: 30px;
  }
  .login_panel {
    float: none;
    height: 100%;
    width: 100%;
    min-width: 220px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    padding-top: 0px;
    overflow: auto;
  }
  .inner_container {
    width: 100%;
  }
  img.workload_img {
    max-width: 100%;
    height: 42px;
    width: auto;
  }
  .login_workload_logo_container {
    margin-bottom: 10px;
    max-width: 100%;
    padding-left: 0px;
    text-align : center;
  }
  .login_cta_container {
    margin-bottom: 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    padding-left: 0px;
  }
  .login_cred_container {
    margin-bottom: 60px;
  }
  .login_cred_field_container {
    display: list-item;
    width: 100%;
    height: auto;
  }

  .login_user_chooser {
    width: 100%;
  }
  .login_cred_options_container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 220px;
  }

  .login_guest_container {
    width: 100%;
    padding-right: 0px;
  }

  span.placeholder {
    width: 100%;
    padding-left: 10px;
  }

  div.login_textfield {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  input.login_textfield {
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  div#cred_password_container {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition-property: none;
    transition-duration: none;
  }

  #redirect_message_container {
    width: 100%;
    max-width: 100%;

    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
  }

  #redirect_cta_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .progress {
    margin-left: 15px;
  }

  .subtext {
    transition: none;
    -moz-transition-property: none;
    -moz-transition-duration: none;
    -webkit-transition-property: none;
    -webkit-transition-duration: none;
    -o-transition: none;
    -o-transition-duration: none;
    transition-property: none;
    transition-duration: none;
  }

  .footer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 50px;
  }
  span.corporate_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }
  span.approval_number_footer {
    float: none;
    width: 100%;
    padding: 0px;
  }
  table.user_tile {
    max-width: 100%;
  }
  .sticky_footer {
    margin-top: 0em;
  }

  .email_discovery
  {
    margin-top: 30px;
  }
  .cred {
    padding-bottom: 18em;
  }
}

@media only screen and (max-width: 300px), (max-device-width: 300px) {
  #login_panel_right {
    width: 15px;
  }
}

@media only screen and (max-width: 270px), (max-device-width: 270px) {
  #login_panel_right {
    display: none;
  }
  #login_panel_center {
    width: 200px;
    width: calc(100% - 30px);
  }
  table.user_tile {
    max-width: 100%;
  }
  #redirect_cta_text {
    width: 100%;
    max-width: 100%;
  }
  #redirect_message_container {
    width: 100%;
    max-width: 100%;
  }
   .login_panel {
    width: 100%;
    min-width: 100%;
  }
  img.workload_img {
    max-width: 100%;
    width: auto;
  }
  .login_workload_logo_container {
    max-width: 100%;
    text-align : center;
  }
  .login_cta_container {
    max-width: 100%;
  }
  .login_cred_field_container {
    width: 100%;
  }
  .login_cred_options_container {
    width: 100%;
    max-width: 100%;
  }
  .login_guest_container {
    width: 100%;
  }
  span.placeholder {
    width: 100%;
  }
  div.login_textfield {
    width: 100%;
  }
  input.login_textfield {
    width: 100%;
  }
}


/*************** Slide/Fade in from left to right. *****************/
/* Supported browsers IE10+, Chrome, Firefox, Safari, Android 4.0+ */
.slide
{
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: commonFadeInFrames, slideLTransformFrames;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: commonFadeInFrames, slideLTransformFrames;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-name: commonFadeInFrames, slideLTransformFrames;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: commonFadeInFrames, slideLTransformFrames;
    animation-fill-mode: both;
}
@-webkit-keyframes slideLTransformFrames
{
    from { -webkit-transform:translate(-40px, 0px); -webkit-animation-timing-function: cubic-bezier(0,0,0,1); }
    to { -webkit-transform:translate(0px, 0px); }
}
@-moz-keyframes slideLTransformFrames
{
    from { -moz-transform:translate(-40px, 0px); -moz-animation-timing-function: cubic-bezier(0,0,0,1); }
    to { -moz-transform:translate(0px, 0px); }
}
@-ms-keyframes slideLTransformFrames
{
    from { -ms-transform:translate(-40px, 0px); -ms-animation-timing-function: cubic-bezier(0,0,0,1); }
    to { -ms-transform:translate(0px, 0px); }
}
@keyframes slideLTransformFrames
{
    from { transform:translate(-40px, 0px); animation-timing-function: cubic-bezier(0,0,0,1); }
    to { transform:translate(0px, 0px); }
}

/* Common keyframe definitions for many fade in animations */
@-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; }
}