12209ca3 by Jeff Balicki

ee

1 parent 74d0cb72
......@@ -77,6 +77,7 @@ body.login {
#lostpasswordform {
background: url(../images/reset.png) 0px 0px no-repeat !important;
}
......@@ -99,14 +100,7 @@ form {
}
@media only screen and (max-width: 768px) {
.message {
position: relative;
top: 80px;
left: 34%;
width: 85vw;
}
}
.updated,
.login .message {
......@@ -262,7 +256,7 @@ label {
padding: 8% 0 0;
margin: auto;
background-size: 132px 72px !important;
margin-left: -12%;
}
......@@ -351,21 +345,55 @@ label {
}
@media (max-width: 400px) {
@media (max-width: 420px) {
#login form {
width: 140%;
margin-left: -40%;
margin-left: -55%;
background-size: 872px 398px !important;
}
#login {
margin-left: -30%;
background: url(../images/logo-white-5.png) 120px 20px no-repeat !important;
background: url(../images/logo-white-5.png) 10px 20px no-repeat !important;
background-size: 100px 55px !important;
}
.login #nav {
margin-left: -55%;
}
#backtoblog {
top: -10px;
left: unset;
right: 0;
}
#login_error,
.message {
position: relative;
top: 75px;
width: 89vw;
}
}
@media (max-width: 380px) {
#login form {
width: 140%;
margin-left: -65%;
background-size: 872px 398px !important;
}
#login {
background: url(../images/logo-white-5.png) 10px 20px no-repeat !important;
background-size: 100px 55px !important;
}
.login #nav {
margin-left: -70px;
margin-left: -65%;
}
#backtoblog {
......@@ -374,4 +402,13 @@ label {
right: 0;
}
#login_error,
.message {
position: relative;
top: 70px;
width: 88vw;
}
}
\ No newline at end of file
......