﻿
.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-image: url('/images/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.login-container {
    flex-shrink: 1;
    max-width: 1200px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1.5px 3.99px 27px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    
}


.img-box {
    height: 100%;
    object-fit: cover;
}

.carousel-indicators [data-bs-target] {
    background-color: #FFF !important;
}

.carousel-indicators .active {
    background-color: #FFF !important;
}

.carousel-control-prev-icon {
    filter: brightness(0);
    font-size: 16px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: none; /* Reset any previous filters */
    background-image: none;
    color: #555;
    font-size: 30px;
}

.carousel-item img {
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

.carousel-inner {
    min-height: 550px;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.carousel-caption {
    position: absolute;
    top: 0;
    color: black !important;
    margin-top: 300px;
}

    .carousel-caption h5,
    .carousel-caption .imgSubTitle {
        padding: 10px;
        display: inline-block;
    }





/* LOGIN_BOX_CSS */

.login-box {
    padding: 30px;
    z-index:900;

}



.form-group {
    position: relative;
    margin-bottom: 5px;
}


.divForgetpass {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}

.divApplinks {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

    .divApplinks > button {
        border: none;
        background-color: transparent;
    }

#spanValMessage ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    text-wrap: nowrap;
}

.btnLogin {
    width: 80%;
  /*  border-radius: 20px;*/
}


#rememberMe:checked + label::before {
    border-color: #007bff;
    background-color: #007bff;
}

#rememberMe {
    accent-color: #007bff;
}


.toggle-password-btn i {
    color: #6c757d;
}

    .toggle-password-btn i.fa-eye {
        color: #007bff;
        background: none;
    }


.toggle-password-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
}



.floating-label-group {
    position: relative;
    margin-bottom: 1.8rem;
}

/* Hide default borders, only show the bottom */
.custom-input {
    border: none;
    border-bottom: 2px solid #ccc;
    background: none;
    padding: 0.5rem 0.5rem 0.5rem 30px;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    outline: none;
    transition: border-color 0.3s ease-in-out, padding-top 0.3s ease-in-out;
    font-size: 16px;
}

/* Floating Label Default Position (Inside the Input) */
.custom-label {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}


.custom-input:focus + .custom-label,
.custom-input:not(:placeholder-shown) + .custom-label {
    top: -12px;
    left: 5px;
    font-size: 12px;
    color: #007bff;
}


.custom-input:focus {
    border-bottom-color: #007bff;
}

/* Icon inside the input field */
.input-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
}

.validation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    vertical-align: top:;
    margin-bottom: 50px;
}

    .validation span {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

.login-side {
    min-height: 550px;
    min-width: 450px;
}
.swal-button-container {
    margin: 10px;
    display: flex !important;
    position: relative;
}

@media (max-width: 1400px) {
    .img-box {
        height: auto;
        overflow: hidden;
    }

    .login-side {
        min-height: 513px;
      
    }
    .carousel-inner {
        min-height: 513px;
        max-height:513px;
      

    }

 
}

@media (max-width: 1200px) {
    .img-box {
        display: none !important;
    }
}