#loginform p:not(.weapp) {
    display: none;
}
.weapp-login a {
    text-decoration:none;
}
.weapp-login-text {
    line-height: 40px;
    text-align: center;
}
.weapp label {
    font-weight: 600;
    margin-bottom: 10px;
}
#qrcode {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}
#qrcode img {
    padding-bottom: 10px;
    padding-top: 10px;
}
.mask {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.mask span {
    color: #FFF;
}
.mask .dashicons {
    font-size: 36px;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}
.mask .dashicons-yes {
    background-color: #4CAF50;
}
.mask .dashicons-no-alt {
    background-color: #F44336;
}