﻿.btn-danger:active,
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active {
    background-color: #033769;
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
}

    .btn-default.active, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus {
        background-color: #000;
        color: white;
    }

.container-fluid {
    margin: 0 5% 0 5%;
}

div.list-group-item div.list-group-controls {
    text-align: center;
    padding-top: 20px;
}

a {
    color: #0083ce;
}

/*.form-control {
    color: #000;
}
*/
label {
    font-weight: 600;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.has-error .form-control {
    border: 2px solid #b94a48;
}