﻿/*----------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
// login.ltr.css
*/

@charset "utf-8";

/*
@font-face {
  font-family: 'SegoeUI-Light-final';
  src: url("SegoeUI-Light-final.eot");
  src: url("SegoeUI-Light-final.eot?#iefix") format("embedded-opentype"),
       url("SegoeUI-Light-final.ttf") format("truetype"),
       url("SegoeUI-Light-final.woff") format("woff"),
       url("SegoeUI-Light-final.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'SegoeUI-Regular-final';
  src: url("SegoeUI-Regular-final.eot");
  src: url("SegoeUI-Regular-final.eot?#iefix") format("embedded-opentype"),
       url("SegoeUI-Regular-final.ttf") format("truetype"),
       url("SegoeUI-Regular-final.woff") format("woff"),
       url("SegoeUI-Regular-final.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}
*/

/* This enabled viewport on a snapped IE10 to recognize the smaller width */

@-ms-viewport {
    height: device-height;
    width: device-width;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -mox-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: #0072C6 no-repeat top left fixed;
    background-size: cover;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    z-index: -999;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th { padding: 0; }

html, body, .login_panel { height: 100%; }

#login_panel {
    border-left: 1px solid #FFFFFF;
    display: none;
}

#auto_low_bandwidth_background_notification {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 500px;
    padding-top: 5px;
    visibility: hidden;
}

#background_company_name_text {
    color: #FFFFFF;
    margin-right: 500px;
    margin-top: -0.7em; /* vertical centering */
    position: relative;
    text-align: center;
    top: 50%; /* vertical centering */
}

a {
    background-color: transparent;
    color: #2872DD;
    text-decoration: none;
}

img { border: 0px; }

form {
    height: auto;
    width: auto;
}

h1 { font-weight: normal; }

.rtl { display: none; }

.ltr { display: inline; }

.tinytext {
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}

.smalltext {
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
}

.normaltext {
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.bigtext {
    color: #626262;
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
}

.gianttext, .gianttitle {
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}

.gianttext, .spinnertext {
    color: #1664A6;
    font-weight: bold;
}

.gianttitle {
    color: #414141;
}

.readonly {
    background: #F2F2F2!important;
}

#spinnerContainer {
    float: left;
    direction: ltr;
    margin-bottom: 10px;
}

.spinnertext {
    padding-left: 3px;
}

.spinnerItem {
    vertical-align: middle;
}

.infotext { color: #333333; }

.background_title_text {
    color: #333333;
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 5.0em;
}

.login_full_error_container { margin-top: 80px; }

.login_full_error_container h1 {
    color: #333333;
    font-family: 'Segoe UI Light', 'Segoe', 'Segoe UI', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
}

.login_full_error_container p {
    color: #333333;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    margin: 14px 0px 14px 0px;
}

.login_cta_container h1 {
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.0em;
}

.login_cta_container p {
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    margin: 14px 0px 14px 0px;
}

.client_error_msg { display: none; }

.errortext { color: #E22910; }

.textfield { width: 350px; }

.login_panel li {
    display: block;
    list-style: none;
}

input[disabled] { background: transparent; }

input:focus,
select:focus,
textarea:focus { outline: none; }

div#background_branding_container {
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    height: 100%;
    left: 0px;
    opacity: 1;
    overflow: hidden;
  
    position: fixed;
    top: 0;
    transition: opacity 1s;
    transition-duration: 1s;
    transition-property: opacity;
    width: 100%;
    z-index: 0;
}

img#background_background_image {
    height: 100%;
    position: fixed;
    width: 100%;
}

div#background_page_overlay {
    background: #F7F7F7 no-repeat top left fixed;
    height: 100%;
    left: 0px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.login_panel {
    background: #FFFFFF;
    float: right;
    height: 100%;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    position: fixed;
    right: 0px;
    text-align: center;
    width: 500px;
    z-index: 1;
}

.login_panel_layout {
    margin: 0 auto;
    text-align: left;
}

.login_inner_container {
    margin-bottom: -50px;
    min-height: 100%;
    width: 100%;
}

.push {
    content: "";
    display: block;
}

.login_footer_container,
.push { height: 50px; }

.sticky_footer { margin-top: -3.5em; }

.inner_container {
    display: inline-block;
    height: 100%;
    padding-left: 0px;
    position: relative;
    width: 100%;
}

.cred {
    height: 100%;
    padding-top: 90px;
}

