ion-content{
  --background:#fff;
  .login-container{
    //background-image: url('/assets/img/logo_bg.png');
    //background-size: 100% 100%;
    //background-repeat: no-repeat;
    //background-position: center center;
    //height: 100%;
    //width: 100%;
    ion-img{
      width: 80pt;
      margin: 50pt auto auto auto;
    }
    .login-content{
      width: 100%;
      padding: 0 10%;
      position: absolute;
      top: 150pt;
      ion-input{
        border: 1px solid #a0a0a0;
        --background: #fff;
        border-radius: 5px ;
        +ion-input{
          margin-top: 30px;
        }
      }
      .forget-pwd{
        margin-top: 10px;
      }
      ion-button{
        margin-top: 30px;
        width: 100%;
        --background: #5677fc;
      }
    }
    .gesture-container{
      width: 100%;
      //padding: 0 10%;
      bottom: 85pt;
      display:flex;
      justify-content: center;
      position:absolute;
    }
    .forget-gesture{
      text-align: right;
      position: absolute;
      bottom: 85pt;
      right: 20%;
      color: #2a2a2a;
      border-bottom: 1px solid #2a2a2a;
    }
    .switch-serve{
      text-align: center;
      position: absolute;
      bottom: 50pt;
      color: #2a2a2a;
      width: 100%;
    }
  }
}
