body {
    font-family: 'Open Sans', sans-serif;
    background-color: #353434;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: hidden;
}

#header_footer_color {
    background-color: transparent;
    /* backdrop-filter: blur(5px); */
    position: absolute;
    z-index: 2;
    background-size: 100%;
    transition: .5s ease-out;
    color: #fff;
}

#sub_title_span {
    color: white;
    font-size: 14px;
}

.brand-image {
    width: 174px;
/*             margin-left: 1rem;
    margin-top: 32px; */
}

.right_brand_img {
    width: 50%;
}

.bg-secondary {
    background-color: white !important;
}

.form-control {
    border-radius: 9px;
}

.form-control:focus {
    border-color: gray;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.signin_btn {
    background-color: #0d92d4;
    border-radius: 9px;
    color: black;
}

.signin_btn:hover {
    background-color: #0f7bb0;
    color: white;
    box-shadow: 0 0 3px 2px rgba(255, 254, 254, 0.8);
}

.form-check-input:checked {
    background-color: #fc0000;
    border-color: #fc0000;
}

a {
    color: #fc0000;
}

a:hover {
    color: #fc0000;
    text-decoration: underline;
}

.header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper {
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8);
    background: transparent;
    backdrop-filter: blur(25px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 20px;
    max-width: 400px;
    /* margin: 40px auto; */
    width: 100%;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

/* 
.wrapper {
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8);
    background: transparent;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
} */

.carousel-container {
    position: relative;
    flex-grow: 1;
    width: 100%;
    /* height: calc(100vh - 55px - 7vh); */
    overflow: hidden;
}

.carousel {
    /* position: absolute; */
    position: fixed;

    z-index: -1;
    flex-grow: 1;
    /* flex-grow: 1; */
    width: 100%;
    /* height: calc(100vh - 7vh); */
    height: 100%;
    overflow: hidden;

}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    margin-left: 198px;
}

footer {
    width: 100%;
    height: 7vh;
    background: transparent;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.brand-container {
    display: flex;
    justify-content: flex-end;
    width: 52vw;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* Media Queries for Responsiveness */

/* @media (max-width: 1536px) {
    .content {
        margin-left: 280px;
    }
}

@media (max-width: 1024px) {
    .content {
        margin-left: 100px;
    }
}

@media (max-width: 100vw) {
    .content {
        margin-left: 560px;
    }

}

@media (max-width: 768px) {
    .wrapper {
        max-width: 90%;
        height: auto;
    }
    .content {
        margin-left: 0;
        justify-content: center;
    }
}

/* @media (max-width: 683px) { */
/* Your CSS rules here */
/* } */

/* 
@media (max-width: 576px) {
    .wrapper {
        padding: 10px;
    }
} */
/* 
.login-head {
    display: flex;
    flex-direction: column;
    background: transparent;
    backdrop-filter: blur(5px);

} */
