.login-component-outer-container{display:flex;justify-content:center;align-items:center;height:100dvh;background-size:cover;background-position:center}.full-bg-image{background-image:url(/login-background.jpg);background-repeat:no-repeat;justify-content:flex-end;padding-right:15rem}.tile-bg-image{background-image:url(/login-background-tile.jpg);background-repeat:repeat}.login-component-container{display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:3rem;width:95%;max-width:400px}.paper-title{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1rem;color:var(--primary-color);padding-bottom:2rem}.otp-button-group-container{display:flex;justify-content:center;align-items:center;gap:1rem}.otp-countdown-text-container{display:flex;justify-content:center;align-items:center;padding-top:1rem}.otp-countdown-text{font-size:.9rem;color:var(--primary-color)}:root{--font-family: "Inter", "Roboto", "-apple-system", "BlinkMacSystemFont", '"Segoe UI"', "Arial", "sans-serif";--primary-color: #49979b}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family)}html,body{font-family:var(--font-family)}
