diff --git a/src/common/pages/Login/style.scss b/src/common/pages/Login/style.scss index 6919317..dc1bc01 100644 --- a/src/common/pages/Login/style.scss +++ b/src/common/pages/Login/style.scss @@ -2,14 +2,20 @@ .loginWrapper{ display: flex; - flex: 1; + height: 100vh; justify-content: center; align-items: center; - padding-top: 12.5vh; + //background-color: #aaafff; + background-image: url("../../../../assets/images/login/background.jpg"); + background-repeat: no-repeat; + background-size: contain; + background-position: center bottom; + margin-top: -56px !important; .formContainer{ display: flex; flex-direction: column; + margin-top: -17.5vh; .logoLogin{ width: 200px; @@ -20,7 +26,7 @@ .textLogin{ text-align: center; margin-top: 5vh; - margin-bottom: 7.5vh; + margin-bottom: 6.5vh; font-size: 1.25rem; font-weight: lighter; color: #555;