|
@@ -108,7 +108,7 @@ input {
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
height: 540px;
|
|
|
- padding: 45px 130px;
|
|
|
+ padding: 90px 130px;
|
|
|
}
|
|
|
/*title*/
|
|
|
.title h1 {
|
|
@@ -189,11 +189,11 @@ input#password:focus {
|
|
|
background: url(../images/password-on.png) no-repeat 20px 50% #FFF;
|
|
|
}
|
|
|
input#password2 {
|
|
|
- background: url(../images/password.png) no-repeat 20px 50%;
|
|
|
+ background: url(../images/password2.png) no-repeat 20px 50%;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
input#password2:focus {
|
|
|
- background: url(../images/password-on.png) no-repeat 20px 50% #FFF;
|
|
|
+ background: url(../images/password2-on.png) no-repeat 20px 50% #FFF;
|
|
|
}
|
|
|
input#empno {
|
|
|
background: url(../images/empno.png) no-repeat 20px 50%;
|