|
@@ -4,17 +4,17 @@ html {
|
|
|
|
|
|
body.signin {
|
|
body.signin {
|
|
height: auto;
|
|
height: auto;
|
|
- background: url(../img/login-background1.jpg) no-repeat center fixed;
|
|
|
|
- -webkit-background-size: cover;
|
|
|
|
- -moz-background-size: cover;
|
|
|
|
- -o-background-size: cover;
|
|
|
|
- background-size: cover;
|
|
|
|
|
|
+ background: url(../img/thjk_dlbg.png) no-repeat center fixed;
|
|
|
|
+ -webkit-background-size: 100%;
|
|
|
|
+ -moz-background-size: 100%;
|
|
|
|
+ -o-background-size: 100%;
|
|
|
|
+ background-size: 100%;
|
|
color: rgba(255, 255, 255, .95)
|
|
color: rgba(255, 255, 255, .95)
|
|
}
|
|
}
|
|
|
|
|
|
.signinpanel {
|
|
.signinpanel {
|
|
- width: 900px;
|
|
|
|
- margin: 15% auto 0
|
|
|
|
|
|
+ width: 1100px;
|
|
|
|
+ margin: 4% auto 0
|
|
}
|
|
}
|
|
|
|
|
|
.signinpanel .logopanel {
|
|
.signinpanel .logopanel {
|
|
@@ -31,10 +31,53 @@ body.signin {
|
|
}
|
|
}
|
|
|
|
|
|
.signinpanel .signin-info h6 {
|
|
.signinpanel .signin-info h6 {
|
|
- font-size: 36px;
|
|
|
|
|
|
+
|
|
|
|
+ background: url(../img/thjk_dltit.png) no-repeat center;
|
|
|
|
+ padding-left: 260px;
|
|
|
|
+ height: 137px;
|
|
|
|
+ letter-spacing: 7px;
|
|
|
|
+ line-height: 185px;
|
|
|
|
+}
|
|
|
|
+.signinpanel .signin-info h6 i{
|
|
|
|
+ font-size: 42px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
padding: 0;
|
|
- margin: 90px 0
|
|
|
|
|
|
+ margin: 90px 0;
|
|
|
|
+ background: url(../img/thjk_dltit.png) no-repeat center;
|
|
|
|
+ height: 137px;
|
|
|
|
+ letter-spacing: 7px;
|
|
|
|
+ line-height: 185px;
|
|
|
|
+ background-image:-webkit-linear-gradient(right,#2497d5,#3bf1ec,#218ad2);
|
|
|
|
+ -webkit-background-clip:text;
|
|
|
|
+ -webkit-text-fill-color:transparent;
|
|
|
|
+}
|
|
|
|
+.signinpanel .signin-info i.xx_i{
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 12px;
|
|
|
|
+ top: 67px;
|
|
|
|
+ -webkit-animation: twinkling 2s infinite ease-in-out
|
|
|
|
+}
|
|
|
|
+.animated{
|
|
|
|
+ -webkit-animation-duration: 2s;
|
|
|
|
+ animation-duration: 2s;
|
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
|
+ animation-fill-mode: both
|
|
|
|
+}
|
|
|
|
+@-webkit-keyframes twinkling{
|
|
|
|
+ 0%{
|
|
|
|
+ opacity: 0.7;
|
|
|
|
+ }
|
|
|
|
+ 100%{
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@keyframes twinkling{
|
|
|
|
+ 0%{
|
|
|
|
+ opacity: 0.7;
|
|
|
|
+ }
|
|
|
|
+ 100%{
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.signinpanel .form-control {
|
|
.signinpanel .form-control {
|
|
display: block;
|
|
display: block;
|
|
@@ -62,20 +105,22 @@ body.signin {
|
|
}
|
|
}
|
|
|
|
|
|
.signinpanel form {
|
|
.signinpanel form {
|
|
- background: rgba(255, 255, 255, 1);
|
|
|
|
- border: 1px solid rgba(255, 255, 255, .3);
|
|
|
|
|
|
+ background: url("../img/thjk_dlk.png") no-repeat center;
|
|
-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
-moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
-webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- padding: 35px
|
|
|
|
|
|
+ padding: 75px 50px;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ margin-top: 120px;
|
|
}
|
|
}
|
|
.btn-success-login {
|
|
.btn-success-login {
|
|
background-color: #1c84c6;
|
|
background-color: #1c84c6;
|
|
border-color: #1c84c6;
|
|
border-color: #1c84c6;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
|
+ height: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
.signup-footer {
|
|
.signup-footer {
|
|
@@ -177,9 +222,20 @@ body.signin {
|
|
.form-control {
|
|
.form-control {
|
|
border-radius: 1px !important;
|
|
border-radius: 1px !important;
|
|
padding: 6px 12px !important;
|
|
padding: 6px 12px !important;
|
|
- height: 34px !important
|
|
|
|
|
|
+ height: 40px !important;
|
|
}
|
|
}
|
|
|
|
|
|
.form-control:focus {
|
|
.form-control:focus {
|
|
border-color: #1ab394 !important
|
|
border-color: #1ab394 !important
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#btnSubmit:hover{
|
|
|
|
+ color: #fff;
|
|
|
|
+ background: rgba(35,88,255,0.85);
|
|
|
|
+}
|
|
|
|
+#large-header{
|
|
|
|
+ position: fixed;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 918px;
|
|
|
|
+ z-index: 0;
|
|
}
|
|
}
|