|
@@ -11,16 +11,6 @@ body {
|
|
|
.login-container {
|
|
|
height: 100%;
|
|
|
}
|
|
|
-.login-container form input,
|
|
|
-.login-container form input:-webkit-autofill,
|
|
|
-.login-container form input:-webkit-autofill:active,
|
|
|
-.login-container form input:-webkit-autofill:focus,
|
|
|
-.login-container form input:-webkit-autofill:hover {
|
|
|
- box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
|
|
|
- -webkit-text-fill-color: #fff !important;
|
|
|
- -webkit-transition-delay: 9999s !important;
|
|
|
- -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
|
|
-}
|
|
|
.login-container .header {
|
|
|
top: 0;
|
|
|
left: 0;
|
|
@@ -80,22 +70,29 @@ body {
|
|
|
position: absolute;
|
|
|
padding: 12px 15px 13px 20px;
|
|
|
}
|
|
|
-.login-container form ul li span {
|
|
|
- letter-spacing: 1px;
|
|
|
- color: #ff0 !important;
|
|
|
-}
|
|
|
-.login-container form ul li input {
|
|
|
+.login-container form ul li input,
|
|
|
+.login-container form ul li input:-webkit-autofill,
|
|
|
+.login-container form ul li input:-webkit-autofill:active,
|
|
|
+.login-container form ul li input:-webkit-autofill:focus,
|
|
|
+.login-container form ul li input:-webkit-autofill:hover {
|
|
|
color: #fff;
|
|
|
height: 45px;
|
|
|
padding: 0 15px;
|
|
|
font-size: 14px;
|
|
|
- text-indent: 35px;
|
|
|
line-height: 1em;
|
|
|
+ text-indent: 35px;
|
|
|
border-radius: 6px;
|
|
|
letter-spacing: 1px;
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
text-shadow: #000 0.1em 0.1em 0.1em;
|
|
|
- box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
|
|
|
+ -webkit-text-fill-color: #fff !important;
|
|
|
+ -webkit-transition-delay: 9999s !important;
|
|
|
+ box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
|
|
|
+ -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
|
|
+}
|
|
|
+.login-container form ul li span {
|
|
|
+ letter-spacing: 1px;
|
|
|
+ color: #ff0 !important;
|
|
|
}
|
|
|
.login-container form ul li button {
|
|
|
color: #333 !important;
|
|
@@ -108,8 +105,8 @@ body {
|
|
|
.login-container .footer {
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
- width: 100%;
|
|
|
color: #fff;
|
|
|
+ width: 100%;
|
|
|
position: absolute;
|
|
|
text-align: center;
|
|
|
line-height: 30px;
|