.maincontent{width:100%;height:100vh;display:flex}.background-container{position:relative;height:100vh;width:100vw;background-image:url(assets/bg-video.mp4);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;overflow:hidden}.leftcontent{width:45%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:1px 0 5px gray}.profpic{height:150px;width:150px;border-radius:50%;object-fit:cover;margin:10px}.leftcontent h1{font-size:50px}.taskimg{width:280px;height:360px;margin:10px}.todobot{width:400px;height:600px}.rightcontent{width:55%;height:100vh;display:flex;flex-direction:column;justify-content:baseline;align-items:center;gap:40px}.rightcontent h1{font-size:40px;padding:30px}.inputcontent{display:flex;gap:10px}.inputcontent input{width:480px;height:50px;border-radius:15px;padding-left:10px;font-size:15px;border:none;background-color:#eae9e9}.inputcontent button{width:70px;height:50px;border-radius:15px;background-color:#2747fa;border:none}.taskcontent{width:550px;height:50px;border-radius:10px;box-shadow:5px 5px 2px gray;display:flex;gap:10px;align-items:center;justify-content:space-around}.notcompleted{width:300px;font-size:16px}.completed{width:300px;font-size:16px;text-decoration:line-through}.updatebutton{width:50px;height:30px;border-radius:8px;border:none;background-color:#3a5dfa}.deletebutton{width:50px;height:30px;border-radius:8px;border:none;background-color:#3146ff}ul{list-style-type:none}.background-container{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.signinp{color:#fff;font-size:24px;margin:20px}.signdiv{width:500px;height:600px;box-shadow:0 0 10px #000;flex-direction:column;margin:100px;border-radius:10px;position:relative;background-image:url(/assets/bg-----CdbOquEz.gif);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}button{display:flex;align-items:center;justify-content:center;width:350px;height:40px;box-shadow:5px 3px #000;border-radius:10px;border:none;background-color:#fff;margin:10px}button:hover{box-shadow:5px 5px #000}.google{height:30px;width:30px}*{margin:0;padding:0;font-family:sans-serif;font-weight:700}
