@CHARSET "UTF-8";

html[data-useragent*='MSIE 10.0'] body.login div.login-container {
  padding-top: 10%;
}

body.login {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

body.login form, body.expired-pwd form {
  background-color: transparent;
}

.login-container {
  top: -25px;
  position: relative;
}

.login-table {
  font-size: 1em;
  margin: 15% auto 0px;
  text-align: left;
}

.login-table input {
  font-size: 1em;
  font-weight: normal;
/*   background-color: trasparent; */
}

.login-table input.save-login {
  background-color: #528195;
}

body.login button {
  font-size: 1em;
  margin: 0;
  width: 100px;
  height: 30px;
}

.login-table th {
  color: white;
  font-size: 15pt;
}

.expired .login-table th {
  width: 174px;
}

.login-table select {
  width: auto;
  align-items: left;
}

div.img {
  position: relative;
  z-index: 15;
  text-align: center;
}

div.box {
  width: 400px;
  border: solid 1px transparent;
  background: #528195;
  text-align: center;
  z-index: 10;
  margin: 0 auto 10px;
}

div.environment {
  color: white;
  font-size: 15pt;
  font-weight: bold;
  margin: 10px;
}

input:read-only {
  background-color: lightgray;
  border: none;
}

.expired div.box {
  width: 440px;
}

.show-message div.box {
  height: 160px;
}

.container-login .box {
  height: 200px;
}

body.login div.error {
  position: absolute;
  z-index: 20;
  color: #F06331;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

div.error .message {
  font-size: x-large;
}

div.error .details {
  font-size: small;
}

table.logos {
  font-size: 1em;
  top: 13%;
  left: 0;
  position: relative;
}

body.expired-pwd table {
  font-size: 14pt;
  color: white;
}

body.expired-pwd input {
  font-size: 12pt;
  background-color: #528195;
}

div.copyright {
  text-align: center;
}

.login-message {
  color: orange;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.login.show-message a:link {
  text-decoration: none;
  color: orange;
  font-weight: bold
}

.login.show-message a:visited {
  text-decoration: none;
  color: orange;
  font-weight: bold
}

.login.show-message a:active {
  text-decoration: none;
  color: orange;
  font-weight: bold
}

.login.show-message a:hover {
  text-decoration: none;
  color: orange;
  font-weight: bold
}

.login .logo {
  background-image: url(img/logo.png);
  background-color: white;
  width: 90%;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5%;
  position: relative;
  top: 45px;
  z-index: 1000;
}

.login .logo span {
  font-size: 18px;
  color: #333;
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}