/* This file is auto-generated from a `scss` file with the same name */

@charset "UTF-8";
body {
  background-color: #fafafa;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0; }

.logoWrapper {
  height: 100%;
  padding: 3px 0;
  box-sizing: border-box; }

.logoImg {
  margin-left: calc(10%);
  height: 42px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

img.logoImg {
  display: none; }

.wlHeader {
  height: 48px; }

.wlLoginWrapper {
  width: 450px;
  margin: 70px auto; }
  .wlLoginWrapper h1, .wlLoginWrapper h3, .wlLoginWrapper h4 {
    font-weight: 300; }
  .wlLoginWrapper h1 {
    font-size: 49px;
    margin-bottom: 10px;
    line-height: 0.8; }
  .wlLoginWrapper h3 {
    margin: 10px 0;
    font-size: 32px;
    line-height: 0.8; }

.wlLoginForm {
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #e9e9e9 solid;
  background-color: #ffffff;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  padding: 30px; }

.wlLoginForm hr {
  border: none;
  background-color: #e9e9e9;
  height: 1px;
  margin: 2px 0 20px 0; }

.wlLoginForm .textField {
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px #e9e9e9 solid;
  background-color: #fafafa;
  display: block;
  padding: 10px 0 10px 40px;
  width: 100%;
  margin: 0;
  height: 38px; }

.wlLogin input[type="password"] {
  margin-top: 19px; }

.wlLogin .wlInputs {
  height: 97px; }

.wlInputs {
  width: 100%; }

.pwdSectionWrapper {
  height: 40px; }

.wlLoginForm .wlInputs input[id="j_username"] {
  margin-bottom: 19px; }

.lt-ie10.wlLogin .wlFirstLogin .wlInputs > input:first-child {
  margin-bottom: 19px; }

.lt-ie10.wlLogin .wlFirstLogin .dm-iconenvelope {
  height: 0px;
  width: 0px;
  float: left; }
  .lt-ie10.wlLogin .wlFirstLogin .dm-iconenvelope:before {
    position: relative;
    top: -40px;
    left: 9px;
    font-size: 26px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.lt-ie10.wlLogin .wlFirstLogin .dm-iconlock {
  height: 0px;
  width: 0px;
  float: left; }
  .lt-ie10.wlLogin .wlFirstLogin .dm-iconlock:before {
    position: relative;
    top: 18px;
    left: -178px;
    font-size: 30px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.lt-ie10 .pwdWrapper input {
  width: 95%; }

.lt-ie10 .wlLogin .wlInputs .dm-iconenvelope {
  height: 0px;
  width: 0px;
  float: left; }
  .lt-ie10 .wlLogin .wlInputs .dm-iconenvelope:before {
    position: relative;
    top: -10px;
    left: 30px;
    font-size: 26px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.wlFirstLogin .pwdSectionWrapper > div {
  width: 50%;
  height: 100%; }

.wlFirstLogin input[type="password"] {
  width: 95%; }

.wlFirstLogin .pwdWrapper {
  float: left; }
  .wlFirstLogin .pwdWrapper input {
    float: left; }

.wlFirstLogin .confirmPwdWrapper {
  float: right;
  display: block; }
  .wlFirstLogin .confirmPwdWrapper input {
    float: right;
    padding-left: 10px; }

.wlFirstLogin .wlPasswordOps {
  margin-top: 10px; }

.confirmPwdWrapper {
  display: none; }

.wlLoginForm .textField[type="text"] {
  background-color: #fafafa; }

.dm-iconenvelope {
  height: 0px;
  width: 0px;
  float: left; }
  .dm-iconenvelope:before {
    position: relative;
    top: -37px;
    left: 9px;
    font-size: 26px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.dm-iconlock {
  height: 0px;
  width: 0px;
  float: left; }
  .dm-iconlock:before {
    position: relative;
    top: -19px;
    left: 7px;
    font-size: 30px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.wlResetPwd .wlFirstLogin .dm-iconlock {
  height: 0px;
  width: 0px;
  float: left; }
  .wlResetPwd .wlFirstLogin .dm-iconlock:before {
    position: relative;
    top: 19px;
    left: -177px;
    font-size: 30px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.wlLogin .wlFirstLogin .dm-iconlock {
  height: 0px;
  width: 0px;
  float: left; }
  .wlLogin .wlFirstLogin .dm-iconlock:before {
    position: relative;
    top: 38px;
    left: -177px;
    font-size: 30px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.wlAskResetPwd .wlLoginForm .dm-iconenvelope,
.wlResetPwd .wlFirstLogin .dm-iconenvelope,
.wlLogin .wlFirstLogin .dm-iconenvelope {
  height: 0px;
  width: 0px;
  float: left; }
  .wlAskResetPwd .wlLoginForm .dm-iconenvelope:before,
  .wlResetPwd .wlFirstLogin .dm-iconenvelope:before,
  .wlLogin .wlFirstLogin .dm-iconenvelope:before {
    position: relative;
    top: -18px;
    left: 9px;
    font-size: 26px;
    line-height: 0;
    z-index: 1;
    color: #8b8b8b; }

.wlLoginBtn {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  float: right;
  padding: 5px 40px;
  font-size: 20px;
  cursor: pointer;
  font-weight: light;
  font-family: inherit;
  margin-top: 10px; }

.wlGotoLogin {
  padding: 45px 0 0 0; }
  .wlGotoLogin a.wlLoginBtn {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    float: none; }

.wlPasswordOps {
  font-size: 14px;
  float: left; }

.loginForgotLink {
  margin-top: 10px;
  display: block;
  text-decoration: none; }

.wlLoginError {
  color: red;
  height: 20px;
  margin: 5px 0 5px;
  font-size: 14px;
  text-align: left;
  padding: 2px 0;
  line-height: 13px; }

.wlValidationError {
  color: red;
  text-align: center; }

.wlAskResetPwd hr, .wlResetPwd hr {
  display: none; }

.wlAskResetPwd .wlInputs, .wlResetPwd .wlInputs {
  height: 40px; }

.wlAskResetPwd h4, .wlResetPwd h4 {
  margin-top: 0; }

.wlAskResetPwd .wlLoginForm, .wlResetPwd .wlLoginForm {
  height: 175px; }

input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px; }

input[type="checkbox"] {
  position: relative;
  margin: 0;
  vertical-align: middle;
  visibility: hidden; }
  input[type="checkbox"] + label {
    margin: 0px 0 0px 10px;
    display: inline-block;
    color: #656565;
    cursor: pointer; }
    input[type="checkbox"] + label span {
      position: relative;
      margin: 0;
      display: block; }
      input[type="checkbox"] + label span:before {
        content: ''; }
      input[type="checkbox"] + label span:after {
        border-radius: 2px;
        position: absolute;
        top: 1px;
        left: -27px;
        content: '';
        width: 14px;
        height: 14px;
        border: 1px solid rgba(202, 202, 202, 0.82);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        background-color: #fefefe; }
  input[type="checkbox"]:checked + label {
    color: #404040; }
    input[type="checkbox"]:checked + label span:after {
      background-color: #ffffff;
      border-color: #bebebe; }
    input[type="checkbox"]:checked + label span:before {
      content: "";
      position: absolute;
      top: 1px;
      left: -27px;
      z-index: 1;
      color: #656565;
      font-size: 16px; }

@media only screen and (max-width: 568px) {
  .wlLoginWrapper {
    width: auto;
    margin: 0; }
  .wlTitle {
    padding: 0 30px; } }