/*
 * Bandwidth brand overrides for Identity/Login pages
 * Loaded after site.css -- matching selectors override defaults.
 */

.btn-primary {
    background-color: #00bef0 !important;
    border-color: #00bef0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #00a8d6 !important;
    border-color: #00a8d6 !important;
}

a {
    color: #00bef0;
}

a:hover {
    color: #0090b8;
}