.login_workload_logo_container {
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    height: auto;
    transition: margin 0.6s;
    transition-duration: 0.6s;
    transition-property: margin;
    width: auto;
}

.spacer {
    padding-top: 30px;
    transition: padding 0.6s;
}

.login_cta_container {
    height: auto;
    padding-bottom: 30px;
    width: auto;
}

.login_error_container {
    height: auto;
    padding-bottom: 20px;
}

.cta_text { width: 100%; }

.login_cred_container {
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    height: auto;
    padding-bottom: 60px;
    transition: margin 0.6s;
    transition-duration: 0.6s;
    transition-property: margin;
    width: 100%;
}

.login_cred_field_container {
    display: list-item;
    width: 380px;
}

.login_user_chooser { width: 100%; }

.login_cred_options_container {
    display: list-item;
    margin: 0px;
    padding: 0px;
    width: 380px;
}

div.login_textfield { z-index: -1; }

.high_contrast_border {
    border: 1px solid #FFFFFF;
    max-width: 350px;
    width: auto;
}

input.login_textfield, .login_selectfield {
    background: transparent;
    border: 1px solid #B8B8B8;
    color: #000000;
    height: 28px;
    margin: 0px;
    z-index: 3;
}

input.login_textfield {
    padding-left: 5px;
}

.login_selectfield {
    padding-left: 2px;
}

::-webkit-input-placeholder { color: #767676; }

:-moz-placeholder { color: #767676; }

::-moz-placeholder { color: #767676; }

:-ms-input-placeholder { color: #767676; }

span.placeholder {
    color: #767676;
    margin: 6px 0px 0px -6px;
    padding-left: 10px;
    width: 380px;
    z-index: -1;
}

.field { color: #6B6B6B; }

.button {
    -khtml-user-select: none;
    -moz-transition: background 1s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-transition: background 1s;
    -o-user-select: none;
    -webkit-touch-callout: none;

    -webkit-transition: background 1s;
    -webkit-user-select: none;
    background: #2672EC;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;

    margin-right: 4px;
    padding: 6px 12px 6px 12px;
    transition: background 1s;
    transition-duration: 1s;
    transition-property: background;
    user-select: none;
    width: auto;
}

.button:active {
    outline: none;
}

.button:focus { outline: gold solid 1px; }

.button:hover { 
    opacity: .5;
    transition: opacity .5s linear;
}

.cred_cancel_button {
    background: #CBCBCB;
    color: #000000;
}

.cred_cancel_button:hover {
    background: #D6D6D6;
    transition: color .5s linear;
    opacity: 1;
}

.status {
    margin-bottom: 20px;
    margin-top: 10px;
}

.strong_subtext { margin-bottom: 10px; }

.disabled_button {
    background: #2672EC;
    cursor: default;
}

input.login_textfield:focus, .login_selectfield:focus { border: 1px solid #6B6B6B; }

div#cred_userid_container { margin-bottom: 2px; }

.progress div {
    background: #696969;
    height: 3px;
    overflow: hidden;
    position: absolute;
    width: 3px;
    z-index: 100;
}

.progress {
    height: 6px;
    margin-left: 0px;
    position: relative;
    top: -6px;
    visibility: hidden;
}

div#cred_password_container {
    -moz-transition: visibility 1s;
    -o-transition: visibility 1s; /* IE10+ */
    -webkit-transition: visibility 1s;
    opacity: 1;
    transition: visibility 1s;
    transition-duration: 1s;
    transition-property: opacity visibility;
    width: 105%;
}

div.input_field {
    background: transparent;
    z-index: 0;
}

input:focus {
    background: #FFFFFF;
    border: 1px solid #000000;
}

.disabled { background: transparent; }

div.subtext {
    -moz-transition-duration: 1s, 1s;
    -moz-transition-property: opacity, background-color;
    -o-transition: opacity, background-color; /* IE10+ */
    -o-transition-duration: 1s 1s;
    -webkit-transition-duration: 1s, 1s;
    -webkit-transition-property: opacity, background-color;
    margin-top: 10px;
    opacity: 1;
    transition: opacity 1s;
    transition-duration: 1s, 1s;
    transition-property: opacity, background-color;
}

input#cred_keep_me_signed_in_checkbox {
    border-color: #5B5B5B;
    padding-right: 0px;
}

input#cred_keep_me_signed_in_checkbox:focus { outline: gold solid 1px; }

#cred_kmsi_container { margin-bottom: 30px; }

.cred_sign_in_button_push { margin-top: 30px; }

#recover_container {
    margin-bottom: 10px;
    margin-top: 30px;
}

#setuplocal_container {
    margin-bottom: 10px;
    margin-top: 30px;
}

#create_msa_account_container {
    margin-bottom: 10px;
    margin-top: 30px;
}

span.info_text { margin-left: 4px; }

span#cred_forgot_password_link {
    cursor: pointer;
    margin-left: 0px;
}

