.img{
    background-image: linear-gradient(rgba(59, 46, 46, 0.5), rgba(0, 0, 0, 0.5)), url("images/indexImg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    opacity: 0.8;
} 

.imgText {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-30%, -50%);
}

.logoI{
    height: 30vh;
    margin-top:5%;
}

.buttons{
    margin-top:15%;
    margin-left: 40%;
}

.contBtn{
    margin-left:70%;
    margin-top:4%;
}

.logo{
    height: 80px;
}
 .lrBG{
    background-image: url("images/loginregisterBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
}

.navBG{
    background-color:rgb(172, 221, 241);
}

.button{
    border-radius: 12px;
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 20px;
    display: inline-block;
    margin: 4px 2px;
}

.box{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40vh;
    width: 40vw;
    margin-left:26%;
    margin-top: 10%;
    border-radius: 25px;
}

.boxReg{
    background-color: rgba(0, 0, 0, 0.5);
    height: 50vh;
    width: 40vw;
    margin-left:26%;
    margin-top: 8%;
    border-radius: 25px;
}

.form{
    margin-left: 25%;
}

.form button{
    margin-right:35%;
}

.tutorImg{
    width: 70%;
}

.dropdown-menu{
    text-decoration: none;
}

.sBtn{
    margin-top:5%;
    margin-left:-45%;
    margin-bottom: 1%;
}

.colbg{
    background-image: linear-gradient(to right, rgb(172, 221, 241), rgb(68, 102, 131));
}
/* rgb(83, 95, 94) */