@import"https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap";.App{background-color:#313235;height:100dvh;display:flex;flex-direction:column;justify-content:flex-start;font-family:Ramabhadra,sans-serif}.App .Navbar{display:flex;flex-direction:row;justify-content:space-between;height:5rem;padding:1rem}.App .Navbar img{padding:1rem}.App .Navbar div{display:flex;flex-direction:row}.App .Navbar h1{margin-right:2rem;margin-left:2rem;font-size:1.5rem;color:#3abcd8}.Home{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-family:Ramabhadra,sans-serif;font-size:2rem;color:#fdd721;height:fit-content}.Home .left{width:50%;padding:1rem}.Home .left h1{margin-top:0;padding-left:1rem;color:#0b7bc5}.Home .left p{font-size:1.3rem;padding:1rem}.Home .left div{border:solid;width:50%;margin-left:1rem}.Home .right{background:#0b7bc5;width:50%;height:35rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 2rem}.Home .right .heading{text-align:left;width:100%;margin-top:.2rem;line-height:5rem}.Home .right form{display:flex;flex-direction:column;justify-content:space-around;width:100%;font-weight:bolder}.Home .right form label{margin:0 0 1rem .5rem}.Home .right form div{display:flex;flex-direction:row;width:100%;border:solid;height:3rem;border-radius:50px}.Home .right form div input{width:70%;border-top-left-radius:50px;border-bottom-left-radius:50px;padding-left:1rem}.Home .right form div button{border-top-right-radius:50px;border-bottom-right-radius:50px;width:30%;font-family:Ramabhadra,sans-serif;font-size:1rem}.Home .right p{width:100%;margin:2rem 0 1rem .5rem;font-weight:bolder}.Home .right a{width:100%;margin:0 2rem;font-size:1.5rem;text-decoration:none;color:#fff}html,body{margin:0;padding:0}body{height:100vh;background-color:#313235}
