.index{
    margin-top: 5px;
}
.index .title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}
.index .sec_1{
    border-bottom: solid 3px #000000;
    padding-bottom: 50px;
    margin-bottom: 20px;
    width: 100%;

}
.index .condition{
    background: #C6ED94;
    padding: 20px;
}

.index form{    
    display: flex;
    align-content: space-around;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
   
}
.index .user{
    /* border: solid 1px; */
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
    /* height: 100%; */
}
.index .user>div{
    display: flex;
    width: 38px;
    justify-content: space-around;
}
.index .icon{
    width: 38px;
    background: #DDDDDD;
    text-align: center;
    margin-right: -5px;
    z-index: 2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.index input{
    text-indent: 5px;
    margin-right: 5px;
    /* height: 100%; */
}
.index .icon img{    
    height: 35px;
    padding: 4px;   
}

.index .btn{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    
}
.index .btn-signin{
    width:50%; 
    background-color: #337357;
}
.index .btn-signup{
    /* width:50%;  */
    background-color: #DDDDDD;
    
}

.index .a {
    color: #070707;
    text-decoration: none;
}

/* .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.index  .container .sec_2{
    border-bottom: solid 3px #000000;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

button[type="submit"]:hover {
    background-color: rgba(30, 152, 215, 1) ;
}

button[type="submit"]:active {
    background-color: rgba(30, 152, 215, 1) ;
}

.index .carousel {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.index .left-column, .right-column {
    width: 49%;
    position: relative;
}

.index .images-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.index .images-container img {
    width: 100%;
    display: none;
}

.index .images-container img.active {
    display: block;
}

.index .indicators {    
    position: absolute;
    /* bottom: 10px; */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.index .indicators .dot {    
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.index .indicators .dot.active {
    background-color: #0a8f08;
}

/* .index .col-md-10 {
        flex: 0 0 auto;
        width: 98%;
    } */



