#login .wrapper {
  width: 340px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -170px;
  margin-top: -250px;
}

#login-logo {
  background: url(/img/logo-white.png) 0 0 no-repeat scroll transparent;
  background-size: 224px;
  height: 38px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  width: 224px;
}

#login-strapline {
  text-align: center;
  color: #d1edfe;
  margin: 5px 0;
  font-size: 14px;
  text-shadow: #0b1c30 0 1px 0; }

#login-strapline h1 {
  font: normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

#login .wrapper .transparent-window {
  width: 310px;
  margin: 0px auto;
  color: #fff;
  margin-top: 4px; }

#login .wrapper .transparent-window a {
  color: rgb(218, 234, 249);
  font-size: 13px; }

#login .wrapper .transparent-window a:hover {
  color: #ffffff; }

.transparent-window {
  overflow: hidden;
  padding-bottom: 10px; }

.transparent-window .links {
  position: relative; text-align: center; margin-top: 20px;
}

.transparent-window .links a {
  overflow: hidden;
  text-decoration: none !important; }

.transparent-window.info {
  margin-top: 24px !important;
  font-size: 1.2em; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #807eeb; }

.wrapper h1 {
  color: #F2F2F2;
  font-size: 20px;
  margin-bottom: 5px; }

#login-form #submit {
  display: inline;
  font-size: 1.5em;
  width: 100%;
  height: 38px;
  position: relative;
  top: 1px;
  margin-bottom: 5px; }

.firefox #login-form #submit {
  top: -1px; }

.wrapper .errors {
  visibility: hidden; }

#login-form .username, #login-form .password {
  padding-bottom: 5px; }

#login-form input.text {
  font-size: 1.7em;
  font-weight: 200;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 0px;
  width: 100%;
  padding: 6px 8px;
  color: #7c807c; }

.firefox #login-form input.text {
  padding: 9px 8px 6px; }

#login-form {
  width: 625px;
  margin: 0px auto;
  position: relative; }

.wrapper .loading-background {
  background: url("/images/ajax-loader-small.gif") no-repeat scroll 50% 50% transparent;
  display: none;
  margin: 0 auto; }

.input-container {
  width: 38%;
  float: left;
  margin-right: 2%; }

#login-form .top {
  width: 100%; }

#login-form .bottom {
  overflow: hidden;
  width: 100%; }

#login-area-wrapper {
  position: relative; }

/*Customer login popup*/
.modal-backdrop {
  z-index: 2000;
  width: 100%;
  height: 100%; }
  .modal-backdrop.in {
    opacity: 0.65; }

.modal {
  z-index: 2010; }
  .modal .modal-dialog {
    padding-top: 64px;
    z-index: 2020; }

#login-modal.modal {
  z-index: 2010; }
  #login-modal.modal .modal-dialog {
    padding-top: 64px;
    z-index: 2020;
    width: 400px; }
  #login-modal.modal #login .wrapper {
    margin: 0 auto;
    position: relative;
    left: auto;
    border: none;
    box-shadow: none;
    background: none; }
    #login-modal.modal #login .wrapper .transparent-window {
      width: 330px; }
    #login-modal.modal #login .wrapper .errors {
      display: none;
      color: red;
      font-size: 0.8em;
      padding: 10px 12px;
      background: rgba(255, 0, 0, 0.05);
      border-radius: 3px; }
  #login-modal.modal #login .username, #login-modal.modal #login .password {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px;
    margin-top: 8px; }
  #login-modal.modal #login .login-icon {
    color: #aaa;
    font-size: 18px;
    left: 0px;
    position: absolute;
    top: 6px; }
  #login-modal.modal #login input.text {
    text-indent: 0px; }
  #login-modal.modal .transparent-window {
    overflow: inherit; }
  #login-modal.modal .modal-header {
    border: none;
    text-align: center; }
    #login-modal.modal .modal-header h3 {
      font-size: 2em;
      color: #999;
      padding-top: 10px; }
  #login-modal.modal .button-login {
    margin: 40px 0 22px; }
  #login-modal.modal #login-form input.text {
    font-size: 1.4em;
    outline-color: invert; }
  #login-modal.modal #login-form #submit {
    background-color: #35AEE7;
    padding: 12px 20px;
    border: 0 none !important;
    border-radius: 4px;
    height: auto !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  #login-modal.modal .checkbox-wrapper {
    color: #999;
    font-weight: normal;
    padding-left: 18px;
    position: relative;
    display: inline; }
  #login-modal.modal .links {
    padding: 20px 0 14px; }
    #login-modal.modal .links a, #login-modal.modal .links label {
      font-size: 13px; }
    #login-modal.modal .links a:hover {
      color: #3498db !important; }
  #login-modal.modal .social-login-buttons {
    padding: 8px 0px;
    text-align: center;
    padding-top: 20px; }
  #login-modal.modal .modal-body {
    padding-bottom: 0px;
    padding-top: 10px; }
  #login-modal.modal label.checkbox-wrapper input[type="checkbox"] {
    margin: 4px 4px 0px 0;
    position: absolute;
    left: 0px;
    top: 0px; }

