.e-encryption{margin:20px 0;padding:30px;background:#f8f8f8;border-radius:10px;border:1px solid #ddd;text-align:center}.e-encryption input.encry-i[type=text],.e-encryption input.encry-i[type=password]{width:100%;line-height:36px;margin-top:5px;border:1px solid #f2efef;border-radius:25px;font-size:16px;padding:5px 16px;transition:all .5s ease 0;outline:0;box-sizing:border-box;display:block}.e-encryption input.encry-i[type=text]:hover,.e-encryption input.encry-i[type=password]:hover{border:1px solid #f4898c;box-shadow:0 0 4px #f4898c}.e-encryption input.encry-s[type=submit]{width:auto;background-color:var(--accent-color,#f4898c);color:#fff;font-size:21px;padding:13px 20px;border-radius:25px;border:0;height:auto;outline:none;line-height:20px;cursor:pointer;transition:.4s;display:block;margin:20px auto 0}input.encry-s[type=submit]:hover{background-color:var(--accent-color-hover,#e4756f)}@media (max-width:768px){.e-encryption{padding:15px}.e-encryption input.encry-i[type=password],.e-encryption input.encry-s[type=submit]{width:100%;margin-top:10px}}