.register-btn{position:relative;width:fit-content;display:inline-block}.register-btn>a{text-align:right;box-sizing:border-box;height:56px;font-size:20px;font-style:normal;line-height:56px;display:flex;justify-content:space-between;z-index:10;color:#fff;transition:color .5s ease}.register-btn>a>.icon{height:56px;width:56px;display:flex;justify-content:center;z-index:10}.register-btn>a>.icon>svg{align-self:center;transform:translateX(-9px);transition:transform .5s ease}.register-btn>a>span:first-child{z-index:10;margin:0 .5em 0 1.5em}.register-btn>a:after{content:"";position:absolute;top:0;right:0;width:100%;height:56px;background-color:#016bff;z-index:1;transition:all .5s ease;border-radius:28px}.register-btn>a:hover:after{width:56px}.register-btn>a:hover{color:#000}.register-btn>a:hover>.icon>svg{transform:translateX(0)}