<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
  .container,
  .headerImage {
    width: 100%;
  }
  input[type="text"],
  input[type="password"] {
    padding: 5px;
    font-size: 16px;
    margin: 2px;
  }
  #loginLeftSide {
    width: 100%;
    font-size: 14px;
  }
  .button {
    width: 95%;
    line-height: 24px;
    -webkit-border-radius: 5px;
  }
  .loginDivText {
    order: 1;
  }
  #link_lost_password {
    order: 2;
  }
  .forgotPwdContainer {
    display: flex;
    flex-flow: column;
  }
  table {
    margin-left: 5px;
  }
  /*IE9 Fix*/
  /*Buttons area wrapped with a 'div' container with the '.buttonMask' class. 
    Therefore, overruling the classis necesarry*/
  .buttonMask {
    width: 90%;
  }
  .buttonMask .ubnloginpagebutton,
  .buttonMask .ubnlostpasswordbutton,
  .buttonMask .ubnregisterpagebutton {
    width: 100% !important;
  }
}</pre></body></html>