body {
  background-color: #fff;
}
.title {
  color: #ff6600;
  font-weight: bold;
}

#logo {
    background: rgba(0, 0, 0, 0) url(../images/koha-green-logo.png) no-repeat scroll 0%;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 88px;
}

.btn-primary {
    background-color: #B7032A;
    border: 1px solid #A20;
    color: #fff;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus, .form-control:focus, .table_controls .dt-input input:focus, .form-select:focus {
    border-color: #3A00B3;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #1500FF;
    border-color: #3D2BFF;
    -webkit-box-shadow: 0 0 0 1px #4C2EFF;
    box-shadow: 0 0 0 1px #4C2EFF;
    color: #fff;
}

.btn-primary:not(:disabled,.disabled).active, .btn-primary:not(:disabled,.disabled):active, .btn-primary:not(:disabled,.disabled):focus, .btn-primary:not(:disabled,.disabled).focus {
    background-color: #1500FF;
    border-color: #3D2BFF;
}
