|
|
|
@ -1,21 +1,59 @@
|
|
|
|
|
.img-bar{
|
|
|
|
|
margin: 55px 0 0 0 ;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 600px;
|
|
|
|
|
background: url("images/login-img2.jpg");
|
|
|
|
|
animation: slowShow 0.8s ease;
|
|
|
|
|
}
|
|
|
|
|
body{
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
@keyframes showTop {
|
|
|
|
|
from{top: -55px}
|
|
|
|
|
to{top:0}
|
|
|
|
|
}
|
|
|
|
|
@keyframes addHeight {
|
|
|
|
|
from{height: 0}
|
|
|
|
|
to{height: 70px}
|
|
|
|
|
}
|
|
|
|
|
.call-us{
|
|
|
|
|
width:60px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
color: #e64548;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
right: 240px;
|
|
|
|
|
transition: 0.5s;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
|
|
|
|
|
animation: addHeight 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.call-us:hover{
|
|
|
|
|
line-height: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
}
|
|
|
|
|
.top-bar{
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 55px;
|
|
|
|
|
background-color: #c13139;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
box-shadow: 5px 0px 10px rgba(0,0,0,0.47);
|
|
|
|
|
animation:showTop 1s ease;
|
|
|
|
|
}
|
|
|
|
|
.top-center-bar{
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 900px;
|
|
|
|
|
background-color: #c6333e;
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.42);
|
|
|
|
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
}
|
|
|
|
|
.top-center-bar .logo{
|
|
|
|
@ -26,6 +64,19 @@
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
@keyframes slowShow {
|
|
|
|
|
from{opacity: 0.1}
|
|
|
|
|
to{opacity: 1}
|
|
|
|
|
}
|
|
|
|
|
@keyframes rightFly {
|
|
|
|
|
from{right: -400px}
|
|
|
|
|
to{right: 150px}
|
|
|
|
|
}
|
|
|
|
|
@keyframes clickChange {
|
|
|
|
|
0%{width:100px}
|
|
|
|
|
50%{width: 120px}
|
|
|
|
|
100%{width: 100px}
|
|
|
|
|
}
|
|
|
|
|
.login-cont{
|
|
|
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.44);
|
|
|
|
|
position: absolute;
|
|
|
|
@ -35,7 +86,9 @@
|
|
|
|
|
height: 400px;
|
|
|
|
|
top: 150px;
|
|
|
|
|
right: 150px;
|
|
|
|
|
animation: rightFly 0.8s,slowShow 0.8s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
@ -82,6 +135,7 @@ body{
|
|
|
|
|
top: 120px;
|
|
|
|
|
right: 150px;
|
|
|
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.44);
|
|
|
|
|
animation: rightFly 0.8s,slowShow 0.8s ease;
|
|
|
|
|
}
|
|
|
|
|
.register-cont .register-input-text{
|
|
|
|
|
padding: 0px 0px 0px 20px;
|
|
|
|
@ -170,7 +224,7 @@ body{
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.66);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
animation: clickChange 0.5s ease;
|
|
|
|
|
}
|
|
|
|
|
.register-area .to-any:hover{
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
@ -196,8 +250,22 @@ body{
|
|
|
|
|
.main{
|
|
|
|
|
}
|
|
|
|
|
.bottom-bar{
|
|
|
|
|
background-color: #f7edda;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.16);
|
|
|
|
|
height: 40px;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: #323232;
|
|
|
|
|
height: 200px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.big-logo{
|
|
|
|
|
line-height: 150px;
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
color: #e7e7e7;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 160px;
|
|
|
|
|
border-bottom:1px solid #3f3f3f;
|
|
|
|
|
}
|
|
|
|
|
.bottom-bar p{
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #7b7b7b;
|
|
|
|
|
}
|