|
@@ -43,8 +43,8 @@ html, body{
|
|
|
margin: 0 auto;
|
|
|
float: left;
|
|
|
width: 66%;
|
|
|
- -webkit-box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.4);
|
|
|
- box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.4);
|
|
|
+ /*-webkit-box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.4);
|
|
|
+ box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.4);*/
|
|
|
// box-shadow:25px 25px 5px #888 ;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -59,19 +59,19 @@ html, body{
|
|
|
}
|
|
|
.login-border .right img {
|
|
|
border-radius:20px;
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
min-height: 342px;
|
|
|
}
|
|
|
.login-left img {
|
|
|
border-radius:20px;
|
|
|
|
|
|
- width: auto;
|
|
|
- height: auto;
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
min-height: 342px;
|
|
|
}
|
|
|
.login-time {
|
|
@@ -189,7 +189,7 @@ top:10%
|
|
|
height: 20%;
|
|
|
width: 20%;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.login-form{
|
|
|
margin-top:0
|
|
|
}
|
|
@@ -202,7 +202,7 @@ top:10%
|
|
|
.login-title {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.login-sub-title {
|
|
|
display:none;
|
|
|
}
|
|
@@ -230,7 +230,7 @@ top:10%
|
|
|
margin-top:0
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
@media (min-width: 992px) {
|
|
|
.login-form .block{
|
|
|
display: none !important;
|
|
@@ -238,7 +238,7 @@ top:10%
|
|
|
.login-form{
|
|
|
margin-top:10
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
@media (min-width: 1200px) {
|
|
|
.login-form .block{
|
|
|
display: inline-block !important;
|
|
@@ -247,28 +247,28 @@ top:10%
|
|
|
height: 60px;
|
|
|
width: 60px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.login-form{
|
|
|
margin-top:20px;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
@media (min-width: 1350px) {
|
|
|
.mobile img{
|
|
|
height: 80px;
|
|
|
width: 80px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.login-form{
|
|
|
margin-top:30px;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
@media (min-width: 1600px) {
|
|
|
.mobile img{
|
|
|
height: 100px;
|
|
|
width: 100px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.login-form{
|
|
|
margin-top:60px;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|