
html{
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    margin: 0;
    height:100vh;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:left;
    overflow: hidden;
    background-image: url("../resources/images/road_forest_top_view_127398_2560x1440-min.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* div{
    width: 300px;
    height: 300px;
    border-radius: 99999%;
    background-image: url("../resources/gifs/natureGif1.gif");
    background-size: cover;
    background-position: center;
} */
.login{
    margin-top:8% ;
}
.container{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 10px 10px 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width:40%;
    height: 60%;
    border-radius: 5%;
    z-index: 3;
    backdrop-filter: blur(1);
    font-weight: bold;
    margin-left: 6%;
}

.wave2{
    top: -100px;
    left: 800px;
    width: 1300px;
    height: 1300px;
    background-color:rgb(255, 255, 255);
    position: absolute;
    border-radius: 40% 42% 41% 40%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 20px inset rgba(0, 0, 0, 0.4), inset 1px 1px 10px rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.move{
	animation: mymove 20s infinite;
}


@keyframes mymove {
  0%   {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
.container div{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.formlabel{
    color:white;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.8);
}
#pass,#email {
    padding: 2%;
    width: 80%;
    height: 42px;
    border-radius: 3%;
    border: none;
    box-shadow: inset 2px 2px 20px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
}
.mainTxt{
    z-index: 3;
    top:100px;
    left:1000px;
    width: 360px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 100px;
    position: absolute;
    color: black;
}
.backdropVideo{
    display: inline-block;
    left: -100px;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.backdropVideo video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.loginbtn{
    border: none;
    width: 8rem;
    height:2rem;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    border-radius: 2%;
    font-weight: bold;
}

.googleLogin
{
    border: none;
    width: 30%;
    height: 10%;
    background-image: url("../resources/images/dd.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
}
