﻿.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

input{
    border:1px solid #ccc;
    border-radius: 0;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    width:100%;
    height:120px;
    padding:10px 15px;
    margin:0 auto;
}

.fileinput .form-control {
    height: 50px;
    border-radius: 0;
    line-height:2.5em;
    text-align: left;
}
