body.signin {
  background: #F0F8FD; }

.ce-logo {
  height: 150px;
  background: url(../images/ce_logo.png) no-repeat;
  background-size: 140px;
  background-position: center; }

.signin-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 450px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative; }
  .signin-wrapper .lead {
    margin: 0 0 15px 0;
    font-size: 1.2em;
    color: #79869f; }
  .signin-wrapper .forgot-password {
    color: #79869f;
    text-decoration: none;
    font-size: 0.85em;
    float: right;
  }
  .signin-wrapper .signin-box .signin-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 2px;
    height: 40px; }
    .signin-wrapper .signin-box .signin-input:last-of-type {
      margin-bottom: 15px; }
  .signin-wrapper label {
    cursor: pointer;
    color: #79869f; }
  .signin-wrapper .sign-in-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    background: #0087e2;
    height: 40px; }
    .signin-wrapper .sign-in-btn:hover {
      background: #16a1ff; }
  @media screen and (max-width: 480px) {
    .signin-wrapper {
      width: 85%; } }

.signin-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 10px; }

.signin-box .clear-email {
  float: right;
  margin: -5px 5px 10px;
  text-decoration: none;
  color: #79869f;
  font-size: 0.85em;
}

.sign-in-hr {
  position: relative;
  text-align: center;
  margin: 25px 0;
  width: 100%;
  border-top: 1px solid #E1E6EF; }
  .sign-in-hr .hr-text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    font-size: 14px;
    color: #E1E6EF;
    background: #fff;
    width: 50px; }

.new-account {
  color: #79869f;
  font-size: 0.85em;
  text-align: right;
  position: absolute;
  right: 0; }
  .new-account a {
    text-decoration: none;
    color: #82bf02; }
    .new-account a:hover {
      text-decoration: underline; }

      a.login {
        text-decoration: none;
      color: #82bf02; }
      a.login:hover {
      text-decoration: underline; }
.signin-links {
  text-align: center;
  font-size: 0.75em;
  margin-top: 40px; }
  .signin-links li {
    display: inline-block;
    margin-right: 10px; }
  .signin-links a {
    text-decoration: none;
    color: #A5ACBB;
    opacity: 0.6; }
    .signin-links a:hover {
      opacity: 1; }
  .signin-links .copyright {
    display: block;
    margin-top: 10px;
    color: #A5ACBB;
    opacity: .6; }

span.error {
    position: relative;
    display: block;
    clear: both;
    margin-top: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    padding: 3px 9px 3px 9px;
    background: #fcc;
    color: #c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

span.error.dim {
  background: #fff9de;
  color: #464646;
}

p{
  color: #79869f
}

.modal-window .modal-inner.modal-signin {
  font-size: inherit;
  width: 500px;
  height: 270px;
}

.modal-window .modal-inner.modal-signin h1 {
  font-size: 2.2em;
}

.modal-window .modal-inner .signin-wrapper {
  width: 400px;
}

.modal-signin .signin-wrapper .sign-in-btn {
  border: 0;
}

.sign-in-btn-big {
  line-height: normal;
  height: auto!important;
  min-height: 40px;
  padding: 6px;
}

.modal.card-style .topper {
  background: #0087e2;
  color: #fff;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px 4px 0 0;
  font: "proxima nova soft", "proxima-nova-soft", "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  line-height: 70px; }
.modal.card-style .modal-padding {
  padding: 100px 30px 30px 30px; }
.modal.card-style .modal-close-2 {
    z-index: 999;
    top: 15px;
    right: 15px;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: no-repeat center center url(/images/close-2.png);
}
.modal .modal-inner.modal-welcomeback {
  text-align: center!important;
  width: 300px;
  border: none;
}
  .modal .modal-inner.modal-welcomeback .user-email {
    color: #3A4145;
    font-size: 16px;
    padding-bottom: 10px; }
  .modal .modal-inner.modal-welcomeback .change-usr {
    font-size: 13px;
    text-decoration: none;
    color: #0087e2;
  }
    .modal .modal-inner.modal-welcomeback .change-usr:hover {
      text-decoration: underline; }
  .modal .modal-inner.modal-welcomeback .profile-img {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    margin-bottom: 10px; }
    .modal .modal-inner.modal-welcomeback .profile-img img {
      width: 100%;
      border-radius: 2px; }
  .modal .modal-inner.modal-welcomeback button {
    display: block;
    width: 100%;
    margin-top: 40px;
    border: 0;
    border-radius: 2px;
    height: 40px;
    font-size: 15px;
  }
  .modal .modal-inner.modal-welcomeback p {
    text-align: center; }
