|
@@ -35,6 +35,19 @@ body :-ms-input-placeholder {
|
|
|
ul {
|
|
|
list-style: none;
|
|
|
}
|
|
|
+.loginlanding {
|
|
|
+ background: #50a3a2;
|
|
|
+ background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
|
|
|
+ background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
|
|
|
+ position: absolute;
|
|
|
+ /*top: 20%;*/
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%; /*400px*/
|
|
|
+ /*margin-top: -200px;*/
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: hidden;
|
|
|
+}
|
|
|
.landing {
|
|
|
background: #50a3a2;
|
|
|
background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
|
|
@@ -429,4 +442,4 @@ footer a:hover{
|
|
|
|
|
|
#player {
|
|
|
visibility: hidden;
|
|
|
-}
|
|
|
+}
|