@charset "utf-8";

#input-employee-number-root { padding: 40px 40px 0px; text-align: center; }

#input-employee-number-root .input-wrapper { margin-top: 30px; }

#input-employee-number-root .input-wrapper .input-value { text-align: center; width: 320px; height: 40px; background: rgba(217, 217, 217, 0.2); border: 1px solid rgba(217, 217, 217, 0.4); border-radius: 4px; padding: 0px 50px; font-weight: 400; font-size: 16px; letter-spacing: 1px; color: rgb(51, 51, 51); }

#input-employee-number-root .input-wrapper .input-value:focus { background-color: rgb(255, 255, 255); }

#input-employee-number-root .input-wrapper img { width: 22px; position: absolute; right: 105px; top: 80px; display: none; }

#input-employee-number-root .confirm-btn { display: inline-block; margin: 40px 0px 60px; width: 320px; height: 40px; font-size: 16px; line-height: 40px; color: rgb(255, 255, 255); background-color: rgb(0, 102, 168); border-radius: 4px; }