<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Inter', sans-serif;
    overflow-y: auto; /* Allow vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
}

.left-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    flex: 1;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #ffffff;
    min-width: 300px; /* Prevents logo and footer from overlapping login section */
    position: relative; /* Added position relative to contain absolute positioning */
}

.logo {
    margin-bottom: 2rem;
    flex-shrink: 0;
}

.logo img {
    width: 8rem;
    height: auto;
}

.login-section {
    flex-grow: 1; /* Allows the login section to grow and take up available space */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    color: #666;
    font-size: 0.875rem;
    flex-shrink: 0;
    margin-top: auto;
    padding: 0;
}

.right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #f5f7f9; /*linear-gradient(to left, #f5f7f9 80%, #ffffff 20%); /* 80% grey, 20% white */
    padding: 2rem;
    box-sizing: border-box;
    min-width: 300px;
    position: relative; /* Positioning context for the image */
    overflow: hidden; /* Prevent the image from overflowing */
}

.info-section img {
    position: absolute; /* Absolute positioning */
    bottom: 0; /* Align to the bottom of the right section */
    right: 0; /* Adjust this value to move the image inward from the right */
    width: calc(100% - 100px); /* Adjust width to account for the right offset */
    height: auto; /* Maintain aspect ratio */
    max-width: none; /* Remove max-width limitation */
    object-fit: cover; /* Cover the area */
    transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out; /* Add a transformation effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Add shadow for a 3D effect */
}

/* Optional: Add a hover effect to enhance the 3D feel */
.info-section img:hover {
    transform: scale(1.05); /* Slightly enlarge the image on hover */
}

/* Only make them absolute when zoomed or on small screens */
@media (max-width: 1700px) {
    .right-section {
        display: none;
    }

    .main-container {
        flex-direction: column;
    }

    .left-section {
        width: 100%;
        padding-bottom: 4rem;
    }

    .logo {
        position: relative;
		margin-bottom: auto;
		padding: 0;
    }

    .footer {
        position: relative;
        margin-top: 5;
        margin-left: 0;
    }
}

@media (min-width: 1701px) {
    .logo {
        position: static; /* Reset position for desktop view */
    }

    .footer {
        position: static; /* Reset position for desktop view */
    }
}

#api {
    width: 100%;
    max-width: 550px;
    padding: 1rem;
    box-sizing: border-box;
}



.intro h2 {
    font-size: 1.875rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .intro {
    font-size: 1.875rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  
  .entry .entry-item label[for="signInName"] {
    color: #344054; 
    font-weight: 500;
    font-size: 1rem; 
    margin-bottom: 0.5rem; 
  }

  .entry-item .password-label label[for="password"] {
    color: #344054; 
    font-weight: 500;
    font-size: 1rem; 
    margin-bottom: 0.5rem; 
  }

  .password-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline; 
  }



#api input[type="text"], #api input[type="password"] {
    margin-left: 0;  
    margin-right: 0;  
    padding: 1.25rem;
    width: 100%;
    margin-bottom: 1rem; 
    margin-top: 0.5rem;
    border-radius: 0.5rem; 
    border-width: 0.1rem;
    border-style: solid;
    border-color: #b6b6b6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


#api input[type="text"]:hover, #api input[type="password"]:hover {
    border-color: #00b0cb; 
}

#api input[type="text"]:focus, #api input[type="password"]:focus {
    border-color: #00b0cb; 
}


.form-title, .form-subtitle {
    text-align: left; 
}

#api button {
    width: 100%;
    background-color: #000000;
    color: white; 
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 2rem; 
    border-radius: 0.5rem; 
    cursor: pointer; 
    border-color: transparent;

}

#api button:hover, #api button:focus {
    background-color: #373737; 
}


#api a {
    font-size: 0.875rem; 
    font-weight: 500;
    color: #037c8a; 
    text-align: right;
    text-decoration: none; 
    margin-left: 1rem;
}

#api a:hover {
    text-decoration: underline;
}

.info-section p {
    color: #ffffff;
    font-size: 1.6rem; 
}

