button,input[type=button],input[type=reset],input[type=submit]{padding:.625rem 1.25rem;border:1px solid #fff;border-radius:50px;background-color:#7b868c;transition:background-color .5s ease-out,color .5s ease-out;cursor:pointer;color:#fff}button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#fff;color:#7b868c;border-radius:0;outline-style:none}button[disabled]{pointer-events:none}