.bginput {
    display: inline-block;
    color: #000;
    background: #e3e3ef !important;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 15px;
    transition: all 0.2s ease;
    border: 0;
    font-size: 11px !important;
}
