#activeUser .van-field__control{border-bottom:1px solid wheat}#activeUser .button-container{display:flex;justify-content:center}#activeUser .rounded-button{border-radius:8px;margin:10px auto;width:12rem;font-size:14px;height:36px;border:none!important;outline:none!important;transition:all .2s ease;position:relative;cursor:pointer;-moz-appearance:none;appearance:none;transform:translateY(-2px);background:linear-gradient(135deg,#7d260c,#a03010 50%,#7d260c)!important;color:#fff!important;box-shadow:0 6px 12px rgba(125,38,12,.4),0 3px 6px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2)}#activeUser .rounded-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,0) 50%);border-radius:inherit;pointer-events:none}#activeUser .rounded-button:hover{background:linear-gradient(135deg,#a03010,#c54020 50%,#a03010)!important;transform:translateY(-3px);box-shadow:0 8px 16px rgba(125,38,12,.5),0 4px 8px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.3)}#activeUser .rounded-button:active{transform:translateY(0);box-shadow:0 3px 6px rgba(125,38,12,.3),0 2px 4px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1);background:linear-gradient(135deg,#5d1c08,#7d260c 50%,#5d1c08)!important}#activeUser .rounded-button:focus{outline:none!important;border:none!important}#activeUser .rounded-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;pointer-events:none}#activeUser .rounded-button:active:after{width:200px;height:200px;transition:width .3s,height .3s}