/* 
.main {
    background-image: url('./BOOTSTRAP-TASK-IMAGE/hero-section/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 600px;
} 
    .overlay {
    background-color: #262c3ee3;
    width: 100%;
    height: 100%;
}
 */


 body {
    padding: 0rem;
    margin: 0rem;
}

.login-btn-header{
    text-decoration: none;
    color: black;
}

.navbar-toggler {
    border: none;
}

.navbar-icon {
    text-align: center;
}

i {
    color: #ded6d6;
}

.santosh_name{
    color: #ecc300;
    width: 100%;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .contect{
        width: 100%;
    }
  }
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }

.card-register{
    opacity: 0.9;
}

.password{
    display: inline-block;
    position: relative;
    width: 100%;
}

.password img{
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    cursor: pointer;
}


.contect-connect{
    background-color: #8326294e;
    font-size: large;
}

/* .client {
    background-image: url('https://images.pexels.com/photos/2341290/pexels-photo-2341290.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
} */

/* .footer-bg{
    background-color: #ffffff;
} */