#local_account_setup_link {
    cursor: pointer;
    margin-left: 0px;
}

#redirect_cta_text { margin-bottom: 10px; }

#redirect_message_container {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    opacity: 0;
    transition: opacity 1s;
    transition-duration: 1s;
    transition-property: opacity;
    visibility: hidden;
}

a.inactive_link { margin-right: 30px; }

.login_guest_container {
    display: inline-block;
    height: auto;
    margin-bottom: 60px;
    padding-top: 50px;
    position: relative;
    width: 380px;
}

div.guest_direction_hint {
    color: black;
    margin-bottom: 6px;
    margin-top: 20px;
}

div.guest_redirect_container { cursor: pointer; }

.footer {
    color: #666666;
    display: inline-block;
    height: 40px;
    margin-left: 0px;
    width: 100%;
}

div.footer a { color: #000000; }

.branding_footer { padding-right: 10px; }

.corp_link {
    cursor: pointer;
    display: inline-block;
    padding-right: 5px;
}

.corp_link:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.hidden { visibility: hidden; }

.no_cookie { }

#back_button_container {
    float: left;
    margin-left: -34px;
    margin-top: 9px;
}

#back_button_image {
    height: 20px;
    width: 20px;
}

.show_other { margin-left: -5px; }

#login_panel_center {
    border: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 400px;
}

#footer_table {
    max-width: 350px;
    width: 100%;
}

#footer_table td {
    padding: 0;
    vertical-align: top;
}

.footer_glyph_container {
    display: inline-block;
    padding: 0;
}

.footer_glyph {
    height: 30px;
    padding: 0;
    padding-right: 7px;
    width: 37px;
}

span.branding_footer { padding-right: 0px; }

.ad_glyph {
    height: 50px;
    width: 50px;
}

.hide { opacity: 0; }

.no_display { display: none; }

.boxhint { 
    font-size: 0.8em;
    padding-left: 3px;
}

a.tile_link:focus table.user_tile {
    background: #0072C6;
    color: #FFFFFF;
    outline: none;
}

