body, html {
            height: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f5f5f5;
            font-family: 'Varela Round', sans-serif;
        }
        .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;
        }
        .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, #5a31f4, #3b22a8);
            color: #fff;
            transition: background 0.3s ease;
        }
        .text-primary{
            color: #ff8f2e !important;
        }
.registration{
        z-index: 1050;
       }
.display_none{
    display: none;
}

.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}
