﻿.turnstile-row {
    width: 100%;
}

#TurnstileWidgetWrap {
    width: 100%;
    display: block;
}

#TurnstileWidget {
    width: 100%;
}

    #TurnstileWidget > div,
    #TurnstileWidget iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

#TurnstileMessage {
    display: block;
    margin-top: 8px;
    min-height: 20px;
}

.login-links-row {
    gap: 12px;
}

.login-links-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.login-action-link {
    font-size: 15px;
    font-weight: 600;
    color: #5f7894;
    text-decoration: none !important;
    transition: color 0.15s ease, opacity 0.15s ease;
}

    .login-action-link:hover,
    .login-action-link:focus {
        color: #3f5f7f;
        text-decoration: none !important;
    }

.login-forgot-link {
    background: transparent;
    border: 0;
    box-shadow: none !important;
}

#LoginButton i,
#LoginForgotButton i,
#BackButton i,
.login-create-link i {
    margin-right: 6px;
}

.login-back-btn {
    color: gray;
    border-color: #ced4da;
    background-color: #fff;
}

    .login-back-btn:hover,
    .login-back-btn:focus {
        color: #495057;
        border-color: #adb5bd;
        background-color: #f8f9fa;
    }

@media (max-width: 767.98px) {
    .login-links-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .login-action-link,
    .login-forgot-link,
    .login-create-link {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .login-forgot-link {
        padding: 0;
    }

    .login-back-btn,
    #LoginButton {
        font-size: 16px;
    }
}
