.input-wrapper {
    position: relative;
}

.input-wrapper fieldset {
    border: 1px solid #e8e8ee;
    border-radius: 5px;
    padding: 0;
}

.input-wrapper fieldset > legend {
    border-radius: 5px;
    padding: 0;
    margin-left: 16px;
    margin-bottom: calc(-15px / 2);
}

.input-wrapper .input-value {
    background: transparent;
    outline: none;
    border: 0;
    padding: 13px 20px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: Lato;
    color: #072653;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 500;
}

.input-wrapper .input-value::placeholder {
    color: #b6b6c0;
}

.input-wrapper.error .input-value::placeholder {
    color: #b6b6c0;
}

.input-wrapper .input-inner-wrapper {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}

.input-wrapper.error legend .input-label {
    color: #e82b2b;
}

.input-wrapper.error .input-value {
    color: #e82b2b;
}

.input-wrapper.error fieldset {
    background: #fff2f2;
}

.input-wrapper.error fieldset {
    border: 1px solid #e82b2b;
    color: #e82b2b;
}

.input-wrapper .error-wrapper {
    margin-top: 2px;
    color: #e82b2b;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    white-space: pre;
}

.input-wrapper .input-label {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    color: #072653;
    padding: 0 4px;
    display: flex;
    align-items: center;
}

.input-wrapper .input-label .tooltip-wrapper {
    align-self: flex-start;
    margin-left: 2px;
    height: 10px;
    width: 10px;
    font-size: 8px;
    transform: translateY(-50%);
    z-index: 1;
}

.input-wrapper .input-label .tooltip-wrapper .tooltip-label img {
    color: #072653;
    height: 10px;
    width: 10px;
}

.input-wrapper .input-inner-wrapper .tooltip-wrapper {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translatey(-50%);
}

.input-wrapper .input-inner-wrapper .tooltip-wrapper .tooltip-label {
    background: #b9b9bb;
    border-radius: 100%;
    width: 19.2px;
    height: 19.2px;
}

.input-wrapper .input-inner-wrapper .tooltip-wrapper .tooltip-label img {
    width: 19.2px;
    height: 19.2px;
}
