.encrypt-decrypt-tool{display:flex;justify-content:center;align-items:center;width:100%;padding:40px 0}@media(max-width:767px){.encrypt-decrypt-tool{padding-top:0}}.encrypt-decrypt-tool form.encrypt-decrypt{width:100%;max-width:550px;justify-content:center;align-items:center;display:flex;flex-direction:column;border-radius:20px}.encrypt-decrypt-tool form.encrypt-decrypt label{font-size:18px;font-weight:700;margin-right:20px;color:#fff;width:150px;align-items:center;display:inline-flex}.encrypt-decrypt-tool .input-fields,.encrypt-decrypt-tool .output-fields,.encrypt-decrypt-tool .sub-btn{display:flex;width:100%}.encrypt-decrypt-tool .input-fields{margin-bottom:20px}.encrypt-decrypt-tool input[type="text"]{border:1px #fff solid;background:rgb(255 255 255 / .2);color:#fff;width:100%;padding:10px;font-size:16px;outline:0;font-family:sans-serif}.encrypt-decrypt-tool .output-fields{margin-bottom:35px}.encrypt-decrypt-tool .output-crypt{font-size:18px;color:#fff;width:100%;word-break:break-word;display:inline-flex;align-items:center;border:1px solid #fff;padding:10px;padding-bottom:10px!important;min-height:38px;box-sizing:border-box;background:rgb(255 255 255 / .2)}.encrypt-decrypt-tool .sub-btn{margin-bottom:15px;display:flex;justify-content:center;align-items:center}.encrypt-decrypt-tool .sub-btn .submit-btn,.encrypt-decrypt-tool .sub-btn .clear-btn{font-size:16px;display:inline-block;outline:0;padding:9px 15px;font-weight:700;background-color:#fff;color:#000;margin-left:5px;margin-right:5px;letter-spacing:1px;border:1px solid #000;text-transform:uppercase;border-radius:3px}.encrypt-decrypt-tool .sub-btn .submit-btn:hover,.encrypt-decrypt-tool .sub-btn .clear-btn:hover{background:#000;color:#fff;border:0;border-radius:3px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.encrypt-decrypt-tool .output-crypt{word-break:break-all}}@-moz-document url-prefix(){.encrypt-decrypt-tool .output-crypt{word-break:break-all}}