
        body {
            background: url('./img/wsq-slider.png') no-repeat center center fixed;
            background-size: cover;
        }

        .navbar {
            background-color: #ffffff;
            padding: 0px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .navbar-logo {
            max-height: 85px;
        }
        .navbar-brand {
            padding: 0px;
        }

        .top-line {
            height: 2px;
            background: #f9b500; /* Yellow color */
        }

        .card {
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .card-header {
            height: 2px;
            background: #f9b500; /* Yellow top inside the form */
            padding: 3px;
        }

        .card-body {
            padding: 30px;
        }

        h5 {
            font-size: 20px;
            font-weight: bold;
            color: #a51111;
            text-align: center;
            margin-bottom: 20px;
        }

        .btn {
            background-color: #a51111;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 10px;
        }

        .btn:hover {
            background-color: #8c0e0e;
        }

        .form-control {
            border-radius: 5px;
        }

        .forgets {
            font-size: 14px;
            color: #a51111;
            display: block;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .forgets:hover {
            text-decoration: underline;
        }

        p {
            text-align: left;
            font-size: 14px;
            color: #666;
        }

        span {
            text-align: center;
            font-size: 14px;
            display: block;
            font-weight: bold;
            color: #000;
        }
    


/* 
.body{
    font-family: Roboto light;
}

label.form-label {
    color: #392E0E;
    font-size: 15px;
    font-weight: 500;
}

.navbar {
    background-color: #f8f9fa;
    padding: 10px;
}
.navbar-logo {
    height: 80px; /* Adjust logo size 
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    
    border-radius: .25rem;
    width: 400px;
    margin: auto;
    top: 25%;
    border: solid;
}

.card-body{
    width: 400px;
    min-height: 300px;
    padding: 30px 30px 20px 30px;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    text-decoration: underline;
    color: black;
}

.text-center {
    text-align: center !important;
font-weight: 700;
height: 38px;
color: #A80000;

}

.image1{
    z-index: 1;
    display: flex;
    position: absolute;
    width: 170px;
    min-height: 575px;
    top: 30px;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.images2{
    position: absolute;
    width: 100%;
    min-height: 789px;
    right: 0px;
    background-size: cover;
    background-position: center;
}

a.forgets{
    justify-content: left;
    font-weight: 400;
    display: flex;
    top: 10px;
}

.orlines{
    left: 185px;
    position: absolute;
    bottom: 62px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    color:#999;
}

.input-group-text{
    background: rgba(255, 199, 0, 1);
}

#cookies {
    border-right: 10px;
}

button#loginbtn {
    color: white;
    background: #A80000;
    font-weight: 600;
    width: -webkit-fill-available;
}

.popup {
    display: none; /* Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1; /* Sit on top 
    left: 0;
    top: 0;
    width: 100%; /* Full width
    height: 100%; /* Full height/
    overflow:hidden; /* Enable scroll if needed/
    background-color: rgb(0,0,0); /* Fallback color/
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity /
}

.popup-content {
    background-color: #fefefe;
    margin: 20% auto; /* 15% from the top and centered /
    padding: 20px;
    border: 3px solid rgba(255, 199, 0, 1);;
    width: 50%; /* Could be more or less, depending on screen size/
    border-radius: 3%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -21px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*.question{
    height: 45px;
    width: 45px;
    border-radius: 23px;
}

.quespopup {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow:hidden; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.quespopup-content{
    
        background-color: #fefefe;
        margin: 27% auto; 
        padding: 15px;
        border: 3px solid rgba(255, 199, 0, 1);;
        width: 12%; 
        border-radius: 10px;
        height: 60px;
        width: 230px;
}

.cookie{
    margin-top: 0;
    margin-bottom: -1.8rem;
}

.remember.mb-4 span {
    color: #392E0E;
    font-size: 15px;
    font-weight: 500;
} */