
html, body {
  height: 100%;
}

img#logo {
    width: 100%;
    max-width: 330px;
}

form#form-signin, form#form-signin-select-company, #centered_account_operations {
  width: 100%;
  max-width: 512px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

u.link {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cursor_pointer
{
    cursor: pointer !important;
}

.ml-1em {
  margin-left: 1em;
}

.mt-1em {
  margin-top: 1em;
}

img.article_thumb {
  width: 64px;
  height: 64px;
  background: #666;
  overflow: hidden;
  display: inline-block;
}


td.va-middle {
  vertical-align: middle;
}