body{
    background-color: #d4ecff!important;
}
[v-cloak] {
 display: none;
}

.entrance input{
    padding: 10px 0;
    min-width: 80%;
    height: 38px;
}
.entrance .user-password{
    border:1px solid #e0e9f1;
    width: 400px;
}
.entrance .user-icon{
    width: 20px;
    height: 20px;
    background: url("/Public/static/2017V2/Login/images/user.png") no-repeat center center;
    margin-top: 9px;
}
.entrance .pass-icon{
    width: 18px;
    height: 20px;
    background: url("/Public/static/2017V2/Login/images/password.png") no-repeat center center;
    margin-top: 8px;
}
.entrance .user-password.active{
    border-color:#1f94f3;
    transition:.5s;
}
.entrance .user-password.error-active{
    border-color:#f95d5a;
    transition:.5s;
}
.entrance .error{
    top: 47px;
    color: #fa5c59;
    left: 0;
}
.forget-password i.remember{
    color: #1f94f3;
}
.check_email{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -132px;
  height: 128px;
  border: 1px solid #e0e9f1;
  z-index: 999;
  background-color: white;
  overflow: auto;
}
.email_li{
  height: 32px;
  line-height: 32px;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}
.email_li span{
  margin-left:10px;
}
.email_li:hover{
  background-color: #e0e9f1;
  color: #333333;
}
#v_container{
  height: 38px;
  width: 120px;
  float: right;
}
#v_container #verifyCanvas{
  border: 1px solid #e0e9f1;
  border-radius: 4px;
}

.entrance .user-password.codeval{
  width: 260px;
  text-align: center;
}