/* Custom CSS for Login Box */

.login-box {
    margin: 10% auto;
    background: #fff;
    padding: 40px 0 40px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.hide-side img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: auto;
}

.login-logo img {
    display: block;
    margin: 0 auto 20px;
}

i#login-pass-show-hide {
    margin: 0px 0px 0 -24px;
    position: absolute;
    z-index: 99999;
    font-size: 22px;
}

.login-box-body {
    padding: 20px;
}

.messages {
    margin-bottom: 15px;
}

.has-error {
    color: #d9534f;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group-addon {
    background: #f5f5f5;
    border: none;
    border-radius: 8px 0 0 8px;
    color: #888;
}

.form-control {
    border: none;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none;
    background: #f5f5f5;
    height: 45px;
}

.form-control:focus {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#login-pass-show-hide {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #888;
}



/* Beautiful button with light effect */
.btn-login {
    background: #0084c4;
    border: none;
    border-radius: 4px;
    padding: 10px 35px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.btn-login::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.75s;
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%) scale(0);
}

.btn-login:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn-login:hover {
    background: linear-gradient(to right, #2575fc, #6a11cb);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-login:focus {
    outline: none;
}


a {
    color: #C95356;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

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

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #0084c4;
    font-size: 22px;
    color: #fff;
}


  .loginTitle {
    font-size: 22px;
    margin: 8px 0 0 0;
    font-weight: 600;
}
    
  .loginTitle p {
    font-size: 17px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

 img.brand_logo {
    width: 180px;
    margin: 0px 0 0 0;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: left;
    padding-top: 10px;
    font-weight: 300;
}

 .carousel-indicators li {
    width: 12px!important;
    height: 12px!important;
    background-color: #007bff8f !important; /* Bright blue color */
    border-radius: 50%!important;
    margin: 1px!important;
      
}

    .carousel-indicators {
        bottom: -30px;
    }


.carousel-indicators .active {
    background-color: #007bff !important; /* Slightly darker blue for the active indicator */
}

.item.text-center.login-righ-slider.poppins-medium-italic {
    text-align: -webkit-center;
}

.login-righ-slider h3 {
    font-size: 18px;
    margin: 5px 0 3px 0;
    font-weight: 600;
}


div#forgetPass {
    margin: 18px 0 0 20px;
}

@media screen and (min-width: 1024px) and (min-height: 753px) {
  /* Your CSS styles here */


}


@media (min-width: 768px) {

        .login-box {

          width: 60%;  
        margin: 10% auto auto auto !important;
        background: #fff;
        padding: 40px 0 40px 0;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

.register-box {
    width: 60   %;
    margin: 13% auto;
    margin-bottom: 0px;
    background: #fff;
}


    .login-box {
        display: flex;
    }

    .hide-side {
        flex: 1;
    }

    .col-md-6 {
        flex: 1;
    }

      .login-box-body {
        padding: 0 35px 0 0;
    }
}

@media (max-width: 767px) { 
    .hide-side {
        display: none;
    }

    .login-box {
        max-width: 100%;
        padding: 10px;
    }

    .login-box-body {
        padding: 20px;
    }

    a {
    color: #C95356;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

    div#forgetPass-section {
        margin: 10px 0 0 0;
        text-align: center;
    }

    div#forgetPass {
    margin: 10px 0 0 0;
}

.login-button-section{
       text-align: center;
}

}