a.tile_link:hover .bigtext { color: #000000; }

a.tile_link:focus .bigtext { color: #FFFFFF; }

a.tile_link .bigtext { color: #000000; }

a.tile_link {
    color: #000000;
    outline: none;
    width: 100%;
}

a.tile_link:hover {
    background: #ffffff;
    text-decoration: none;
}

table.user_tile {
    border-collapse: separate;
    border-spacing: 10px;
    max-width: 350px;
    width: 100%;
}

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 {
    background: #FFFFFF;
    color: #000000;
    cursor: default;
    outline: none;
}

a.tooltip span {
    display: none;
    margin-left: 8px;
    padding: 6px 6px;
    text-align: center;
    width: auto;
}

a.tooltip:hover span {
    background: #ffffff;
    border: 1px solid #373737;
    color: #373737;
    display: inline;
    position: absolute;
}

div.tooltip span {
    display: none;
    margin-left: 8px;
    padding: 6px 6px;
    text-align: center;
    width: auto;
}

div.tooltip:hover span {
    background: #ffffff;
    border: 1px solid #373737;
    color: #373737;
    display: inline;
    position: absolute;
}

.tile_name { width: 100%; }

.tile_primary_name {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    vertical-align: top;
}

.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-bottom: 5px;
    margin-top: 30px;
}

.tfa_title_text { margin-bottom: 10px; }

#tfa_title_text { margin-bottom: 40px; }

#tfa_workload_logo_container { margin-bottom: 50px; }

.tfa_button_container {
    height: auto;
    margin-top: 20px;
}

.tfa_bigtext {
    color: #333333;
    font-family: 'Segoe UI Light', 'Segoe', 'SegoeUI-Light-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 1.0em;
}

.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 {
    -moz-transition: visibility 1s;
    -o-transition: visibility 1s; /* IE10+ */
    -webkit-transition: visibility 1s;
    margin-bottom: 10px;
    margin-top: -10px;
    opacity: 1;
    transition: visibility 1s;
    transition-duration: 1s;
    transition-property: opacity visibility;
}

.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-bottom: 20px;
    padding-top: 20px;
}

.ca {
    margin-bottom: 25px;
    word-wrap: break-word;
}

.ca_title { font: 1.4em normal, "Segoe UI Light", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif; }

.ca_section, .ca_header { margin-bottom: 30px; }

.ca button { margin: 25px 0; }

.legal_container {
    display: none;
    margin: 0 auto;
    padding: 90px 50px 10px 50px;
    text-align: left;
    width: 100%;
}

.legal {
    margin-bottom: 25px;
    word-wrap: break-word;
}

.legal_title { font: 1.4em normal, "Segoe UI Light", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif; }

.legal_section, .legal_header { margin-bottom: 30px; }

.legal_sub_section { margin-bottom: 20px; }

.legal button { margin: 25px 0; }

.legal ul li {
    display: list-item;
    list-style: disc outside none;
    margin-left: 1.3em;
}

.legal ol li {
    display: list-item;
    list-style: decimal outside none;
    margin-left: 1.3em;
}

.marginTop30px { margin-top: 30px; }

.marginBottom30px { margin-bottom: 30px; }

.marginRight10px { margin-right: 10px; }

.borderNone { border: none; }

.applicationLogoContainer {
    height: 80px;
    white-space: nowrap;
}

img.applicationLogo {
    max-width: 100%;
    height: auto;
}
.applicationSmallLogo, .applicationMaxLogo {
    margin-right: 10px;
    vertical-align: middle;
}

.applicationSmallLogo { width: 80px; }

.applicationMaxLogo { width: 350px; }

.applicationText {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
}

.applicationTextOnly { width: 400px; }

h1.applicationText {
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

label.signUpError {
    color: #ff0000;
    font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.redemptionMarginBottom {
    margin-bottom: 30px;
}

div#recover_container p {
    display: inline
}

.footer_glyph {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-right: 0
}

.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: 0.75rem;
    line-height: 0.875rem;
    padding-bottom: 1.1816px;
    padding-top: 1.1816px
}

.i-forgot-my-password-content {
    margin-left: 20px
}

/* Vertical orientation*/

@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; }
}

@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; }
}

@media only screen and (max-height: 575px), (max-device-height: 575px) {
    .inner_container { padding-top: 30px; }

    .spacer { padding-top: 0px; }

    .login_cred_container { padding-bottom: 20px; }

    .login_guest_container {
        padding-bottom: 30px;
        padding-top: 10px;
    }
}

@media only screen and (max-height: 280px), (max-device-height: 280px) {
    .applicationLogoContainer { height: 20px; }
}

/* Horizontal phone orientation */

@media only screen and (max-width: 600px), (max-device-width: 600px) {
    html {
        background: #FFFFFF;
        overflow: hidden;
    }

    body { background: #FFFFFF; }

    div#background_branding_container {
        display: none;
        opacity: 0;
    }

    div#background_page_overlay {
        display: none;
        z-index: -999;
    }

    #back_button_container { margin-left: -30px; }

    .sticky_footer { margin-top: -4em; }

    .login_panel {
        float: none;
        height: 100%;
        margin: 0px;
        min-width: 100%;
        overflow: auto;
        padding: 0px;
        padding-top: 0px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    #login_panel { border-left: 0; }

    #login_panel_center { width: 400px; }
}

