
/*Inputs*/
.bx-int-text{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    color: #000;
    border: 1px solid #bdc0c5;
    padding: 0 10px;
    display:inline-block;
    border-radius:2px;
    -webkit-transition:border .5s ease;
       -moz-transition:border .5s ease;
        -ms-transition:border .5s ease;
         -o-transition:border .5s ease;
            transition:border .5s ease;
    outline:none;
    background-color:#fff;
    /*margin-bottom:10px;*/
}
.bx-int-text.big     {line-height:40px;height:40px;font-size:14px;}
.bx-int-text.medium  {line-height:32px;height:32px;font-size:14px;}
.bx-int-text.small   {line-height:29px;height:29px;font-size:13px;}
.bx-int-text.xsmall  {line-height:18px;height:20px;font-size:12px;padding-bottom: 2px;font-weight: normal;}

.bx-int-text.bd2         {border-width: 2px;border-radius: 4px}
.bx-int-text.bd2.big     {line-height:38px;height:38px;}
.bx-int-text.bd2.medium  {line-height:30px;height:30px;}
.bx-int-text.bd2.small   {line-height:27px;height:27px;}

.bx-int-text:focus,
.bx-int-text:active  {border-color:#2e95dd;}
.bx-int-text.error   {border-color:#f00;}
.bx-int-text.good    {border-color:#70920a;}


