0e7ddeb0 by Jeff Balicki

ee

1 parent 7c2125be
......@@ -10,7 +10,7 @@
body.login {
background: url(../images/login-background.jpg) no-repeat 0px bottom fixed;
background: url(../images/LogIn@15x.png) no-repeat 0px bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
......@@ -19,6 +19,8 @@ body.login {
#login {}
.login #nav {
width: 35%;
display: block;
......@@ -28,6 +30,7 @@ body.login {
padding: 0px 100px 100px 240px;
margin-left: 30%;
}
.login #nav a {
......@@ -35,6 +38,8 @@ body.login {
text-transform: uppercase;
background-color: transparent;
margin-left: 50px !important;
text-decoration: underline;
}
#login h1 {
......@@ -59,11 +64,15 @@ body.login {
padding: 60px 100px 100px 240px;
margin-left: 30%;
margin-top: 8%;
background: url(../images/login.png) 0px 0px no-repeat !important;
background: url(../images/login.png) 0px 0px no-repeat;
background-size: 672px 398px !important;
background-position: top;
}
#lostpasswordform {
background: url(../images/reset.png) 0px 0px no-repeat !important;
}
form {}
form {
......
No preview for this file type