
  .page-login{
    background: #f9f9f9;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .login-box{
      width: 80%;
      margin-top: -@r*30px;
      //padding: 0 5%;
      h1{
        color:#444;
        padding-bottom: @r*20px;
      }

        .input{
          border-bottom: 0px !important;
          background-repeat: repeat-x;
          background-size: 100% 1px;
          background-position: bottom;
          background-color: @color-light;
          background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,transparent),color-stop(0.5,#e0e0e0),to(#e0e0e0));

        }
    }
  }
