﻿:root {
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

p {
    margin: 0;
    padding: 0;
    clear: both;
}

.boldIt {
    font-weight: bold;
}


::placeholder {
    color: lightgrey;
    margin-left: 5px;
    padding-left: 5px;
}

/*::placeholder {*/ /* Chrome, Firefox, Opera, Safari 10.1+ */
    /*color: black;
    opacity: 1;*/ /* Firefox */
/*}*/

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgrey;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgrey;
}

input {
    font-size: 16px;
    font-family: 'IBM Plex Sans',sans-serif;
    letter-spacing: .5px;
    vertical-align: middle;
    cursor: pointer;
}


h1, h1 > span {
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 1.8em !important;
    font-weight: normal;
    width: 99%;
    color: #888888;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 2px;
    color: black;
    margin-left: 7px;
}

body {
    color: #3f3d3d !important;
    background: #EEEEEE;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
    padding: 8px 0;
    clear: both;
    font-family: 'IBM Plex Sans',sans-serif;
    font-size: 16px;
    background-image: url('/images/YW24_Header_Image.jpg');
}

h1 {
    color: #3f3d3d !important;
}

a {
    color: #3f3d3d;
    text-decoration: none;
}

/*body {
    color: #3f3d3d !important;
    background: #EEEEEE;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
    padding: 8px 0;
    clear: both;
}
*/


.UseSsoLoginLink {
    color: white;
    font-size: 12px;
    text-align: left;
    text-shadow: 0 1px #2a85a1;
    margin: 7px 0px 24px 150px;
}

.TopBarAndYW24Logo {
    margin-top: 30px;
    width: 100%;
    background-color: #f9ba48;
    height: 100px;
    overflow-x: no-display;
}

    .TopBarAndYW24Logo div {
        /*display:table-cell; vertical-align:middle; text-align:center*/
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

        .TopBarAndYW24Logo div img {
            max-height: 90%;
            /*margin:0 auto;*/
        }

.GreetingText {
    width: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    overflow-x: no-display;
    margin: 30px auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .GreetingText h1 {
        margin: 0 auto;
        color: black !important;
    }

.LoginSection {
    margin-top: 30px;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.5);
    overflow-x: no-display;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 120px !important;
    margin-top: 30px;
}

.loginSSO2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

#_lblSingleSignOnArea {
    display: flex;
    justify-content: center;
}

#_divShowHiddenLoginBox a div {
    border-color: #6F6F6F;
    background-color: rgba(255, 255, 255, 0.4);
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    padding: 20px;
    max-width: 370px;
    margin: auto;
}

#_divShowHiddenLoginBox div:hover {
    border-color: #f9ba48;
}

#_divShowHiddenLoginBox a div {
    font-weight: 400;
    font-size: 13px;
    color: Black;
    font-weight: 700;
}

    #_divShowHiddenLoginBox a div:hover {
        font-weight: 600;
        font-size: 13px;
        color: #f9ba48;
    }

#_divLoginBox {
    color: black;
}

    #_divLoginBox p input {
        border: 2px ridge black !important;
        text-align: center;
        background-color: rgb(255,255,255,0.8);
        padding: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }






#_divLoginBox p input[type=password] {
    margin-top: 10px;
}


#_divLoginBox p input[type=submit] {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
}

#_divSSO div input[type=submit] {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
}

.remember_me {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    vertical-align: middle;
}

#_divShowHiddenLoginBox, _divLoginBox {
    font-size: 11px;
}




.UseSsoLoginLink {
    color: white;
    font-size: 12px;
    text-align: left;
    text-shadow: 0 1px #2a85a1;
    margin: 7px 0px 24px 150px;
}

.TopBarAndYW24Logo {
    margin-top: 30px;
    width: 100%;
    background-color: #f9ba48;
    height: 100px;
    overflow-x: no-display;
}

    .TopBarAndYW24Logo div {
        /*display:table-cell; vertical-align:middle; text-align:center*/
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        height: 100%;
    }

        .TopBarAndYW24Logo div img {
            max-height: 100%;
            /* margin: 0 auto; */
            max-width: 100%;
            vertical-align: middle;
        }




.loginSSO2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

#_lblSingleSignOnArea {
    display: flex;
    justify-content: center;
}

