.content {
    width: 100%;
    height: 100%;
    padding: 2.2rem 1.91rem;
}

.logo {
    font-size: 1.58rem;
    line-height: 1.58rem;
    color: #03b0d5;
}

.padding-L5{
  padding-left: 0.4rem !important;
}

.aui-btn{
  color: #fff!important;
}

.input-box {
    margin-top: 3.38rem;
}

.aui-content {
    padding: .25rem .25rem 0 .25rem;
}

.aui-list {
    background-image: none;
}

.aui-list-item {
    height: 2.36rem !important;
    line-height: 2.36rem !important;
    border: 0 !important;
    border-radius: 2rem;
    margin-bottom: 1.45rem !important;
    box-shadow: 0 0 .25rem #d5f7ff;
    padding-left: 1.05rem !important;
}

.aui-list .aui-list-item{
  background-image: none !important;
}

.aui-list-item-inner{
  border: 0;
}

.iconfont {
    color: #03b0d5;
    font-size: .95rem !important;
}

.login-btn {
    height: 2.36rem;
    line-height: 2.36rem;
    border-radius: 2rem;
    font-size: 1.11rem;
    background: linear-gradient(to right, #02bae5, #02d9f0);
    position: relative;
}

.login-right{
  position: absolute;
  display: inline-block;
  margin-top: .43rem;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border-radius: 100%;
  color: #00bfe4;
  text-align: center;
  font-size: 1rem;
  right: 0.6rem;
}
