
.input-box {
    margin-top: 24px;
    font-size: 14px;
    color: #69707d;
    width: 320px;
    height: 40px;
}

.input-box__tip {
    margin-bottom: 8px;
    white-space: nowrap;
}

.input-box-input-wrapper {
    position: relative;
    height: 40px;
    color: #343741;
}

.input-box-image {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    transform: translate(0, -50%);
    left: 16px;
}

.input-box-image img {
    width: 14px;
    height: 14px;
    vertical-align: text-top;
}

.input-box-show-password {
    left: auto;
    right: 16px;
    cursor: pointer;

}

.input-box-close-circle {
    right: 13px;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.input-box-close-circle img {
    width: 14px;
    height: 14px;
}

.input-box-input-wrapper input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px 8px 34px;
    border: 1px solid #d3dae6;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #262626;
}

.input-box-input-wrapper input:hover:disabled {
    border-color: #d3dae6;
}

.input-box-input-wrapper input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #096dd9;
}

.input-box-password {
    padding-left: 12px !important;
    padding-right: 46px !important;
}

.input-box-error-border {
    border: 1px solid #f5222d !important;
}

.input-box__error {
    color: #F5222D;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

