update: login page
This commit is contained in:
parent
8b58debffc
commit
bbdcaace19
|
@ -2,14 +2,20 @@
|
||||||
|
|
||||||
.loginWrapper{
|
.loginWrapper{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: 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{
|
.formContainer{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-top: -17.5vh;
|
||||||
|
|
||||||
.logoLogin{
|
.logoLogin{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@ -20,7 +26,7 @@
|
||||||
.textLogin{
|
.textLogin{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
margin-bottom: 7.5vh;
|
margin-bottom: 6.5vh;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
color: #555;
|
color: #555;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user