*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vw 8vw;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
nav img{
    
    cursor: pointer;
}
nav .navigation ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav .navigation ul li{
    list-style: none;
    margin-left: 30px;
}
nav .navigation ul li a{
    text-decoration: none;
    color: rgb(35, 35, 85);
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}
nav .navigation ul li a:hover{
    color:whitesmoke;
    background-color: skyblue;
    border-radius: 10%;
}

.container{
    height: 100%;
    width: 100%;
    background-image:url(Ani.jpg);
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    position:absolute;
}
.form-1{
    width: 350px;
    height: 500px;
    background: white;
    margin: 6% auto;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.button-1{
   
    width: 250px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 3px #9AFBFA;
    border-radius: 5px;

}
.toggle-btn{
    padding: 10px 37px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
}
#btn{
    top: 0;
    left: 0;
    position: absolute;
    width: 125px;
    height: 100%;
    background:linear-gradient(to right,#9AFBFA,#D071F9);
    border-radius: 25px;
    transition: 1s;
}
.social{
    margin: 30px auto;
    text-align: center;
}
.social img{
    margin: 30px ;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px 0 #f7f7f7;
    border-radius: 50%;
    cursor: pointer;
}
.login{
    top: 230px;
    position:absolute;
    width: 230px;
    transition: 1s;

}
.form{
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    background: transparent;

}
.submit{
    width: 85%;
    padding: 10px 25px;
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
    background:linear-gradient(to right,#9AFBFA,#D071F9);
    border: 0;
    outline: none;
    border-radius: 25px;
}


.checkbox{
    margin: 10px 5px;
}
span{
    color: #777;
    font-size: 14px;
    bottom: 60px;
    position: absolute;
}

p{
    color: #777;
    font-size: 10px;
    bottom: 95px;
    position: absolute;
    text-align: center;
}

#login{
    left: 50px;
}
#register{
    left: 450px;
}
center{
    position: relative;
    margin-top: 230px;
}