body,html{background-color:#021111;display:flex;font-family:Roboto;font-size:10px;min-height:100%;justify-content:center;margin:0;padding:0;width:100%}*{box-sizing:border-box}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold.42a1fe8a.ttf);font-weight:700}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular.319cff6e.ttf);font-weight:500}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light.2835b358.ttf);font-weight:300}.wrapper{width:100%;min-height:100%;display:flex;flex-direction:column;border:1rem solid #FF00D4}.wrapper .logos{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:1.2rem}.wrapper .logos img{margin:0 1rem;width:4rem;height:4rem}.controls{width:100%;display:flex;padding:2rem;flex-direction:row}.controls form{width:100%;max-width:25rem;height:100%;display:flex;flex-direction:column}.controls form button{color:#021111;border:none;border-radius:1rem;width:25rem;padding:1rem;font-size:2rem;cursor:pointer;background-color:#ff00d4}.controls form .length-value{color:#fff;font-size:1.6rem;margin:1rem 0 3rem}.controls form .length-value #length-value{color:#ff00d4}.controls form input[type=range]{margin:2rem 0 0;-webkit-appearance:none}.controls form input[type=range]:focus{outline:none}.controls form input[type=range]::-webkit-slider-runnable-track{background:#042121;height:1rem}.controls form input[type=range]::-moz-range-track{background:#042121;height:1rem}.controls form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:2rem;width:2rem;background:#FF00D4;margin-top:-.5rem;cursor:grab;border-radius:50%}.controls form input[type=range]::-moz-range-thumb{height:2rem;width:2rem;background:#FF00D4;cursor:grab;margin-top:-.5rem;border-radius:50%}.password{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:copy}.password .copyed{text-align:center;color:#fff;margin:3rem 0;cursor:pointer;font-size:1.5rem}.password .copyed.copyed-done{animation:copyed-done .5s forwards}.password .characters{width:100%;padding:5rem;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.password .characters .character{font-size:3rem;color:#fff;width:4.5rem;height:6rem;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:1rem;padding:1rem;margin:1rem .5rem;transition:all .55s;background-color:#042121}.password .characters .character.show{animation:showletter .2s forwards}.password .characters .character.done{color:#021111;background-color:#ff00d4}.password .characters .character.animate{filter:blur(3px);color:#fff}.toggle{margin:0 0 2rem;padding:0 0 0 6rem;position:relative;display:inline-block;width:100%;color:#fff;font-size:1.6rem;cursor:pointer}.toggle input{display:none}.toggle input:checked+.roundbutton{background-color:#ff00d4}.toggle input:checked+.roundbutton:before{transform:translate(1.7rem)}.toggle .roundbutton{position:absolute;top:0;left:0;bottom:0;right:0;width:4rem;height:2.2rem;background-color:#042121;display:block;transition:all .3s;border-radius:3.4rem;cursor:pointer}.toggle .roundbutton:before{position:absolute;content:"";height:1.4rem;width:1.4rem;border-radius:100%;display:block;left:.5rem;bottom:.4rem;background-color:#fff;transition:all .3s}@keyframes showletter{0%{transform:translateY(15rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes copyed-done{0%{color:#fff}50%{color:#ff00d4}to{color:#fff}}
