/* Generated by less 2.5.1 */
/*@-webkit-keyframes move-up { 0% {
	-webkit-transform: translateY(300px);
	opacity: 0;
}

}
@-moz-keyframes move-up { 0% {
	-moz-transform: translateY(300px);
	opacity: 0;
}

}
@-ms-keyframes move-up { 0% {
	-ms-transform: translateY(300px);
	opacity: 0;
}

}
@-o-keyframes move-up { 0% {
	-o-transform: translateY(300px);
	opacity: 0;
}
}*/
html {
  height: 100%;
  margin: 0;
}
.simbaportal-login-body {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  overflow: hidden;
  display: block;
}
.simbaportal-login-div-app {
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #353637;
  color: #5a6066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: -moz-radial-gradient(center, ellipse cover, #4c4d4e 0%, #303131 100%);
  opacity: 1;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #4c4d4e), color-stop(100%, #303131));
  background: -webkit-radial-gradient(center, ellipse cover, #4c4d4e 0%, #303131 100%);
  background: -o-radial-gradient(center, ellipse cover, #4c4d4e 0%, #303131 100%);
  background: -ms-radial-gradient(center, ellipse cover, #4c4d4e 0%, #303131 100%);
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  white-space: nowrap;
}
.simbaportal-login-shake {
  position: absolute;
  top: 50%;
  margin-top: -160px;
  left: 0;
  width: 100%;
}
.simbaportal-login-fadein {
  position: absolute;
  top: 50%;
  margin-top: -160px;
  left: 0;
  width: 100%;
  -webkit-animation: move-up 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: move-up 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: move-up 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-name: move-up 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-name: move-up 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.simbaportal-login-panel {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 330px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 1em 1em 2em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.simbaportal-login-topline {
  padding: 0em 0em 2em 0em;
  margin: 0;
}
.simbaportal-login-img {
  float: left;
  width: 40%;
}
.simbaportal-login-title {
  width: 60%;
  margin-left: auto;
  text-align: right;
  line-height: 1;
  padding: 0;
  margin-top: 0;
  font-size: 28px;
  vertical-align: top;
  display: inline-block;
  color: #c4cacf;
  letter-spacing: -0.02em;
}
.simbaportal-login-clear {
  clear: left;
}
.simbaportal-login-formdiv {
  display: block;
  text-align: center;
  width: 100%;
}
.simbaportal-login-formdiv form {
  display: inline-block;
  text-align: left;
  white-space: normal;
}
.simbaportal-login-table input {
  width: 142px;
  font: inherit;
  padding: 1px;
  margin-left: 5px;
}
.simbaportal-login-button {
  display: block;
  text-align: center;
  width: 150px;
  font: inherit;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  border: 1px solid #fff;
  background: #b90834;
  cursor: pointer;
  float: right;
}
#error-div {
  text-align: center;
  margin-top: 10px;
  color: #FE2E2E;
}
.server-notification {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #b90834;
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
footer {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
footer a {
  text-decoration: none;
  display: inline-block;
  color: #c4cacf;
  font-size: 11px;
  padding: 3px 5px;
  opacity: 0.4;
}
footer a:hover {
  opacity: 1.0;
}
