#showPassword{width:35px;height:35px}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:40px;width:40px;background-color:#d5d5d5;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none;box-shadow:-10px -10px 15px hsla(0,0%,100%,.5),10px 10px 15px rgba(70,70,70,.12)}.checker{margin-top:.444rem;display:inline-flex;color:#4c4c4c;font-size:16px;font-weight:600;cursor:pointer;margin-left:.656rem;margin-bottom:0}input[type=checkbox]:after{font-weight:600;font-family:FontAwesome;content:"\f00c";font-size:20px;color:#fff;display:none}input[type=checkbox]:hover{background-color:#a5a5a5}input[type=checkbox]:checked{background-color:#5bcd3e}input[type=checkbox]:checked:after{display:block}