.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.form-control {
    border-radius: 0rem;
}
input.err, input.error, textarea.err, textarea.error, select.err, select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.error {
    color: #bf6464;
    font-size: .8em;
}