.login-container{display:flex;justify-content:center;align-items:center;height:100vh;z-index:1}h2{padding-bottom:20}label{display:flex;padding-bottom:10}.button-container{display:flex;flex-direction:column;gap:15}input{padding:.5rem;background-color:whitesmoke;color:black;width:30rem}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:3px solid white;padding:3rem;border-radius:8px;max-width:800px;box-sizing:border-box;background-color:var(--gray)}.input-wrapper{margin-bottom:1rem}.register-container{display:flex;gap:6;padding-top:3rem}.register-text{color:var(--orange)}.btn{margin-top:1rem;padding:.5rem 1rem;border:none;background-color:var(--orange);color:white;border-radius:4px;cursor:pointer}.error-msg{color:red}@media (max-width:480px){.form{padding:3rem;max-width:400px}h2{font-size:1.2rem;max-height:2vh}.login-button{font-size:.9rem;padding:.5rem}input{max-width:300px;padding:1rem}}