parent
ebf908b1b5
commit
b6ee903768
|
@ -257,6 +257,40 @@ html {
|
|||
#main {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#login {
|
||||
.logo .image img {
|
||||
width: 70%;
|
||||
}
|
||||
.form {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.form label {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
.footer {
|
||||
margin-left: 0;
|
||||
}
|
||||
h1 {
|
||||
margin-left: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
form {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
form input {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
form input[type=submit] {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue