
.login-container{
  width: 480px;
}
.login-item .tips{
  font: 12px "Arial";
  color: rgba(0, 0, 0, 0.45);
  margin-top: 10px;
  display: inline-block;
}
.login-item .tips .color-bold{
  /* font-size: 16px; */
  font-weight: bold;
  border-bottom: 1px solid #000;
  cursor: pointer;
  color: #000;
}
.mt10{
  margin-top: 10px !important;
}
