fea56d35 by Jeff Balicki

ss

1 parent b9fe3f59
......@@ -225,6 +225,7 @@ label {
html {
background-color: transparent !important;
overflow: hidden;
}
......@@ -247,6 +248,7 @@ label {
-o-background-size: cover;
background-size: cover;
background-color: #221d58;
overflow: hidden;
}
#login {}
......@@ -306,7 +308,7 @@ label {
border: none;
padding: 60px 100px 100px 240px;
margin-left: -34%;
margin-top: 30%;
margin-top: 22%;
background: url(../images/login.png) 0px 0px no-repeat;
background-size: 672px 398px !important;
background-position: top;
......@@ -331,4 +333,18 @@ label {
margin-left: -40%;
background-size: 872px 398px !important;
}
#login {
margin-left: -30%;
background: url(../images/logo-white-5.png) 120px 10px no-repeat !important;
}
.login #backtoblog a,
.login #backtoblog a:hover {
top: -10px;
left: unset;
right: 0;
}
}
\ No newline at end of file
......