#_divShowHiddenLoginBox a div {
    border-color: #6F6F6F;
    background-color: rgba(255, 255, 255, 0.4);
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    padding: 20px;
    max-width: 370px;
    margin: auto;
}

#_divShowHiddenLoginBox div:hover {
    border-color: #f9ba48;
}

#_divShowHiddenLoginBox a div {
    font-weight: 400;
    font-size: 13px;
    color: Black;
    font-weight: 700;
}

    #_divShowHiddenLoginBox a div:hover {
        font-weight: 600;
        font-size: 13px;
        color: #f9ba48;
    }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}



#_divLoginBox p input[type=submit] {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
}

.remember_me {
    margin-top: 10px;
    margin-bottom: 10px;
}

#_divShowHiddenLoginBox, _divLoginBox {
    font-size: 11px;
}

.footerTest {
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.PasswordResetContainer {
    /*margin-top:100px;*/
}

.PasswordInnerSection {
    padding: 25px;
}

.UnPwMissmatch {
    padding: 20px;
    color: red;
    background-color: lightblue;
    margin-bottom: 10px;
}

.NewPasswordMissmatch {
    padding: 20px;
    color: red;
    background-color: lightblue;
    margin-bottom: 10px;
    display: block;
}

.NewPasswordNotMeetRequirements {
    padding: 20px;
    color: red;
    background-color: lightblue;
    margin-bottom: 10px;
    display: block;
}

.NewPasswordText {
    display: block;
    padding: 20px;
}



.PasswordInnerSection span {
    display: block;
}

.login {
    width: 100%;
    max-height: 80px;
    margin-bottom: 40px;
}

    .login img {
        max-height: 118px;
        max-width: 300px;
        margin-top: 10px;
    }






#_passwordResetRequest {
    color: black;
}

#_txtEmail {
    border: 2px ridge black !important;
    text-align: center;
    background-color: rgb(255,255,255,0.8);
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 300px;
    font-size: 16px;
    margin-top: 20px;
}

    #_txtEmail :disabled {
        color: grey;
    }

#_psDescription {
    font-size: 16px;
}

#_passwordRequestResetResult {
    font-weight: bold;
    font-size: 16px;
}

/*#_btnReset {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: repeat-x;
    background-position: -1px -1px;
    background-size: 110% 110%;
    border: 1px solid rgba(27, 31, 35, .2);
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#_btnReset {
    background-color: #269f42;
    background-image: linear-gradient(-180deg, #2fcb53, #269f42 90%);
    background-position: -.5em;
    border-color: rgba(27, 31, 35, .5);
    margin-top: 10px;
    color: white;
}
*/

#_btnReset {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
}


#_cbxRememberMe {
    font-size: 10px;
    vertical-align: middle;
}

.PasswordInnerSection input:not([type=submit]) {
    border: 2px ridge black !important;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.8);
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    margin-top: 8px;
    min-width: 300px;
}

#_newPasswordPasswordSection p input {
    border: 2px ridge black !important;
    text-align: center;
    background-color: rgb(255,255,255,0.8);
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#_newPasswordPasswordSection p input[type=submit] {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
}

#_setNewPasswordSuccessReturnToLogin {
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    font-weight: bold;
    margin-top: 20px;
}

#NewPasswordTwo{
    margin-top:10px;
}

#_btnSetNewPassword{
    margin-top:20px;
}

.MfaEnrollTable tr {
    /*display: inherit;*/
}

    .MfaEnrollTable tr td {
        /*display:inherit;*/
        text-align: center;
        vertical-align: middle;
        padding:7px
    }

        .MfaEnrollTable tr td input {
            border: none;
            background: transparent;
            /*display: inline;*/
            vertical-align: middle;
        }

svg {
    overflow: hidden;
    vertical-align: middle;
}

#_totpEnrollmentAppGuidance {
    text-align: left;
    height: 760px;
    margin-bottom: 20px;
    padding: 7px;
}

.AuthenticatorContainer {

}

.AuthenticatorLeft {
    width: 47%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 10px;
}

.AuthenticatorRight {
    width: 47%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 10px;
}

.AppStoreButtonLeft {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.AppStoreButtonRight {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    color: white;
    border: none !important;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #171717;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}