.Input-wrapper{position:relative;width:100%}.Input-wrapper .error-message{font-family:var(--tt-norms-pro);color:var(--red);margin:5px 0 7px;font-weight:500;font-size:14px}.Input-wrapper.error input{background:#FFD5D2;border:1px solid var(--red);outline:1px solid var(--red);&:focus{background-color:white}}.Input-wrapper input,.Input-wrapper label{color:var(--black);font-family:var(--tt-norms-pro);font-size:16px;font-style:normal;font-weight:500;line-height:22px}.Input-wrapper label{position:absolute;top:50%;left:0;transform:translateY(-50%);padding:5px 16px;z-index:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Input-wrapper input::placeholder{font-family:var(--tt-norms-pro);color:var(--black);font-size:16px;font-style:normal;font-weight:500;line-height:22px}