.button-login{--primary-color:#138708;--secondary-color:#fff;--hover-color:#f93;--arrow-width:10px;--arrow-stroke:2px;box-sizing:border-box;color:var(--secondary-color);background:var(--primary-color);border:0;border-radius:10px;align-items:center;gap:.6em;padding:.7em 1.8em;font-weight:700;transition:background .2s;display:flex}.button-login .arrow-wrapper{justify-content:center;align-items:center;display:flex}.button-login .arrow{width:var(--arrow-width);background:var(--primary-color);height:var(--arrow-stroke);margin-top:1px;transition:all .2s;position:relative}.button-login .arrow:before{content:"";box-sizing:border-box;border:solid var(--secondary-color);border-width:0 var(--arrow-stroke) var(--arrow-stroke) 0;padding:3px;transition:all .2s;display:inline-block;position:absolute;top:-3px;right:3px;transform:rotate(-45deg)}.button-login:hover{background-color:var(--hover-color);color:#fff}.button-login:hover .arrow{background:var(--secondary-color)}.button-login:hover .arrow:before{right:0}