.sep {
  background-color: #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60px; }
  .sep .label-or {
    left: 50%;
    color: #999;
    margin: -10px 0 0 -15px;
    top: 50%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
    width: 30px;
    line-height: 20px; }

.social-login-buttons {
  padding: 14px 0px;
  text-align: center;
  clear: both; }
  .social-login-buttons .app-button {
    font-size: 1.2em;
    line-height: 20px;
    margin-top: 6px;
    width: 50px;
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    margin-left: 6px; }
    .social-login-buttons .app-button:hover {
      background: #f3f3f3;
      border-radius: 50%; }
      .social-login-buttons .app-button:hover span {
        color: #333; }
      .social-login-buttons .app-button:hover i {
        color: #333; }
        .social-login-buttons .app-button:hover i.fa-linkedin-square {
          color: #006699; }
        .social-login-buttons .app-button:hover i.fa-google {
          color: #D73D32; }
        .social-login-buttons .app-button:hover i.fa-facebook {
          color: #415E9B; }
    .social-login-buttons .app-button span {
      color: #999; }
  .social-login-buttons .button i {
    font-size: 30px;
    color: #d5e6fc; }

.sig50 {
  float: left;
  padding: 10px 20px;
  width: 50%;
  position: relative; }

.placeholder {
  color: #aaa !important; }

.is-popup.window {
  font-size: 14px;
  line-height: 22px; }
  .is-popup.window h2 {
    padding-top: 0px;
    font-size: 22px !important;
    font-weight: 200;
    color: #999;
    padding-bottom: 24px; }
  .is-popup.window #mail-for-password {
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 2px; }
  .is-popup.window #mail-for-password-button {
    color: white !important;
    float: right;
    position: absolute;
    bottom: 22px;
    right: 22px; }
  .is-popup.window #forgot-messages {
    font-size: 13px; }
    .is-popup.window #forgot-messages > div {
      display: none;
      line-height: 16px; }
      .is-popup.window #forgot-messages > div.info {
        color: #2ca083; }
  .is-popup.window #back-button {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    left: 16px; }

@media screen and (max-width: 991px) {
  div.window {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .modal-open .modal {
    background: white; }

  .modal .modal-header {
    padding: 20px 15px 6px 15px; }
    .modal .modal-header h3 {
      padding-top: 0px; }
    .modal .modal-header .close {
      margin-top: -6px;
      font-size: 26px; }
  .modal .modal-body {
    padding: 2px 16px 0px 16px !important;
    margin-top: 40px; }
  .modal .modal-dialog {
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px; }
    .modal .modal-dialog .modal-content {
      border-radius: 0px;
      border: none;
      box-shadow: none; }
  .modal .button-login {
    margin: 36px 0 12px; }
  .modal #login .wrapper {
    width: 100%; }
    .modal #login .wrapper .transparent-window {
      width: 100%; }
  .modal .checkbox-wrapper {
    padding-left: 24px; }

  .modal label.checkbox-wrapper input[type="checkbox"] {
    margin: 1px 8px 0px 2px; }

  .modal-body {
    padding: 0px !important; }

  .cc-embed.modal .modal-body {
    margin: 0px !important; }
  .cc-embed.modal .modal-header {
    padding: 15px 15px 6px 15px;
    text-align: center; }
    .cc-embed.modal .modal-header h3 {
      padding-top: 30px;
      font-size: 30px !important;
      font-weight: 200;
      font-family: "Raleway", Lucida Sans Unicode, "Helvetica Neue", Helvetica,Arial,sans-serif; }
  .cc-embed.modal .username, .cc-embed.modal .password {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px;
    margin-top: 16px !important; }
    .cc-embed.modal .username input, .cc-embed.modal .password input {
      font-size: 22px;
      outline-color: invert;
      font-weight: 200;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border-width: 0px;
      width: 100%;
      padding: 6px 4px;
      color: #7c807c !important;
      background-color: white; }
  .cc-embed.modal #cc-login-button {
    margin-bottom: 16px; } }
.ie8 a.bright-btn {
  background: #3498db !important; }
.ie8 a.disabled {
  background: #ccc !important;
  color: #fff !important; }
.ie8 .placeholder {
  color: #aaa; }
.ie8 #login input.text {
  padding-left: 24px; }
.ie8 #login .login-icon {
  top: 6px; }

.ie8 .social-login-buttons .app-button {
  background: none;
  border: none; }
.ie8 #registrationsubmit {
  background: #3498db; }
.ie8 .col-lg-6 {
  width: 50% !important; }

.animated {
  animation-duration: 100ms;
  -webkit-animation-duration: 100ms;
  -moz-animation-duration: 100ms; }

button:focus {
  outline: none; }

.cc-embed .modal-dialog {
  background: white;
  padding-top: 0px; }
.cc-embed .message {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #666;
  min-height: 30px;
  clear: both; }
.cc-embed .avatar {
  position: relative;
  text-align: center; }
  .cc-embed .avatar img {
    border-radius: 50%;
    /*border: 3px solid white;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35); */
    /*0px 3px 8px rgba(0, 0, 0, 0.35);*/
                                                                                   /*
-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);*/
    position: absolute;
    left: 58px;
    margin-left: -35px;
    top: 20px; }
  .cc-embed .avatar .name {
    background: white;
    padding: 40px 0px;
    /*padding: 62px 0px 4px;*/
    line-height: 20px;
    text-align: left;
    margin-left: 120px;
    /*margin-left: 106px;*/
    /*margin-top: -28px;*/
    position: relative;
    display: inline-block;
    float: left;
    /*padding-bottom: 28px;*/
    max-height: 145px;
    overflow: hidden; }
    .cc-embed .avatar .name h3 {
      font-weight: bold; }
    .cc-embed .avatar .name span {
      font-size: 13px; }
.cc-embed .modal-body {
  padding: 0px; }
.cc-embed .cc-signin {
  width: 100%;
  margin: 0px;
  padding: 0px; }
  .cc-embed .cc-signin #submit {
    display: inline;
    width: 100%;
    position: relative;
    top: 1px;
    margin-bottom: 5px;
    background-color: rgba(52, 152, 219, 0.7);
    border: 0 none !important;
    border-radius: 4px;
    height: auto !important;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    padding: 1px 20px;
    text-transform: initial;
    font-weight: normal;
    font-size: 15px; }
  .cc-embed .cc-signin .sign-in-bk {
    background: #EEEEEE;
    padding: 28px 18px;
    text-align: center; }
    .cc-embed .cc-signin .sign-in-bk span {
      font-size: 15px;
      font-style: italic; }
.cc-embed .errors {
  visibility: hidden;
  color: red;
  padding: 4px 12px;
  background: rgba(255, 0, 0, 0.05);
  border-radius: 3px;
  margin: 0 18px;
  font-size: 14px;
  font-weight: 200; }
.cc-embed .cc-signup {
  padding: 18px;
  padding-top: 0px; }
  .cc-embed .cc-signup input {
    width: 100%;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 12px 10px;
    text-indent: 4px;
    font-size: 15px;
    border: 1px solid #ddd; }
  .cc-embed .cc-signup .reset-password {
    height: 40px;
    display: block;
    text-align: right;
    line-height: 33px;
    font-size: 14px; }
  .cc-embed .cc-signup .sign-up {
    width: 100%;
    background-color: rgba(52, 210, 124, 0.9);
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    display: block;
    margin-top: 8px;
    color: white;
    font-size: 15px;
    text-align: center; }
    .cc-embed .cc-signup .sign-up.grey {
      background: #ABB7B7; }
    .cc-embed .cc-signup .sign-up.sign-in-bt, .cc-embed .cc-signup .sign-up#cc-login-button {
      background: #35AEE7;
      padding: 12px 20px;
      border: 0 none !important;
      border-radius: 4px;
      height: auto !important;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  .cc-embed .cc-signup .tooltip-content {
    position: absolute;
    left: 16px;
    bottom: 114px;
    width: 318px;
    text-align: left;
    border-radius: 6px;
    background: rgba(239, 72, 54, 0.9);
    font-size: 12px;
    padding: 6px; }
    .cc-embed .cc-signup .tooltip-content:after {
      left: 12px;
      margin: auto;
      border-top: 6px solid rgba(239, 72, 54, 0.9); }
.cc-embed .modal-content {
  background: white; }
.cc-embed #cc-login-form .username, .cc-embed #cc-login-form .password {
  position: relative;
  padding: 0px;
  margin-top: 8px !important; }
.cc-embed .registration_completed {
  padding: 20px;
  color: #666;
  font-size: 14px;
  display: block;
  width: 100%; }
  .cc-embed .registration_completed h2 {
    color: #666; }

.open-registration {
  background: #eceef1;
  height: 100% !important;
  font: 0.76em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important; }
  .open-registration .window-content {
    margin: 0 auto;
    max-width: 100%;
    background: white; }
    .open-registration .window-content #community-dashboard-banner img {
      width: 100%; }
    .open-registration .window-content .open-desc {
      padding: 12px 20px;
      vertical-align: top;
      text-align: center;
      background: #f3f3f3; }
      .open-registration .window-content .open-desc .text {
        max-width: 600px;
        display: block;
        margin: 0 auto; }
      .open-registration .window-content .open-desc h1 {
        padding-bottom: 28px;
        padding-top: 30px;
        font-size: 28px; }
      .open-registration .window-content .open-desc p {
        font-size: 18px; }
    .open-registration .window-content .cc-embed {
      min-height: 340px;
      padding: 30px 20px 10px;
      display: block;
      border-left: 1px dashed #eee; }
      .open-registration .window-content .cc-embed .modal-dialog {
        margin: 0 auto; }
        .open-registration .window-content .cc-embed .modal-dialog .avatar {
          display: none; }
        .open-registration .window-content .cc-embed .modal-dialog .message {
          display: none; }
        .open-registration .window-content .cc-embed .modal-dialog .cc-signin .sign-in-bk {
          background: none;
          text-align: center; }
          .open-registration .window-content .cc-embed .modal-dialog .cc-signin .sign-in-bk span {
            font-size: 16px; }
        .open-registration .window-content .cc-embed .modal-dialog .cc-signin #sign-in-bt {
          background: none;
          color: #77B8E6;
          display: inline;
          padding: 0px;
          padding-left: 4px;
          font-size: 16px;
          font-style: italic; }

@media screen and (max-width: 767px) {
  .window-content .open-desc, .window-content .cc-embed {
    width: 100%; } }
.navbar-brand img {
  padding-right: 8px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input {
  outline-style: none; }

.video-container iframe {
  width: 100% !important; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.file-path-wrapper {
  position: absolute;
  bottom: -15px;
  min-width: 300px; }

.signed-in {
  background-color: #439efc !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px !important;
  margin: 5px !important;
}

.signed-in:hover {
  color: #3663ca !important;
  background-color: #fff !important;
}
/*# sourceMappingURL=login.css.map */
