Login page

Regarding: bootsnipp.com/snippets/7nk08

how can we move the form little up?

srajith2001 () - 3 years ago - Reply 0


change in the css:

.login-form{

margin-top: 80%; -> margin-top: xy%;

}

matekaa01 () - 3 years ago - Reply 0