.privacy-policy-link {
    color: #666;
    text-decoration: underline;
}

.divider {
    text-align: center; 
    display: none; 

}

.divider h2 {
    font-size: 1rem;
    color: #333; 
    margin: 0; 
}

.create {
    text-align: center; 
    font-weight: 300;
    font-size: 1rem;
}

.AuthenticatorAppIconControl {
		display: none
}

.AuthenticatorAppIconControl {
	display: none
}

.QrCodeScanInstruction_li {
	display: none
}

#api .helplink.tiny {
	font-size: 0px;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.error {
	color: red;
    font-size: 0.875rem;
}

#email_label {
    color: #344054;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

label {
    color: #344054;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

#email_intro {
    color: #475467;
    font-weight: 400;
    font-size: 1rem;
}

#extension_mfaByPhoneOrTotp_label {
    font-size: 1rem;
    color: #475467;
}

/* .RadioSingleSelect label {
    margin-right: 20px; 
}

.RadioSingleSelect a.helpLink {
    margin-left: auto; 
} */

#totp_option {
    font-size: 1rem;
}

#phone_option {
    font-size: 1rem;
    margin-right: 0.5rem;
}

#extension_mfaByPhoneOrTotp_totp {
    margin-right: 0.25rem;
}

#extension_mfaByPhoneOrTotp_phone {
    margin-right: 0.25rem;
}

#continue {
    display: none;
    margin-top: 1rem;
}

#cancel {
		display: none;
    color: #475467 !important;
    background: none !important; 
    border: none;
}

select {
    margin-left: 0;  
    margin-right: 0;  
    padding: 1rem;
    width: 100%;
    margin-bottom: 2rem; 
    margin-top: 0.5rem;
    border-radius: 0.5rem; 
    border-width: 0.15rem;
    border-style: solid;
    border-color: #b6b6b6;
}

.retryCode {
    color: #344054;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}


.error-page-help {
    font-size: 1rem;
}
.error-page-correlationid {
    font-size: 1rem;
}

#totpQrCodeControl_info_message {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.verifying-modal {
	display: none;
}

.simplemodal-overlay, .simplemodal-container {
	display: none;
}

a.helpLink.tiny {
	display: none;
}

.logo-embedded {
	height: 35px;
	margin-bottom: 50px;	
}

a.retryCode {
    margin: auto;
}

#api .working {
	background: url(data:image/gif;base64,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) no-repeat;
	height: 30px;
	width: auto;
	background-position: center bottom;
	display: none;
}


#email_ver_but_edit {
	display: none !important;
}



#api .RadioSingleSelect input[type="radio"] {
	position: absolute;
	margin: 0 !important;
	display: none
}

#api .RadioSingleSelect input[type="radio"] + label {
	border: solid 2px rgba(0, 0, 0, 0.12);
	display: inline-flex;
	width: 49%;
	padding: 1em;
	margin: 0 !important;
	border-radius: .5em;
	cursor: pointer;
	margin-top: 1.5em !important;
	align-items: center;
	gap: 10px;
}

#api .RadioSingleSelect input[type="radio"]:checked + label {
	border-color: #00b0cb; 
	background-color:rgba(0, 157, 166, 0.04);
}

#api .RadioSingleSelect input[type="radio"] + label:hover {
	border-color: #00b0cb; 
	background-color:rgba(0, 157, 166, 0.04);
}

#api .RadioSingleSelect #totp_option {
	margin-left: 2% !important;
}

#api .RadioSingleSelect input[type="radio"] + label::before {
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	background-size: 1.5em 1.5em;
}

.RadioSingleSelect #totp_option::before {
	background-image: url('https://saatlastatic3726.blob.core.windows.net/static/images/app_auth.svg');
}

.RadioSingleSelect #phone_option::before {
	background-image: url('https://saatlastatic3726.blob.core.windows.net/static/images/phone_auth.svg');
}


#api .rememberMe {
	float: right;
	margin-top: -25px;
	font-size: 0.875rem;
	display: flex;
	gap: 4px
}

