<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top-image {
  background-image: url("../images/login_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%; }

.logo-menu {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  height: 50px;
  color: #fff;
  position: relative;
  margin-top: 6%;
  margin-bottom: 2%; }
  .logo-menu .lr-logo {
    width: 180px;
    display: inline-block; }
  .logo-menu span {
    display: inline-block;
    vertical-align: top; }

.login-register-form {
  width: 300px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 20px 80px;
  padding-bottom: 60px;
  overflow: hidden; }
  .login-register-form .form-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #979797;
    font-size: 16px; }
    .login-register-form .form-title .title-item {
      display: inline-block;
      width: 90px;
      text-align: center;
      height: 100%;
      transition: all 0.6s;
      cursor: pointer;
      position: relative; }
      .login-register-form .form-title .title-item::after {
        content: "";
        position: absolute;
        bottom: -1px;
        width: 0px;
        height: 2px;
        background: #b52685;
        left: 30px;
        transition: all 0.6s; }
      .login-register-form .form-title .title-item:hover::after {
        width: 36px; }
    .login-register-form .form-title .title-item-active {
      position: relative; }
      .login-register-form .form-title .title-item-active::after {
        content: "";
        position: absolute;
        bottom: -1px;
        width: 36px;
        height: 2px;
        background: #b52685;
        left: 30px;
        transition: all 0.6s; }

.login-register-container {
  margin-top: 25px; }
  .login-register-container .form-item {
    margin-bottom: 15px;
    position: relative; }
  .login-register-container .get-code {
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #333;
    position: absolute;
    right: -11px;
    top: 1px;
    bottom: 1px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer; }
  .login-register-container .item-input {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #cf92b2;
    outline: none;
    border-radius: 5px;
    transition: all 0.6s;
    display: inline-block; }
    .login-register-container .item-input:focus {
      border: 1px solid #b52685; }
  .login-register-container .agreenment {
    font-size: 14px;
    cursor: pointer; }
    .login-register-container .agreenment .agreen-tips {
      color: #666; }
    .login-register-container .agreenment .to-agreenment {
      color: #4a4a4a;
      transition: all 0.6s; }
      .login-register-container .agreenment .to-agreenment:hover {
        color: #b52685; }

    .login-register-container .agreenment .ic-check-active {
      color: #b52685; }
      .roles-item .ic-check{
        color: #999;
      }
      .login-register-container .agreenment .ic-check-active .ic-check{
        color: #b52685;
      }
      .login-register-container .agreenment .ic-check-active .to-agreenment{
        color: #b52685;
      }
  .login-register-container .btn-login {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #b52685;
    text-align: center;
    margin-top: 15px;
    width: 310px;
    cursor: pointer; }
    .login-register-container .btn-login:active {
      opacity: 0.7; }
.roles{
  margin: 10px 0;
  margin-bottom: 14px;
}
.roles .roles-item{
  float: left;
  margin-right: 20px;
  transition: all 0.5s;
}
/*# sourceMappingURL=login.css.map */
</pre></body></html>