@media only screen and (max-width: 420px), (max-device-width: 420px) {
    .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 {
        display: none;
        opacity: 0;
        z-index: -999;
    }

    div#background_page_overlay {
        display: none;
        z-index: -999;
    }

    .login_panel {
        float: none;
        height: 100%;
        margin: 0px;
        min-width: 100%;
        overflow: auto;
        padding: 0px;
        padding-top: 0px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    #login_panel_center {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    img.workload_img {
        max-width: 280px;
        /* height: 30px; */
        width: auto;
    }

    .login_workload_logo_container {
        margin-bottom: 0px;
        max-width: 280px;
        padding-left: 0px;
    }

    .login_cta_container {
        color: #333333;
        height: auto;
        margin-bottom: 0px;
        max-width: 280px;
        padding-left: 0px;
        width: auto;
    }

    .login_error_container {
        height: 20px;
        margin-bottom: 4px;
        margin-top: 4px;
        padding: 0;
    }

    .login_cred_field_container { max-width: 280px; }

    .login_cred_options_container {
        max-width: 280px;
        padding-left: 0px;
    }

    .cta_text { display: inline; }

    .login_cred_container { padding-bottom: 20px; }

    .login_guest_container {
        max-width: 280px;
        padding-right: 5px;
    }

    span.placeholder {
        padding-left: 10px;
        width: 280px;
    }

    div.login_textfield { max-width: 100%; }

    input.login_textfield, .login_selectfield { max-width: 100%; }

    div#cred_password_container {
        -moz-transition: none;
        -o-transition: none; /* IE10+ */
        -webkit-transition: none;
        transition: none;
        transition-duration: none;
        transition-property: none;
    }

    #redirect_messsage_container {
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        transition-duration: 1s;
        transition-property: opacity;
    }

    .subtext {
        -moz-transition-duration: none;
        -moz-transition-property: none;
        -o-transition: none;
        -o-transition-duration: none;
        -webkit-transition-duration: none;
        -webkit-transition-property: none;
        transition: none;
        transition-duration: none;
        transition-property: none;
    }

    .login_guest_container { width: 100%; }

    .footer {
        display: inline-block;
        margin: auto;
        max-width: 380px;
        width: 100%;
    }

    span.corporate_footer {
        float: none;
        padding: 0px;
        width: 100%;
    }

    .corp_link:first-child { padding: 0px; }

    table.user_tile { max-width: 320px; }

    .applicationLogo { margin-right: 2px; }

    img.applicationLogo { width: 30px; }

    .applicationText { width: 242px; }

    .applicationTextOnly { width: 280px; }
}

@media only screen and (max-width: 280px), (max-device-width: 280px) {
    #login_panel_center {
        width: 210px;
        width: calc(100% - 30px);
    }

    table.user_tile { max-width: 100%; }

    #redirect_cta_text {
        max-width: 100%;
        width: 100%;
    }

    #redirect_message_container {
        max-width: 100%;
        width: 100%;
    }

    .login_panel {
        min-width: 100%;
        width: 100%;
    }

    img.workload_img {
        max-width: 100%;
        width: auto;
    }

    .login_workload_logo_container { max-width: 100%; }

    .login_cta_container { max-width: 100%; }

    .login_cred_field_container { width: 100%; }

    .login_cred_options_container {
        max-width: 100%;
        width: 100%;
    }

    .login_guest_container { width: 100%; }

    span.placeholder { width: 100%; }

    div.login_textfield { width: 100%; }

    input.login_textfield, .login_selectfield { width: 100%; }
}

/*************** Slide/Fade in from left to right. *****************/

/* Supported browsers IE10+, Chrome, Firefox, Safari, Android 4.0+ */

.slide {
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: both;
    -moz-animation-name: commonFadeInFrames, slideLTransformFrames;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: both;
    -ms-animation-name: commonFadeInFrames, slideLTransformFrames;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: commonFadeInFrames, slideLTransformFrames;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: commonFadeInFrames, slideLTransformFrames;
}

@-webkit-keyframes slideLTransformFrames {
    from {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        -webkit-transform: translate(-40px, 0px);
    }

    to { -webkit-transform: translate(0px, 0px); }
}

@-moz-keyframes slideLTransformFrames {
    from {
        -moz-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        -moz-transform: translate(-40px, 0px);
    }

    to { -moz-transform: translate(0px, 0px); }
}

@-ms-keyframes slideLTransformFrames {
    from {
        -ms-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        -ms-transform: translate(-40px, 0px);
    }

    to { -ms-transform: translate(0px, 0px); }
}

@keyframes slideLTransformFrames {
    from {
        animation-timing-function: cubic-bezier(0, 0, 0, 1);
        transform: translate(-40px, 0px);
    }

    to { transform: translate(0px, 0px); }
}

/* Common keyframe definitions for many fade in animations */

@-webkit-keyframes commonFadeInFrames {
    from {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
        opacity: 0;
    }

    to { opacity: 1; }
}

@-moz-keyframes commonFadeInFrames {
    from {
        -moz-animation-timing-function: cubic-bezier(0, 0, 1, 1);
        opacity: 0;
    }

    to { opacity: 1; }
}

@-ms-keyframes commonFadeInFrames {
    from {
        -ms-animation-timing-function: cubic-bezier(0, 0, 1, 1);
        opacity: 0;
    }

    to { opacity: 1; }
}

@keyframes commonFadeInFrames {
    from {
        animation-timing-function: cubic-bezier(0, 0, 1, 1);
        opacity: 0;
    }

    to { opacity: 1; }
}

.input_field_spacer { margin-bottom: 8px !important; }