diff --git a/src/pages/Login/styles.sass b/src/pages/Login/styles.sass new file mode 100644 index 0000000..25de4a7 --- /dev/null +++ b/src/pages/Login/styles.sass @@ -0,0 +1,36 @@ +@import "@styles/colors" + +.center-page + display: flex + flex-direction: column + align-items: center + justify-content: center + height: 100vh + +.login-container + display: flex + flex-direction: column + align-items: center + justify-content: center + background-color: $background-opacity + backdrop-filter: blur(5rem) + border: 1px solid #515663 + border-radius: 10px + padding: 1rem 3rem + +.login-header + display: flex + gap: 1rem + align-items: center + +.login-header img + width: 4rem + height: 4rem + +.login-header + color: $white + + +.login-header h1 + margin: 0 + font-weight: 700 \ No newline at end of file