img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1100px !important;
}
/* *{
    color: #fff !important;
} */

.login-wrapper {
    /* margin: 0 auto; */
    margin-top: 100px;
    /* height: 600px;
    width: 1050px; */
    /* background-color: white; */
    border-radius: 10px;
    backdrop-filter: blur(50px);
}

.login-wrapper .row .logo {
    height: 150px;
    width: 280px;
}

.login-wrapper .row .right-side {
    height: 600px;
    background-color: #d8d8d8;
    border-radius: 75px 10px 10px 10px;
}

.login-wrapper .violet-text {
    color: #000 !important;
}

.login-wrapper .right-side .com-logo {
    margin-top: 50px;
    /* height: 66px;
    float: right; */
}

.btn-primary {
    background-color: #5d46ba !important;
    width: 400px !important;
}

.google {
    border: 0.5px solid rgb(0, 0, 0, 0.2) !important;
    width: 400px !important;

}

div.right-side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.com-logo {
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}

.com-logo {
    display: flex;
    /* justify-content: end; */
}

.courosal-cont {
    display: flex;
    text-align: center;
}

.owl-stage .owl-item .item img {
    width: 65%;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.owl-stage .owl-item .item a {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.owl-nav>button:first-of-type {
    margin-right: 10px;
}

/* .owl-nav>button span {
    padding: 9px;
    background-color: white;
    border-radius: 50%;
    font-size: 40px;
} */

.owl-nav>button {
    border-radius: 50%;
}

.login-copy-right {
    display: flex;
    justify-content: center;
}

.login-copy-right p {
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.login-copy-right p a {
    text-decoration: none;
    color: orangered;
}

.courosal-cont h3 {
    font-size: 25px;
    font-weight: 700;
    color: white;
}

.owl-prev span,
.owl-next span {
    font-size: 0 !important;
    padding: 0;
}

.owl-prev span::before {
    content: "\f060";
    font-size: 30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 50%;
}

.owl-next span::before {
    content: "\f061";
    font-size: 30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 50%;
}

.owl-stage .owl-item .item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.owl-stage .owl-item .item a img {
    margin: 0 auto;
}
.owl-stage .owl-item .item a h3 {
    text-align: center;
    color: #ff6b00;
    font-size: 23px;
    padding: 0 50px;
    /* text-decoration: none; */
}
.owl-stage .owl-item .item a{
    text-decoration: none;
}
.login-wrapper .login-title {
    color: #ff6b00;
}
.login-wrapper button {
    background-color: #ff6b00 !important;
    border: transparent;
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
}
.login-wrapper button:hover{
    background-color: #1c1b1b !important;
}

.login-wrapper form label.form-check-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.password-eye{
    position: relative;
}
.password-eye > i {
    position: absolute;
    top: 44px;
    bottom: auto;
    right: 15px;
    left: auto;
    cursor: pointer;
}
.owl-nav button span:hover {
    background-color: transparent;
}
.user-ticketing a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background-color: blue;
    border-radius: 15px;
    border: 2px solid transparent;
    align-self: center;
}
.user-ticketing a:hover{
    background-color: transparent;
    border:2px solid #ff6b00 ;
    color: #fff;
}
.user-ticketing {
    display: flex;
    justify-content: end;
}


@media only screen and (max-width:767px){
    .right-side {
        display: none;
    }
    .login-wrapper .login-title {
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width:1023px){
    .right-side {
        display: none !important;
    }
    .login-wrapper .login-title {
        text-align: center;
        font-size: 25px;
    }

}

@media only screen and (max-width:1023px){
    .right-side {
        display: none !important;
    }
    .login-wrapper .login-title {
        text-align: center;
        font-size: 25px;
    }
}