/* CSS Document */
* {
  box-sizing: border-box; }

body {
  font-family: 'HelveticaNeueW01-55Roma', sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeueW01-75Bold', sans-serif;
  font-weight: normal; }

a {
  cursor: pointer; }

.fixWidth {
  width: 1024px !important; }

.minWidth {
  min-width: 1024px !important; }

.bgIMG {
  background-color: #85b6cd;
  background-image: url("../..stylelib/images/Picture3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 160px;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: -1; }

.bgIMG .overlay {
  background-image: url("../../stylelib/images/login-overlay.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  height: 100%; }

.loginbar {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 2; }

.loginbar .fixWidth {
  margin-bottom: -22px !important;
  top: -105px; }

.leftHolder {
  display: block;
  width: 49%;
  text-align: center;
  margin: 100px 5% 0 0;
  position: relative; }

.leftHolder h1 {
  color: #F7CB46 !important;
  margin: 0 0 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.67), 0 0 13px #000, 0 0 5px #000; }

.leftHolder.fright {
  margin: 100px 0 0 5%; }

.login-wrapper {
  margin: 0 auto; }

.loginbox {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.67);
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
  display: block;
  position: relative;
  margin: 0 5% 0 0;
  width: 40%; }

.loginbox.fleft {
  margin: 0 0 0 5%; }

.loginbox .logo {
  padding: 25px 15px 0; }

.loginbox .companylogo {
  max-height: 75px;
  max-width: 100% !important;
  margin: 0 !important; }

.loginbox form {
  display: block;
  margin: 15px 6% 0;
  text-align: center; }

.loginbox h2 {
  color: #004A8D !important;
  font-family: helvetica;
  padding: 12px 0 0 25px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7), -0.5px -0.5px 0 rgba(0, 0, 0, 0.4); }

.loginbox input {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
  margin: 4px auto 20px;
  min-width: 0;
  padding: 9px 2%;
  width: 96%; }

.loginbox .button {
  float: right;
  margin: 15px 0; }

.loginbox .nologin {
  display: block;
  font-size: 12px;
  padding: 21px 0 0 15px; }

.disabled {
  color: #CCCCCC;
  font-size: 13.3px;
  font-weight: normal; }

.loginbox .forgotpassword {
  display: none; }

.loginbox .forgotMessage {
  font-size: 13px;
  line-height: 1.1em;
  margin: 2px 0 5px 15px; }

#sso_login .button {
  margin-left: 15px; }

.tipple {
  width: 100%;
  padding: 50px 0 45px 40px;
  text-align: center; }

.tippleblock {
  color: #999;
  float: left;
  margin: 0;
  width: 33.33%; }

.huge {
  font-size: 52px;
  line-height: 1.3em; }

.tag {
  margin: 5px 0 0; }

.fcenter {
  margin: 0 auto;
  width: 73%; }

img.appLogo {
  left: 55px;
  max-width: 375px;
  position: absolute;
  top: -72px; }

.footer {
  display: block;
  font-size: 12px;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 10; }

.footer > div {
  border-top: 1px solid #e2e2e2;
  color: #666;
  padding: 10px 20px 0; }

.footer td {
  vertical-align: bottom;
  width: 33.334%;
  padding-bottom: 7px; }

.footer .powered {
  display: inline-block;
  padding: 40px 5px 0 0; }

.footer .g2link {
  color: #666; }

.footer .g2link:hover {
  color: #333; }

.footer .eclogo {
  position: relative;
  height: 48px;
  top: 13px; }

.footer .g2logo {
  height: 70px;
  float: right; }

/*# sourceMappingURL=login_legacy.css.map */
