page { overflow-x: hidden; width: 100%; color: #333; } .container-box{ overflow-x: hidden; } .form-box{ display: block; box-sizing: border-box; width: 100%; height: auto; background-color: #fff; border-top-left-radius: 15px; border-top-right-radius: 15px; padding: 30px 20px; } .set-password{ text-align: center; display: block; width: 100%; } .form-box .item { position: relative; display: block !important; width: 100%; margin-bottom: 25px; } .form-box .label{ width: 100%; color: #A4A4A4; font-size: 12px; margin-bottom: 10px; } .form-box .value{ width: 100%; } .form-box .value input{ width: 100%; box-sizing: border-box; background-color: #F2F2F4; border-radius: 8px; color: #333; font-size: 15px; height: 50px; padding: 0 90px 0 20px; } .btn-area button{ background-color: #069F99 !important; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 10px; } .show{ width: 15px; height: 15px; position: absolute; right: 10px; top: 58%; z-index: 9; }