﻿.link-primary {
    color: #1f497d !important;
}

    .link-primary:hover {
        color: #CC0066 !important;
    }

.text-success {
    color: #B1CF58 !important;
}

.btn-primary {
    background-color: #1f497d !important;
}

    .btn-primary:hover, .btn.btn-primary:hover:not(.btn-active) {
        background-color: #CC0066 !important;
    }


/*Custom*/
.login-right-column {
    background-color: #e3ecf4;
}

.develop {
    background-color: #CC0066 !important;
}
