|
@@ -159,7 +159,27 @@ header .colorRed{
|
|
|
border: 1px solid #cccccc;
|
|
|
}
|
|
|
#customerType{border:none;width:200px;height:36px;color:#707070; background: transparent;
|
|
|
- outline: none;}
|
|
|
+ outline: none;
|
|
|
+ appearance:none;
|
|
|
+ -moz-appearance:none;
|
|
|
+ -webkit-appearance:none;
|
|
|
+}
|
|
|
+#form_login .login_pass:nth-child(3)::after{
|
|
|
+ font-size: 20px;
|
|
|
+ color: #17a2b8;
|
|
|
+ content: '';
|
|
|
+ display: inline-block;
|
|
|
+ width: 10px;
|
|
|
+ height:10px;
|
|
|
+ border-left: 2px solid #707070;
|
|
|
+ border-bottom: 2px solid #707070;
|
|
|
+ position: absolute;
|
|
|
+ right: 14px;
|
|
|
+ top: 14px;
|
|
|
+ z-index: 99;
|
|
|
+ transform: rotate(-45deg)
|
|
|
+}
|
|
|
+#customerType::-ms-expand { display: none; }
|
|
|
.login_uesr label img,
|
|
|
.login_pass label img {
|
|
|
width: 20px;
|
|
@@ -198,6 +218,7 @@ header .colorRed{
|
|
|
}
|
|
|
|
|
|
.login_pass {
|
|
|
+ position: relative;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|