.input{
    border: 1px solid #cbe2f9;
    border-radius: 15px;
    height: 28px;
    width: 221px;
    line-height: 28px;
    color: #162d3d;
    font-size: 14px;
    padding: 0 32px;
    &:focus{
        outline: none
    }
}

.container{
    position: relative;
}

.icon{
    position: absolute;
    left: 12px;
    top: 6px;
}