.name{
   height: 30px !important;
   width: 100% !important;
}


input.email, input.website {
    height: 30px;
    width: 100%;
    margin-top: 20px;
}

#CaptchaV2, textarea.cat_listbox_small{
    margin-bottom: 20px;
}

.capcha{
    margin-top: 15px;
}

input.btn-postComment {
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(0,174,239);
    border-color: rgb(0,174,239);
    color: #fff;
    font-family: sans-serif;
}

input.btn-postComment:hover{
    background-color: rgb(233,95,156);
    border-color: rgb(233,95,156);
    color: #fff;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.item.col-xs-12.col-sm-5.col-md-5 {
    width: 100%;
}

.item.col-xs-12.col-sm-7.col-md-7 {
    width: 100%;
}

    .lastname {
    margin-top: 20px;
}