.the-input-wrapper{display:flex;flex-direction:column;width:100%}.the-input-wrapper__lable-container{display:flex;justify-content:flex-start;align-items:center;width:100%}.the-input-wrapper__lable{font-size:12px;line-height:16px;color:#8893a8}.the-input-wrapper__input-container{display:flex;height:40px;padding:2px;border-radius:5px;background:linear-gradient(0deg,#294374,#080e17)}.the-input-wrapper__input-container.the-input-wrapper__input-container--error{background:linear-gradient(180deg,#ea2626,#641800)}.the-input-wrapper__input-decor{width:100%;height:100%;border-radius:inherit;background:#fff;box-shadow:inset 0 3px 3px rgba(0,0,0,.4)}.the-input-wrapper__input-decor.the-input-wrapper__input-decor--straight-corner-lft{border-bottom-left-radius:0;border-top-left-radius:0}.the-input-wrapper__input-decor.the-input-wrapper__input-decor--straight-corner-rght{border-bottom-right-radius:0;border-top-right-radius:0}.the-input-wrapper__error-container{display:flex;height:16px;line-height:16px}.the-input-wrapper__error-text{font-size:12px;color:#ff3738}