/* @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Raleway:300,400,900');
 */  body {
    font-weight: 700;
    background-color: #00213F;
    position: relative;
  }
  body section canvas {
    width: 80%;
    height: 80%;
    margin-top: 5%;
  }
  html,body{
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
  }
  .login-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 33, 63, 1);
  }
  
  .login-box {
    width: 100%;
    height: 605px;
    background: url("../img/pic.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .login-mess {
    width: 410px;
    position: absolute;
    right: 8%;
    /* padding-left: 30px; */
  }
  
  .login-mess h3 {
    margin-top: 30px;
    font-size: 40px;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-left: 13px;
  }
  
  .login {
    width: 394px;
    margin-top: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 25px 32px 32px 32px;
    box-sizing: border-box;
  }
  
  .login .login-title {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: bold;
    color: rgba(48, 49, 51, 1);
    line-height: 25px;
  }
  
  .hint {
    margin-top: 16px;
    width: 100%;
    height: 25px;
    background: rgba(255, 251, 230, 1);
    border-radius: 4px;
    border: 1px solid rgba(255, 229, 143, 1);
    align-items: center;
    padding: 0 8px;
    display: none;
  }
  
  .hint img {
    width: 14px;
    margin-right: 8px;
  }
  
  .hint span {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
  }
  
  .loginmess {
    width: 100%;
    height: 42px;
    margin-top: 16px;
    border-radius: 4px;
  }
  
  .loginmess input {
    border: 0;
    background: none;
    width: 96%;
    height: 40px;
    padding-left: 12px;
  }
  
  .loginyzm {
    margin-top: 21px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }
  
  .loginyzm input {
    flex: 1;
    height: 40px;
    padding-left: 12px;
  }
  
  .loginyzm p {
    margin-left: 16px;
    width: 94px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(232, 240, 255, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(30, 105, 255, 1);
    cursor: pointer;
  }
  
  .loginbtn {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
  }
  
  .direct {
    background: rgba(30, 105, 255, 1);
  }
  
  .wxlogin {
    background: rgba(16, 156, 40, 1);
  }
/* Header */
.coidea-header {
    position: fixed;
    display: block;
    width: 96%;
    width: calc( 100% - 32px );
    height: 40px;
    margin: 0 auto;
    color: #3498db;
    text-align: center;
    top: 16px; right: 16px; left: 16px;
    z-index: 1000;
}

.coidea-header .coidea-links .coidea-icon-back {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    padding: 7px;
    color: rgba(255, 255, 255,0.75);
    font-size: 32px;
    line-height: 34px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    outline: 0px none;
    outline: 0px;
    transition: all 0.01s ease;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.coidea-header .coidea-links .coidea-icon-back::before {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 7px;
    left: 20px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255,.35);
}

.coidea-header .coidea-links .coidea-icon-back:hover {
    color: rgba(255, 255, 255,1);
}

.coidea-header .coidea-links .coidea-icon-github {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    padding: 7px;
    color: rgba(255, 255, 255,0.75);
    font-size: 32px;
    line-height: 34px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    outline: 0px none;
    outline: 0px;
    transition: all 0.01s ease;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.coidea-header .coidea-links .coidea-icon-github::before {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 7px;
    right: 18px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255,.35);
}

.coidea-header .coidea-links .coidea-icon-github:hover {
    color: rgba(255, 255, 255,1);
}

.coidea-header .coidea-links .coidea-header {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
    padding: 17px 0;
    z-index: 1;
}

@media screen and (max-width: 360px) {
    .coidea-header .coidea-links .coidea-header {
        font-size: 12px; 
    }
}