  html body {  
        background: linear-gradient(to right, #7367f0, #ff9f43); /* linear-gradient(to left, #00395D, #202a44); */
    }
    .brand-logo-vertical-line {
        border-left: 1px solid black;
        height: auto; /* Adjust the height as needed */
        margin: 0px 10px;
    }
    .brand-logo-span {
        color: #6e6b7b;
        margin: auto 0px;
    }
    body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8f9fa;
        }

        .error-message {
            position: fixed;
            top: 20px;
            right: 20px;
            background-color: #f8d7da;
            color: #721c24;
            padding: 20px 30px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            width: 300px;
            max-width: 90%;
            text-align: center;
        }
        
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            color: #721c24;
            font-size: 20px;
            cursor: pointer;
        }

        .error-message p {
            margin: 0;
            font-size: 16px;
        }
        .asterics{
        color: red; font-size: large;
    }
    #captcha-image{
        height: 40px; 
        width: 320px; 
        font-weight: bold;
    }
    .captcha-input {
        margin-left: 15px; /* Adjust this for desired spacing */
    }