.text-input{display:flex;flex-direction:row;gap:10px;align-items:center;width:100%;font-family:Quicksand,Helvetica,Arial,sans-serif}.text-input--no-gap{gap:0}.text-input__icon-container{position:relative;width:100%;box-shadow:1px 1px 10px #0000001a;border-radius:10px}.text-input__icon-container--hidden{box-shadow:none}.text-input__icon-container .text-input__show-password-button{position:absolute;display:flex;align-items:center;justify-content:center;top:2px;right:2px;border-radius:8px;height:31px;width:31px;background:#00000014;background-blend-mode:hard-light;padding:0 7px}.text-input__icon{position:absolute;top:10px;left:10px}.text-input__input{width:100%;height:35px;border-radius:10px;box-shadow:1px 1px 10px #0000001a;background:#ffffffbf;background-blend-mode:hard-light;border:none;outline:none;padding:0 20px;caret-color:#3f9fe6;caret-shape:bar;text-box-trim:both;text-box-edge:cap;font-family:Quicksand,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:20px;color:#202020;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;box-shadow:inset 0 0 0 1px #fff0,inset 0 0 0 100px #fff}.text-input__input::placeholder{font-family:Quicksand,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px!important;line-height:20px;letter-spacing:.1px;color:#202020;opacity:.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.text-input__label{color:#202020;text-align:right;text-box-trim:both;text-box-edge:cap;font-size:16px;font-style:normal;font-weight:500;line-height:27px;width:max-content}.text-input__label::placeholder{color:#202020;text-box-trim:both;text-box-edge:cap;font-size:16px;font-style:normal;font-weight:500;line-height:27px;opacity:.5}.text-input--with-icon{padding-left:35px}.circles-button-container{width:100%;height:-moz-fit-content;height:fit-content;padding:0;margin:0;display:flex;flex-direction:row;gap:10px}@container (width < 220px){.circles-button-container{flex-wrap:wrap}}