|
|
|
@ -2,6 +2,8 @@
|
|
|
|
body{
|
|
|
|
body{
|
|
|
|
background: #111;
|
|
|
|
background: #111;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
p{
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
@ -11,7 +13,7 @@ a{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wrapper{
|
|
|
|
.wrapper{
|
|
|
|
margin-top: 10vh;
|
|
|
|
margin-top: 10vh;
|
|
|
|
text-align: center;
|
|
|
|
text-align: -webkit-center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ul{
|
|
|
|
ul{
|
|
|
|
color: #848484;
|
|
|
|
color: #848484;
|
|
|
|
@ -23,7 +25,7 @@ ul{
|
|
|
|
ul li{
|
|
|
|
ul li{
|
|
|
|
padding-right: .2vh;
|
|
|
|
padding-right: .2vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
orm{
|
|
|
|
form{
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
left: 50%;
|
|
|
|
@ -31,18 +33,19 @@ orm{
|
|
|
|
margin-left: -250px;
|
|
|
|
margin-left: -250px;
|
|
|
|
width: 500px;
|
|
|
|
width: 500px;
|
|
|
|
height: 200px;
|
|
|
|
height: 200px;
|
|
|
|
border: 4px dashed #fff;
|
|
|
|
border: 2px dashed #353535;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form p{
|
|
|
|
form p{
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
margin-top: -20vh;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 170px;
|
|
|
|
line-height: 170px;
|
|
|
|
color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: Arial;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form input{
|
|
|
|
form input{
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
@ -53,20 +56,19 @@ form input{
|
|
|
|
form button{
|
|
|
|
form button{
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
background: #16a085;
|
|
|
|
background: #2d2d2d;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
width: 508px;
|
|
|
|
width: 508px;
|
|
|
|
height: 35px;
|
|
|
|
height: 35px;
|
|
|
|
margin-top: -20px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-left: -4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-bottom: 4px solid #117A60;
|
|
|
|
border-bottom: 4px solid #252525;
|
|
|
|
transition: all .2s ease;
|
|
|
|
transition: all .2s ease;
|
|
|
|
outline: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form button:hover{
|
|
|
|
form button:hover{
|
|
|
|
background: #149174;
|
|
|
|
background: #383838;
|
|
|
|
color: #0C5645;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form button:active{
|
|
|
|
form button:active{
|
|
|
|
border:0;
|
|
|
|
border:0;
|
|
|
|
|