body {background-color:#fff}

.hero-unit {
/*    padding: 45px 140px 90px; */
    padding: 80px 140px 10px;
}

.hero-unit label{color:#888;text-shadow: 1px 1px #fff}
.hero-unit .btn{color:#444;font-size:18px;font-weight:bold;text-shadow: 1px 1px #999}

.top
{
    background: url(lux-logos-09nov2018.png) no-repeat center;
    height: 378px;
}

.container {width: 662px}

a {
    color: #3399CC;
    text-decoration: none;
}

a:hover {
    color: #f26722;
    text-decoration: none;
}

.hero-unit {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 3px #ccc;
  background-color:#fff;
  }
  
.hero-unit h1
{
  color:#000;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 1px 1px #999;
}

.forgot {
    display: none;
}

.hero-unit p {
    display: none
}

input.error {border:1px solid #ff0000 !important;
-moz-box-shadow: 0 0 2px #ff0000;
-webkit-box-shadow: 0 0 2px #ff0000;
-o-box-shadow: 0 0 2px #ff0000;
box-shadow: 0 0 2px #ff0000;}
div.error {display: none !important}

.alert {
    margin-left: 72px;
    position: absolute;
/*    top: 515px; */
    top: 375px;
    width: 500px;}
