body, html {
            font-family: "Roboto Condensed", sans-serif !important;
            height: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f5f5f5;
        }
        .container {
                width: 100%;
                margin-bottom: 39px;

        }
        #error-message {
            opacity: 1 !important;
        }
        .card {
            top: 1rem;
            border-radius: 16px;
            background-color: #fff;
            border: 1px solid #f3f3f3;
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        }
        .card-header {
            background-color: transparent;
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
            color: #434343;
            text-align: center;
        }
        .form-label {
            font-weight: 450;
            color: #434343;
            margin-bottom: -0.2rem;
        }
        .form-control {
            border-radius: 8px;
            border: 1px solid #ccc;
            box-shadow: none;
            transition: border-color 0.3s ease;
            color: #434343;
            width: 100%;
        }
        .form-control:focus {
            border-color: #999;
        }
        .form-text {
            font-size: 0.875em;
            color: #6c757d;
        }
        /* Override disabled state styling */
        .btn-primary:disabled,
        .btn-primary.disabled {
            background: #ff8f2e !important;
            border-color: transparent !important;
            color: #fff !important;
            opacity: 0.8;
            cursor: not-allowed;
        }

        /* Override Bootstrap's focus and hover states when disabled */
        .btn-primary:disabled:hover,
        .btn-primary:disabled:focus,
        .btn-primary:disabled:active,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active {
            background: #ff8f2e !important;
            border-color: transparent !important;
            color: #fff !important;
            box-shadow: none !important;
        }
        .btn-primary {
            background: #ff8f2e;
            border: none;
            color: #fff;
            font-weight: 600;
            padding: 9px;
            font-size: 16px;
            border-radius: 8px !important;
            width: 100%;
            transition: background 0.3s ease;
            margin-top: 0.5rem;
        }
        .gradient-btn:hover, .gradient-btn:focus,.btn-primary:hover, .btn-primary:focus, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
            background: #fc8218;
        }
        .gradient-btn {
            background: linear-gradient(180deg, #ff8f2e, #ff6f00); /* Gradient using #ff8f2e */
            color: #fff;
            transition: background 0.3s ease;
        }

        .gradient-btn:hover {
            background: linear-gradient(180deg, #ff6f00, #ff8f2e);
            color: #fff;
        }

        .text-primary{
            color: #ff8f2e !important;
        }
.registration{
        z-index: 1050;
       }
.display_none{
    display: none;
}

.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}
  .nav-img{
    content-visibility: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.invalid-feedback.server-error {
    display: block !important;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid{
    padding-right: 0.5rem !important;
}

