@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}#root{min-height:100vh}body{min-height:100vh;font-family:Outfit,sans-serif;background-color:#10141e}header{background-color:#161d2f;padding:1.8rem;width:100%;display:flex;justify-content:space-between;align-items:center}main{padding-left:2.4rem;padding-right:2.4rem;display:flex;flex-direction:column;gap:2.4rem;padding-bottom:6rem}.login{color:#fff;font-size:3.2rem;font-weight:300}.login-input{all:unset;box-sizing:border-box;border-bottom:1px solid #979797;padding:1.7rem;font-size:1.5rem;color:#fff;width:100%}.submit-button{color:#fff;background-color:#fc4747;border:none;font-size:1.5rem;padding:1.5rem 0;border-radius:.7rem;cursor:pointer}@media only screen and (min-width: 48rem){main{gap:4rem}}@media only screen and (min-width: 90rem){header{width:9.6rem;flex-direction:column;height:100vh;position:fixed;left:3.2rem;height:97vh;top:50%;transform:translateY(-50%);border-radius:2rem;justify-content:unset;gap:7.5rem}body{padding-left:16.4rem}}
