<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "swis721_cn_btroman";
    src: url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.ttf') format("truetype"),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.woff2') format("woff2"),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.woff') format("woff"),
    url('https://ltmsuib2c.blob.core.windows.net/ltmsdevb2c/tt0009m_-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
  
body {
    font-family: "swis721_cn_btroman", "Swis721 Cn BT" !important;
    font-size: 0.875rem !important;
    color: #333E4B !important;
}

/**
 * VISIBILITY
 */
 .verificationInfoText {
    margin-bottom: 10px;
}

.error {
    display: block;
    color: #bb2323;
}
.show {
    display: block;
}

.working {
    display: none;
}

/**
 * LAYOUT
 */

 .container {
     width: 450px;
     margin: auto;
 }

 #attributeList ul {
    padding: 0;
    margin: 0;
 }

#attributeList ul li {
    list-style: none;
    margin-bottom: 0px;
}

#forgotPassword {
    text-align: center;
    position: relative;
    top: 155px;
    bottom: 50px;
    left: 110px;
}

#tandc {
    text-align: center;
    position: relative;
    left: 170px;
}

#tandc1 {
    text-align: center;
    position: relative;
    left: 84px;
    top: -166px;
}

.create {
    margin-top: 50px;
    text-align: center;
}

.entry-item {
    margin-bottom: 20px;
}

.attrEntry {
    margin-bottom: 0px;
}

.attrEntry label {
 font-size: inherit;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
}

.copyright {
    font-size: 10px;
    color: #333E4B;
    line-height: 50px;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
    font-weight: normal;
}

.copyrightNotop {
    font-size: 10px;
    color: #333E4B;
    line-height: 50px;
    text-align: center;
    padding: 20px 0;
    margin-top: -35px;
    font-weight: normal;
}

.form-control-placeholder {
    font-weight: normal;
    font-size: 14px;
    display: block;
    float: left;
    padding: 1.5em;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #fafafa;
    position: relative;
    top: 0px;
    padding: 7px 13px 0 13px;
    transition: all 200ms;
    opacity: 0.5;
  }
  
input:focus + .form-control-placeholder, input:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: transparent !important;
}

#passwordTip {
    position: relative;
    top: -35px;
    float: right;
    right: 5px;
    cursor: pointer;
}

#signInNametoggler, #passwordtoggler, #newPasswordtoggler, #oldPasswordtoggler, #reenterPasswordtoggler {
    top: -35px;
    position: relative;
    float: right;
    right: 10px;
    cursor: pointer;
}

/* Hiding the Change Button */
.changeClaims, #emailVerificationControl_but_change_claims {
    display: none !important;
}
/* Hiding the Change Button */

input {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
    font-size: 0.9em;
    box-sizing: border-box;
    border-bottom: solid 1px #000 !important;
    border-bottom-right-radius: 4px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-left-radius: 4px;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    width: auto;
    display: inline;

}

.RadioSingleSelect label:after {
    white-space: pre;
    content: '\A';
}

#myDialog {
    top: 10px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 100;
    width: 700px;
    position: fixed;
    margin: 0 auto !important;
    padding: 20px;
    background-color: #fff;
    border: solid 2px #000;
}

.buttons {
    overflow: hidden;
}

button#ExternalTenantExchange {
    display: none;
}

.buttons.verify {
    text-align: left;
}

button {
    color: #fff !important;
    border-radius: 35px;
    background-color: rgb(66, 133, 244) !important;
    border: 2px solid rgba(64, 124, 202, 0.75) !important;
    cursor: pointer;
    width: 100%;
    margin: 0px 0 15px;
    font-size: 1.25em;
    padding: 15px;
    outline: none;
}

button.sendCode, button#emailVerificationControl_but_send_new_code, button#emailVerificationControl_but_verify_code {
    color: rgba(64, 124, 202, 0.75) !important;
    border-radius: 35px;
    background-color: #ffffff !important;
    border: 2px solid #C6C6C6 !important;
    width: 100%;
    margin: 0px 0 15px;
    font-size: 1.25em;
    padding: 15px;
}

.buttons #continue:disabled {
    /* margin: 0 auto; */
    /* width: 60%; */
    /* height: 50px; */
    /* background-color: #296ec6; */
    /*opacity: .3;*/
    /* visibility: hidden; */
    display: none;
    /* border-radius: 0.5rem; */
    /* border: none; */
    /* color: white; */
    /* font-size: 1em; */
  }

button#cancel {
    color: #fff !important;
    border-radius: 35px;
    background-color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    width: 100%; 
    margin: 0px 0 15px;
    font-size: 1.25em;
    padding: 15px;
}

button.normalized {
    color: #000 !important;
    padding: 5px 10px 5px 10px;
    margin-right: 4px;
    margin-top: 2px;
    float: right;
    cursor: pointer;
    background-color: #fff !important;
    border: solid 1px #000 !important;
    width: auto !important;
    border-radius: 4px;
}

button:first-of-type {
    margin-right: 0px;
}

.tiny {
    font-size:  0.8em;
}

.helpLink.tiny, .intro, .divider {
    display: none;
}

/**
 * ASTHETIC
 */

hr {
    border: 0;
    border-top: 1px solid black;
}

.simplemodal-overlay {
    background-color: rgba(0,0,0,0.4);
}

.simplemodal-container {
    color: white;
}

.a {
    text-decoration: underline;
    cursor: pointer;
    color: #0000EE;
}

.fake-link {
    text-decoration: underline;
    cursor: pointer;
    color: #0000EE;
}

#notificationEmailReadonly_ver_but_verify {
    display: none !important;
}

#notificationEmailReadonly_ver_but_resend {
    display: none !important;
}

#div_center {
    text-align: center;
  }
  
#div_inline_block {
    display: inline-block;
  }
  
#center { 
    width:200px; 
    height:200px; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    margin-top: -100px; 
    margin-left: -100px;
} 

.li { 
  margin-bottom:15px;
  }

.itemLevel &gt; p {
    position: relative;
    text-align: left;
    bottom: 15px;
    left: 0px;
    top: -38px;
    margin: 0px !important;
}

#attributeList &gt; ul &gt; li.CheckboxMultiSelect &gt; div &gt; label:nth-child(1) {
    position: relative;
    top: 17px !important;
    left: 22px;
    
}

p.center {
    text-align: center;
}</pre></body></html>