.loginWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    /* position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    justify-self: anchor-center; */
    /* left: 8%; */
    /* height: calc(100% - 169px); */
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: #000000;
}

.title-style {
    color: #126e38;
    margin-top: -1.9rem;
    font-weight: 650;
    font-size: 1rem;
}

.carousel-content {
    color: #0a569b; 
    font-size: 1.6rem;
}

.carousel-indicators button {
    background-color: #cacae7;
}

.loginrightsidewrapper {
    /* height: 100%; */
}

.saner-logo {
    height: 3.6em;
}

.bg-image-align {

    background-size: 55%;
    background-position-x: left;
    background-position-y: 75%;
}

.carousel-indicators {
    bottom: -25px;
}

.carouselImage {
    height: 17rem;
    margin-top: 3.7rem;
    /* width: 300px; */
}

.carousel-indicators [data-bs-target] {
    background-color: #3c7bd9;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
}l

.copy-right-text {
    /* position: absolute;
    top: 45%;
    -ms-transform: translateY(-45%);
    transform: translateY(-50%);
    left: 17%;
    right: 17%; */
}

.bodyContainer {
    background: #e4e4e4; 
    /* background-image: linear-gradient(to left, rgb(255 255 255 / 52%), rgb(255 255 255 / 0%)), url(/login/images/bgThree.png); */
    background-image: url(/login/images/bgFour.png);
    background-position: center center;
    background-size: cover;
}

.image-container {
    min-height: 100vh;
    position: relative;
}

.changeEmailOption {
    cursor: pointer;
}

.mail-password-icon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#submitOrNextOrSSO {
    background: #0a569b;
    border-color: #0a569b;
}

.passwordEyeIconWrapper {
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 999;
    cursor: pointer;
}

::-ms-reveal {
    display: none;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
}

#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
