@charset "UTF-8";
/*页面统一样式*/
html,
body {
  font-size: 14px;
  background-color: #1190d6; }

/*添加手形*/
a[href], input[type='submit'], input[type='image'], label[for], select, button, .c-pointer {
  cursor: pointer; }

/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/*滑动轨道*/
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06); }

/*滑块*/
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08); }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15); }

/*登录*/
.c-login-wrapper {
  background: #1190d6;
  background-size: 100vw 100vh;
  width: 100vw;
  height: 100vh;
  background-size: 100% 100%; }
  .c-login-wrapper > .c-login-container {
    padding-top: 11%; }
    .c-login-wrapper > .c-login-container > .c-login-box {
      width: 410px;
      padding: 20px;
      -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.03);
      box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.03);
      border: 0px;
      background: #ffffff; }
      .c-login-wrapper > .c-login-container > .c-login-box .c-login-header {
        margin-bottom: 25px; }
        .c-login-wrapper > .c-login-container > .c-login-box .c-login-header h3 {
          color: #333333; }
        .c-login-wrapper > .c-login-container > .c-login-box .c-login-header img {
          width: 32px;
          height: 32px;
          vertical-align: -7px;
          margin-right: 2px;
          background-color: #0a7bb9; }
          .c-login-wrapper > .c-login-container > .c-login-box .c-login-header img:hover {
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -moz-transform: rotateY(-360deg);
            -webkit-transform: rotateY(-360deg);
            -o-transform: rotateY(-360deg);
            -ms-transform: rotateY(-360deg);
            transform: rotateY(-360deg); }
      .c-login-wrapper > .c-login-container > .c-login-box hr {
        padding-bottom: 5px; }
      .c-login-wrapper > .c-login-container > .c-login-box .form-group {
        margin-top: 28px; }
        .c-login-wrapper > .c-login-container > .c-login-box .form-group input {
          padding: 10px; }
        .c-login-wrapper > .c-login-container > .c-login-box .form-group button {
          width: 100%;
          padding: 10px;
          cursor: pointer;
          background: #10a2e9;
          border: 1px solid #10a2e9;
          color: #ffffff;
          font-size: 13px; }
          .c-login-wrapper > .c-login-container > .c-login-box .form-group button:hover {
            background: #1190d6;
            border: 1px solid #1190d6; }
          .c-login-wrapper > .c-login-container > .c-login-box .form-group button:active {
            background: #0a7bb9;
            border: 1px solid #0a7bb9; }
      .c-login-wrapper > .c-login-container > .c-login-box .c-copy-right {
        margin-top: 10px;
        height: 10px; }
        .c-login-wrapper > .c-login-container > .c-login-box .c-copy-right p {
          color: #555555; }
  .c-login-wrapper > .c-login-desc {
    width: 410px;
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
    color: #fefefe;
    margin-left: auto;
    margin-right: auto;
    filter: alpha(opacity=8);
    -moz-opacity: 0.8;
    opacity: 0.8; }

/*# sourceMappingURL=login.component.css.map */
