/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                      *
*   Input Rules                                        *
*                                                      *
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
input{
    float: left;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: -ms-calc(100%);
    width: -o-calc(100%);
    width: calc(100%);
    height: 51px;
    background: transparent;
    border:none;
    border-bottom: solid 1px #e6e6e6;
    margin: 0;
    padding: 0 ;
    font-family: 'LatoWeb';
    font-size: 17px;
}
input[type="checkbox"]{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
}