style change to login page
This commit is contained in:
+27
-6
@@ -69,18 +69,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
.login-inner-box {
|
||||
width: 50%;
|
||||
float: left;
|
||||
margin-left: 25%;
|
||||
margin-right: 25%;
|
||||
|
||||
input, .btn {
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password] {
|
||||
padding: 17px;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.login-box {
|
||||
width: 700px;
|
||||
margin: 100px auto 0 auto;
|
||||
|
||||
button.btn {
|
||||
margin-top: 19px;
|
||||
padding: 12px 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login-box-logo {
|
||||
text-align: center;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.register-box {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user