<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-system-logout-btn {
  cursor: pointer;
}
.userSystem a {
  color: var(--onelambda-color);
}
.userSystem a:hover {
  color: var(--onelambda-color-hover);
}
.userSystem .heading {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}
.userSystem p {
  font-family: HelveticaNeue-Light;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
}
.userSystem #userSystemLoginModal {
  max-width: 1200px;
  margin: 0 auto;
}
.userSystem #userSystemLoginModal .modal-header {
  border: 0;
}
.userSystem #userSystemLoginModal .modal-body {
  padding: 0;
}
.userSystem #userSystemLoginModal #userSystemSignInError,
.userSystem #userSystemLoginModal #userSystemRegisterError {
  display: none;
}
.userSystem label {
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 17px;
  font-weight: 500;
  display: inline-block;
}
.userSystem label.required {
  position: relative;
}
.userSystem label.required::after {
  content: '*';
  color: #E71316;
  font-size: 12px;
  padding-left: 3px;
}
.userSystem input,
.userSystem select,
.userSystem textarea {
  background: #FFFFFF;
  border: 1px solid #C9C8C8;
  border-radius: 4px;
  padding: 9px 10px;
  display: block;
  width: 100%;
}
.userSystem input.error,
.userSystem select.error,
.userSystem textarea.error {
  border: 1px solid #E71316;
}
.userSystem .error-text {
  color: #E71316 !important;
  margin: 15px 0;
}
.userSystem input:disabled,
.userSystem select:disabled,
.userSystem textarea:disabled {
  color: #8A8A8A;
  background-color: #EDEDED;
}
.userSystem #registrationSuccessSection {
  display: none;
}
.userSystem #loginHeader,
.userSystem #loginForm,
.userSystem #userSystemRegister {
  width: 75%;
  margin: 0 auto;
}
.userSystem #passwordRegisterMismatchErrorText {
  display: none;
}
.userSystem #loginSection #loginHeading {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}
.userSystem #loginSection p {
  font-family: HelveticaNeue-Light;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
}
.userSystem #loginSection #loginHelpText {
  font-family: HelveticaNeue;
  font-size: 12px;
  color: #222222;
  text-align: center;
  line-height: 17px;
  font-weight: 400;
  margin: 20px 15px;
}
.userSystem #loginSection #register-now-section {
  margin: 0;
  padding: 45px 20px;
  background-color: #dcdcdc;
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/user_system_login/clientlib/resources/register.png');
  background-size: cover;
}
.userSystem #loginSection #register-now-section #noProfileText {
  font-family: HelveticaNeue-Light;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
}
.userSystem #loginSection #register-now-section #register-now-btn {
  font-family: HelveticaNeueBold;
  font-size: 16px;
  color: var(--onelambda-color);
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
}
.userSystem #registrationSection {
  display: none;
}
.userSystem #registrationSection #registrationHeader {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}
.userSystem #registrationSection p {
  font-family: HelveticaNeue-Light;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
}
.userSystem #confirmationSection {
  display: none;
  padding-bottom: 150px;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}
.userSystem #confirmationSection #confirmationHeader {
  font-family: HelveticaNeue-Medium;
  font-size: 22px;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
}
.userSystem #confirmationSection #confirmationHeader #general_interest_conf_message,
.userSystem #confirmationSection #confirmationHeader #customer_conf_message,
.userSystem #confirmationSection #confirmationHeader #channel_partner_conf_message,
.userSystem #confirmationSection #confirmationHeader #employee_conf_message {
  display: none;
}
@media screen and (max-width: 768px) {
  .userSystem #confirmationSection #confirmationHeader {
    font-size: 16px;
    line-height: 20px;
  }
}
.userSystem .help-text {
  font-family: HelveticaNeue-Light;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 200;
}
.userSystem #passwordRegisterHelpText.error {
  color: #E71316;
}
@media screen and (max-width: 768px) {
  .userSystem #confirmationSection {
    padding-bottom: 100px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .userSystem .xs-center {
    text-align: center !important;
  }
}
</pre></body></html>