﻿.link-style {
    color: #337ab7; /* Bootstrap default link color */
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: inherit;
    font-family: inherit;
    display: inline; /* Ensures it behaves like an inline element */
    font-size: 12px;
    font-weight: 700;
}

.linkregister {
    color: #337ab7;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 100;
}

.link-style:hover {
    color: #0056b3; /* Darker blue on hover */
    text-decoration: underline;
}

    .link-style:active {
        color: #00408d; /* Even darker when clicked */
    }
