@charset "UTF-8";
/*******例子：
旋转-transform:rotate(10deg);
倾斜-transform:skew(20deg);
缩放-transform:scale(x,y);
位移-transform:translate(120px,0);
综合transform{transition:all 1s ease-in-out;}
*******/
.login-social-grids {
  margin: 1em 0; }
  .login-social-grids ul {
    padding: 0;
    margin: 0; }
    .login-social-grids ul li {
      display: inline-block;
      margin: 0 .5em 0 0; }
      .login-social-grids ul li a {
        color: #fff;
        text-align: center; }
        .login-social-grids ul li a:hover {
          filter: alpha(opacity=60);
          -khtml-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
        .login-social-grids ul li a i.fa {
          height: 30px;
          width: 30px;
          line-height: 30px;
          border-radius: 50%;
          color: #fff;
          -webkit-transition: all, .5s;
          -moz-transition: all, .5s;
          -o-transition: all, .5s;
          transition: all, .5s;
          filter: alpha(opacity=90);
          -khtml-opacity: 0.9;
          -moz-opacity: 0.9;
          opacity: 0.9; }
          [data-theme="orange"] .login-social-grids ul li a i.fa {
            background-color: #FE7F03 !important; }
          [data-theme="green"] .login-social-grids ul li a i.fa {
            background-color: #00BE7E !important; }
          [data-theme="cyan"] .login-social-grids ul li a i.fa {
            background-color: #04A09D !important; }
          [data-theme="blue"] .login-social-grids ul li a i.fa {
            background-color: #3975C6 !important; }
          [data-theme="darkTurquoise"] .login-social-grids ul li a i.fa {
            background-color: #20C8D5 !important; }
          .login-social-grids ul li a i.fa.fa-facebook {
            background: #3b5998; }
          .login-social-grids ul li a i.fa.fa-twitter {
            background: #55acee; }
          .login-social-grids ul li a i.fa.fa-rss {
            background: #f26522; }
  .login-social-grids.admin_w3 {
    margin: 2em 0; }

.pages_agile_info_w3l {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 800px; }

.over_lay_agile_pages_w3ls {
  padding: 8em 3em 5.5em 3em; }
  .over_lay_agile_pages_w3ls.two {
    padding: 8em 3em 4em 3em; }

.signin-form {
  background: #fafdfd;
  padding: 3em 2em;
  text-align: center;
  width: 40%;
  min-width: 400px;
  margin: 0 auto; }
  .signin-form h3 {
    font-size: 2em;
    color: #222;
    font-weight: 700;
    margin: 1em 0; }
    .signin-form h3 span {
      color: #67e1ff; }
  .signin-form img {
    border-radius: 50%; }
  .signin-form input[type="email"],
  .signin-form input[type="text"],
  .signin-form input[type="password"] {
    width: 100%;
    padding: 0.8em 0.8em;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    color: #888;
    border: 1px solid #b9c0c3;
    letter-spacing: 1px;
    text-align: center; }
  .signin-form input[type="email"] {
    background: none;
    display: block; }
  .signin-form input[type="text"] {
    background: none;
    display: block; }
  .signin-form input[type="password"] {
    background: none;
    display: block; }
  .signin-form input[type="submit"] {
    outline: none;
    padding: 0.8em 0;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 1px rgba(28, 28, 29, 0.42);
    font-weight: 600;
    -webkit-transition: all, .5s;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    transition: all, .5s; }
    [data-theme="orange"] .signin-form input[type="submit"]:hover {
      background-color: #FE7F03 !important; }
    [data-theme="green"] .signin-form input[type="submit"]:hover {
      background-color: #00BE7E !important; }
    [data-theme="cyan"] .signin-form input[type="submit"]:hover {
      background-color: #04A09D !important; }
    [data-theme="blue"] .signin-form input[type="submit"]:hover {
      background-color: #3975C6 !important; }
    [data-theme="darkTurquoise"] .signin-form input[type="submit"]:hover {
      background-color: #20C8D5 !important; }
  .signin-form p a {
    font-size: 0.9em;
    color: #10364a;
    letter-spacing: 2px;
    font-weight: 600; }
  .signin-form.profile.admin {
    background: #f9fbfd;
    padding: 2em 2em;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #ddd; }

.registration h2 {
  text-transform: uppercase;
  margin: 0.5em 0 1.5em 0;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 1px; }
.registration h6 {
  margin-top: 1em; }
  .registration h6 a {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 2px; }
    [data-theme="orange"] .registration h6 a {
      color: #FE7F03 !important; }
    [data-theme="green"] .registration h6 a {
      color: #00BE7E !important; }
    [data-theme="cyan"] .registration h6 a {
      color: #04A09D !important; }
    [data-theme="blue"] .registration h6 a {
      color: #3975C6 !important; }
    [data-theme="darkTurquoise"] .registration h6 a {
      color: #20C8D5 !important; }
.registration.error {
  text-align: center;
  padding: 9em 0 9em 0; }
  .registration.error h2 {
    color: #fff;
    font-size: 13em;
    margin: 0;
    -weblit-text-shadow: 4px 4px 2px rgba(5, 5, 6, 0.42);
    -moz-text-shadow: 4px 4px 2px rgba(5, 5, 6, 0.42);
    -o-text-shadow: 4px 4px 2px rgba(5, 5, 6, 0.42);
    -ms-text-shadow: 4px 4px 2px rgba(5, 5, 6, 0.42);
    text-shadow: 4px 4px 2px rgba(5, 5, 6, 0.42);
    letter-spacing: 6px; }
  .registration.error h6 a {
    color: #fff; }

.login-form {
  margin: 1em 0 2.5em; }

.login_box {
  display: flex;
  justify-content: center; }
  .login_box .box_left {
    width: 576px;
    height: 890px; }
  .login_box .box_right {
    text-align: center;
    margin: 126px 0 0 180px; }
    .login_box .box_right .errorDomain {
      width: 490px;
      height: 580px;
      text-align: center;
      color: #979797;
      font-size: 20px;
      padding-top: 200px; }
    .login_box .box_right .right_top {
      width: 490px;
      height: 680px;
      background: #FFFFFF;
      box-shadow: 0px 2px 52px 0px rgba(0, 0, 0, 0.06);
      border-radius: 16px;
      text-align: center;
      padding: 58px 60px 0 60px; }
      .login_box .box_right .right_top .logogroup {
        width: 220px;
        padding-bottom: 10px;
        margin: 0 auto; }
        .login_box .box_right .right_top .logogroup .top .logoImg {
          display: inline-block;
          width: 44px;
          height: 44px;
          border-radius: 100%;
          overflow: hidden; }
        .login_box .box_right .right_top .logogroup .top span {
          display: inline-block;
          margin-left: 20px;
          vertical-align: middle; }
      .login_box .box_right .right_top .system_name {
        border-bottom: 1px solid #F4F4F4;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 10px;
        padding: 10px 0 40px 0;
        margin-bottom: 40px; }
      .login_box .box_right .right_top .btn_box {
        border-bottom: 1px solid #F4F4F4;
        width: 100%;
        margin: 0 auto; }
        .login_box .box_right .right_top .btn_box .span {
          display: inline-block;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.65);
          margin: 0 16px;
          line-height: 24px;
          cursor: pointer; }
        .login_box .box_right .right_top .btn_box .borderBottom {
          position: relative;
          top: 1px; }
    .login_box .box_right .login-form {
      width: 100%;
      margin: 30px auto 0 auto; }
      .login_box .box_right .login-form .operation_box {
        height: 24px;
        margin: 24px 0 32px 0; }
      .login_box .box_right .login-form .inputBox {
        position: relative;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #D9D9D9;
        margin-bottom: 24px; }
        .login_box .box_right .login-form .inputBox:last-child {
          margin: 0; }
        .login_box .box_right .login-form .inputBox span {
          position: absolute;
          left: 12px;
          top: 8px;
          font-size: 16px; }
        .login_box .box_right .login-form .inputBox .loginInput {
          width: 100%;
          padding: 7px 36px;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.25);
          border: none;
          background-color: #fff; }
      .login_box .box_right .login-form .tp {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        margin: 40px 0; }
        .login_box .box_right .login-form .tp input {
          border: none;
          width: 100%; }
          [data-theme="orange"] .login_box .box_right .login-form .tp input {
            background-color: #FE7F03 !important; }
          [data-theme="green"] .login_box .box_right .login-form .tp input {
            background-color: #00BE7E !important; }
          [data-theme="cyan"] .login_box .box_right .login-form .tp input {
            background-color: #04A09D !important; }
          [data-theme="blue"] .login_box .box_right .login-form .tp input {
            background-color: #3975C6 !important; }
          [data-theme="darkTurquoise"] .login_box .box_right .login-form .tp input {
            background-color: #20C8D5 !important; }
      .login_box .box_right .login-form .wxqr {
        width: 320px;
        height: 320px;
        margin: 0px auto; }
    .login_box .box_right .companyDesc {
      margin-top: 40px;
      color: rgba(0, 0, 0, 0.45); }

.success {
  height: 500px;
  width: 550px;
  margin-top: 120px;
  text-align: center; }

.trial {
  height: 500px;
  width: 490px;
  background-color: #fff;
  padding: 30px 45px;
  box-shadow: 0px 2px 52px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-top: 120px; }
  .trial .inputBox {
    padding-bottom: 15px; }
  .trial /deep/ .el-input__inner {
    padding-left: 45px; }
  .trial /deep/ .el-input__icon {
    left: 8px;
    position: relative; }
  .trial button {
    border-radius: 4px;
    height: 40px; }

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