update: login page

This commit is contained in:
Rifqy Zacky Ariadhy 2019-01-06 00:33:55 +07:00
parent 8b58debffc
commit bbdcaace19

View File

@ -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;