/* global styles, why not try putting in tailwind.css instead? u can make use of @apply goodies ;) */

.border-custom {
    border-color: #0091ac;
}

.text-custom {
    color: #0091ac;
}

/* Input style to verify cert by link */
.fa-search {
    color: #0000008f;
}

.cert-input-link {
    border-radius: 8px;
}

.cert-input-link:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.15rem #86b7fe;
}
