@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6948ff;--secondary:#553bcb;--darkgrey:#22262a;--lightgrey:#d3d3d3;--grey:grey;--white:#f8f8f8}ul{list-style-type:none}a{color:grey;color:var(--grey);text-decoration:none}body{color:#333;font-family:Montserrat,sans-serif;line-height:1.5}.primary-color{color:#6948ff;color:var(--primary)}.navbar{align-items:center;background:var(--darkgrey);display:flex;height:100px;justify-content:space-between;padding:1rem;width:100%}.navbar img{width:80px}.nav-menu{display:flex}.nav-item{padding:1rem}.hamburger{display:none}@media screen and (max-width:940px){.nav-menu{background-color:var(--darkgrey);flex-direction:column;height:100%;justify-content:center;left:-100%;position:absolute;text-align:center;top:100px;transition:.4s;width:100%}.nav-menu.active{left:0}.nav-item{font-size:1.8rem;justify-content:center;margin:1.5rem}.hamburger{display:flex}}.hero{background:var(--darkgrey);height:100vh;width:100%}.container{margin:auto;max-width:1240px;padding:0 1rem}.hero .content{display:grid;grid-template-columns:repeat(2,1fr)}.col-1{display:flex;flex-direction:column;height:70vh;justify-content:center;padding:1rem 1rem 1rem 0}.col-1 h1{color:var(--white);font-size:3rem;font-weight:700}.col-1 p{color:var(--white);font-size:1rem;line-height:1.4;margin-top:1.2rem}.col-1 .used-by p{color:var(--lightgrey);font-size:.7rem;margin:2rem 0 1rem}.col-2{display:flex;flex-direction:column;font-size:.8rem;height:70vh;justify-content:center;padding:1rem}.col-2 p{color:var(--grey)}.form-layout{background-color:var(--white);border-radius:6px;margin:auto;width:400px}.form-container{padding:1.5rem 2rem}.sign-in-txt{margin-bottom:10px}.social-login span{background:var(--white);border:1px solid var(--lightgrey);border-radius:4px;padding:16px 45px 6px}.col-2 .divider p{border-bottom:1px solid var(--lightgrey);line-height:.1em;margin:2rem 0;text-align:center;width:100%}.col-2 .divider p span{background:var(--white);padding:0 10px}form input{background:var(--white);border:1px solid var(--lightgrey);border-radius:4px;display:block;margin:1.2rem 0;padding:.5rem;width:100%}.form-footer{background:var(--white);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--lightgrey)}.form-footer p{padding:1.5rem 2rem}.form-footer span{font-weight:500}button{background-color:var(--primary);border:1px solid var(--primary);border-radius:4px;color:var(--white);cursor:pointer;padding:8px 0;width:100%}button:hover{background-color:var(--secondary);border:1px solid var(--secondary)}@media screen and (max-width:940px){.hero{height:auto;width:100%}.hero .container{padding:0 1rem}.hero .content{grid-template-columns:1fr}.col-1{height:90vh;max-width:100%;padding:.2rem}.hero h1{font-size:2.5rem}.hero .col-2{display:none}}
/*# sourceMappingURL=main.38332123.css.map*/