.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.auth-page .container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap}.auth-page .form-container,.auth-page .login-image{flex:1 1 400px}.auth-page .account-types,.auth-page .form-container{display:grid;height:-moz-fit-content;height:fit-content;grid-gap:1rem;gap:1rem}.auth-page .account-types .types{display:flex;align-items:stretch;justify-content:space-between;gap:1rem}.auth-page .account-types .types .type{cursor:pointer;background-color:var(--secondary-color);flex:1 1 250px;padding:1rem;border-radius:.5rem;border:1px solid var(--border-color);display:grid;grid-gap:1rem;gap:1rem;transition:all .3s linear}.auth-page .account-types .types .selected{background-color:var(--primary-color);color:#1C1C1C}.login-image{position:relative}.login-image .persons{display:flex;align-items:end;gap:1rem;height:600px;overflow:hidden;position:relative;background:url(/_next/static/media/graph.d46f9a50.svg);background-position:50%;background-size:cover;justify-content:center;border-radius:1rem}.login-image .persons img{width:50%}.login-image .persons>:first-child{position:absolute;transform:translateX(150px);animation:person2 .6s ease-in-out forwards}.login-image .persons>:nth-child(2){position:relative;z-index:1;animation:person1 .6s ease-in-out forwards}.login-image .persons>:nth-child(3){position:absolute;transform:translateX(-160px);animation:person3 .6s ease-in-out forwards}@keyframes person1{0%{transform:translateY(24px)}to{transform:translate(0)}}@keyframes person3{0%{transform:translateX(-160px)}to{transform:translateX(-140px)}}@keyframes person2{0%{transform:translateX(160px)}to{transform:translateX(140px)}}.login-image img{border-radius:1rem}.login-image .testimonial-card{position:absolute;max-width:400px;bottom:2rem;left:0;z-index:3}.login-image .stats-card{position:absolute;top:1rem;right:1rem;padding:1rem;z-index:3}.testimonial-card{position:relative;display:grid;height:-moz-fit-content;height:fit-content;grid-gap:.8rem;gap:.8rem}.testimonial-card .profile{height:86px;width:86;border-radius:50%;overflow:hidden;object-fit:cover;border:7px solid white;position:absolute;right:2rem;top:-43px}.stats-card{display:flex;align-items:end;gap:1rem;transition:all .5s ease-in-out}.stats-card:hover{margin-top:-3px}.stats-card .shape{display:flex;align-items:flex-end;gap:.5rem}.stats-card .shape .line{width:10px;border-radius:2rem}.stats-card .shape>:first-child{background-color:var(--primary-color);height:20px;animation:chart1 1.2s ease-in-out forwards}.stats-card .shape>:nth-child(2){background-color:var(--text-primary);animation:chart2 1.2s ease-in-out forwards}.stats-card .shape>:nth-child(3){background-color:var(--primary-color);height:32px;animation:chart3 2s ease-in-out forwards}.stats-card .shape>:nth-child(4){background-color:var(--text-primary);height:50px;animation:chart4 2s ease-in-out forwards}@media screen and (max-width:1240px){.container{padding:0 2rem}}@media screen and (max-width:960px){.auth-page .container{max-width:540px}.auth-page .login-image{display:none}}