#root{background-color:#f5f7fa;width:100%;height:100%;position:fixed}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{overflow-y:auto}@-webkit-keyframes round{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes round{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.login-card-content{background-color:#fafdfc;padding:2rem}.login-form{display:flex;flex-direction:column;align-items:center}.login-form img{display:flex;width:100%}.login-form .password-container{display:flex;flex-direction:row;align-items:center;width:100%}.login-form .hide-button{width:48px;height:48px}.login-form .submit-button{margin-top:1.5rem;font-weight:200;width:60%}.login-form .lost-pass-button{margin-top:2rem;text-align:center;padding:.5rem;border-radius:5px;transition:background-color .2s ease;color:#000;font-weight:200}.login-form .lost-pass-button:hover{background-color:#f1f1f1;transition:background-color .2s ease}.dashboard-container{display:flex}.dashboard-toolbar img{width:11rem;border-radius:5px}.dashboard-profile{position:absolute;right:1rem}
