
.form-control {
    transition: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none;
    transition: none;
    border-color: #ccc;
}

input[readonly] {
    background: #fff !important;
}