.vertical-touch-platform {
  div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .loginPage{
    background-image: url(https://newretail.static.chanjet.com/tinified/vertical-bg-top.jpg);
    .pos-login-bottom-bg{
      width: 526px;
      height: 618px;
      background-image: url(https://newretail.static.chanjet.com/tinified/vertical-bg-bottom.jpg);
      right: -30px;
      bottom: 40px;
      position: fixed;
    }
    .login-page-bg-text{
      display: none !important;
    }
    .loginBox{
      width: 72%;
      right: 50%;
      top: 50%;
      transform: translate3d(50%, -48%, 0px);
      height: auto !important;
      padding: 65px;
      padding-top: 28px;
      .login-button{
        height: 96px;
        font-size: 38px;
        border-radius: 100px;
        margin-top: 60px;
      }
      .pos-login-input-content{
        .tplus-input-container{
          .tplus-input-wrapper{
            height: 100px;
            margin-bottom: 0px;
            .tplus-input-prefix{
              padding: 0px 20px;
              .tplus-input-icon{
                color: #FF8C25;
                font-size: 30px;
                line-height: 130px;
              }
            }
            .tplus-input-clear{
              font-size: 28px !important;
              line-height: 132px;
              padding-right: 10px;
            }
            .tplus-input{
              padding-top: 30px;
              font-size: 28px;
              &::-webkit-input-placeholder{
                font-size: 28px;
              }
            }
            .u-select-selection{
              height: 100%;
            }
            .u-select-selection-placeholder{
              line-height: 57px;
              height: 48px;
              font-size: 28px;
              top: 17px;
            }
            .u-select-arrow{
              margin-top: -12px;
              &:before{
                font-size: 28px;
              }
            }
          }
        }
      }
    }
  }
}


//common
.vertical-touch-platform {
  .u-select-dropdown{
    .u-select-dropdown-menu{
      max-height: 355px;
      .u-select-dropdown-menu-item{
        height: 44px;
        font-size: 22px;
        line-height: 44px;
        padding: 0px 18px;
      }
    }
  }
  .u-select-selection{
    .u-select-selection-rendered {
      height: 100%;
      font-size: 28px;
      line-height: 69px !important;
    }
  }
}

