/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html, body {
    font-family: Cabin, sans-serif;
}

*:not(html):not(body),
*:not(html):not(body)::before,
*:not(html):not(body)::after {
    font-family: inherit !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
/* forgot password
-------------------------------------------------- */

.forgot-password-link {
    color: #00bcd4;
    text-decoration: underline;
    font-weight: 500;
    display: block; /* inline-block değil, tam blok */
    margin: 12px auto 0 auto; /* üstten boşluk + yatay ortalama */
    text-align: center; /* metni ortala */
    width: fit-content; /* link boyutunu içeriğe göre ayarla */
    transition: color 0.2s ease-in-out;
}

    .forgot-password-link:hover {
        color: #0097a7;
    }
