|
@ -1,3 +1,9 @@ |
|
|
|
|
|
@font-face { |
|
|
|
|
|
font-family: "monofonto"; |
|
|
|
|
|
src: url('font/raleway.ttf') format('truetype'); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body{ |
|
|
body{ |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
background-color: #e5e5e5; |
|
|
background-color: #e5e5e5; |
|
@ -45,7 +51,8 @@ form{ |
|
|
color: red; |
|
|
color: red; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.champ{ |
|
|
|
|
|
|
|
|
.input{ |
|
|
background-color: inherit; |
|
|
background-color: inherit; |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: block; |
|
|
display: block; |
|
@ -60,17 +67,18 @@ form{ |
|
|
border-radius: 30px; |
|
|
border-radius: 30px; |
|
|
|
|
|
|
|
|
width: 60%; |
|
|
width: 60%; |
|
|
|
|
|
max-width: 300px; |
|
|
|
|
|
|
|
|
transition: 0.25s; |
|
|
transition: .25s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.champ:focus, .champ:hover{ |
|
|
.input:focus, .input:hover{ |
|
|
width: 75%; |
|
|
width: 70%; |
|
|
border-color: #ac2a8d; |
|
|
border-color: #ac2a8d; |
|
|
background-color: #dddddd; |
|
|
background-color: #dddddd; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.champ img{ |
|
|
.input img{ |
|
|
display: none; |
|
|
display: none; |
|
|
position: relative; |
|
|
position: relative; |
|
|
float: right; |
|
|
float: right; |
|
@ -91,28 +99,10 @@ form{ |
|
|
appearance: none; |
|
|
appearance: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.submit{ |
|
|
#submit:hover{ |
|
|
background-color: inherit; |
|
|
width: 65%; |
|
|
position: relative; |
|
|
|
|
|
display: block; |
|
|
|
|
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
color: #454444; |
|
|
|
|
|
|
|
|
|
|
|
margin: 10px auto; |
|
|
|
|
|
border: 4px solid #4e4d4d; |
|
|
|
|
|
padding: 10px 10px; |
|
|
|
|
|
border-radius: 30px; |
|
|
|
|
|
|
|
|
|
|
|
width: 60%; |
|
|
|
|
|
|
|
|
|
|
|
transition: 0.25s; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.submit:hover{ |
|
|
|
|
|
width: 70%; |
|
|
|
|
|
background-color: #82E6AC; |
|
|
|
|
|
border-color: #2ecc71; |
|
|
border-color: #2ecc71; |
|
|
|
|
|
background-color: #82E6AC; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|