#api .rememberMe input {
	accent-color: #037c8a;
}

#api .rememberMe label {
	font-size: 1em;
	margin-bottom: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#forgotPassword {
	position: relative;
	top: -5px;
	margin-left: 0 !important;
}


/* Responsive behavior: stack the elements on small screens 
   Very hacky but it works if you go below 350px they will overlap so we adjust it for those devices
*/
@media (max-width: 350px) {
    #api .rememberMe {
        width: 100%; /* Take full width on small screens */
        margin-top: 0px; /* Remove the negative margin */
        justify-content: flex-start; /* Align to the left */
    }

    #forgotPassword {
        position: relative;
        margin-left: 100%; /* Remove any left margin */
        margin-top: 0; /* Increase the margin to move it further down */
        width: 100%; /* Take full width on small screens */
        text-align: right; /* Align to the right */
    }
}

#simplemodal-overlay {
    opacity: 0.8 !important; /* Slightly dim the background */
    background: rgba(0, 0, 0, 0.8) !important; /* Dark overlay */
    position: fixed !important; /* Fix the overlay to the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001 !important;
}

#simplemodal-container {
    background: #ffffff !important; /* White background for the modal */
    color: #333; /* Dark text for readability */
    border-radius: 10px; /* Rounded corners for better appearance */
    padding: 2rem; /* Spacing inside the modal */
    width: 90%; /* Responsive width */
    max-width: 400px; /* Limit the width */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); /* Add shadow for a floating effect */
    position: fixed !important; /* Fix the modal in place */
    z-index: 1002; /* Ensure itâ€™s above the overlay */
    text-align: center; /* Center text inside the modal */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    overflow: hidden; /* Prevent content overflow */
    display: flex; /* Flexbox for content alignment */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    gap: 2rem; /* Space between elements */
}

#simplemodal-container::before {
    content: '';
    width: 75px;
    height: 75px;
    aspect-ratio: 1;
    --g1: conic-gradient(from 90deg at 2px 2px, #0000 90deg, #000 0);
    --g2: conic-gradient(from -90deg at 13px 13px, #0000 90deg, #000 0);
    background:
        var(--g1), var(--g1), var(--g1), var(--g1),
        var(--g1), var(--g1), var(--g1), var(--g1),
        var(--g2), var(--g2), var(--g2), var(--g2),
        var(--g2), var(--g2), var(--g2), var(--g2);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    animation: l9 1s infinite alternate linear;
    display: block;
}

/* Loader animation */
@keyframes l9 {
    0%, 30% {
        background-position: 0 0, 50% 0, 100% 0, 0 50%, 100% 50%, 0 100%, 50% 100%, 100% 100%;
    }
    70%, 100% {
        background-position: 15% 15%, 50% 0, 85% 15%, 0 50%, 100% 50%, 15% 85%, 50% 100%, 85% 85%;
    }
}

body.modal-open {
    filter: blur(2px);
}

body:not(.modal-open) {
    filter: none;
}


/* Responsive: Add margins for larger screens */
@media (min-width: 1200px) {
    #simplemodal-container {
        margin-top: 2rem; /* Add some top margin */
    }
}


/* Responsive behavior: stack the elements on small screens
   Very hacky but it works if you go below 350px they will overlap so we adjust it for those devices
*/
@media (max-width: 350px) {
    #api .rememberMe {
        width: 100%; /* Take full width on small screens */
        margin-top: 0px; /* Remove the negative margin */
        justify-content: flex-start; /* Align to the left */
    }

    #forgotPassword {
        position: relative;
        margin-left: 100%; /* Remove any left margin */
        margin-top: 0; /* Increase the margin to move it further down */
        width: 100%; /* Take full width on small screens */
        text-align: right; /* Align to the right */
    }
}



/* Add specific styles for large screens (above 1700px) */
@media (min-width: 1700px) {
    #simplemodal-container {
        transform: translateX(-130%); /* Only translate horizontally */
    }
}

@media (max-width: 450px) {
    #simplemodal-container {
        display: none !important; /* Hide the modal container */
    }
}</pre></body></html>