62 lines
829 B
CSS
62 lines
829 B
CSS
|
body {
|
||
|
background-image: url("back.png");
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: 500px;
|
||
|
text-align: center;
|
||
|
max-width:500px;
|
||
|
margin-left:0px;
|
||
|
margin-top: 50px;
|
||
|
color: white;
|
||
|
font-family: 'Raleway', sans-serif;
|
||
|
}
|
||
|
|
||
|
.prostokat{
|
||
|
float: right;
|
||
|
width: 85%;
|
||
|
height: 40px;
|
||
|
background-color: white;
|
||
|
opacity: 0.9;
|
||
|
|
||
|
}
|
||
|
|
||
|
input{
|
||
|
border: none;
|
||
|
font-size: 20px;
|
||
|
color: #613559;
|
||
|
|
||
|
}
|
||
|
|
||
|
.icon{
|
||
|
margin-top:3px;
|
||
|
width:12%;
|
||
|
height:85%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.bord{
|
||
|
border: solid white 3px;
|
||
|
width:65%;
|
||
|
height: 40px;
|
||
|
margin: auto;
|
||
|
opacity:0.9;
|
||
|
margin-top:30px;
|
||
|
|
||
|
}
|
||
|
|
||
|
button{
|
||
|
background: none;
|
||
|
border:none;
|
||
|
margin-top:20px;
|
||
|
}
|
||
|
|
||
|
input::placeholder{
|
||
|
text-align: center;
|
||
|
font-size: 20px;
|
||
|
color: #613559;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
|
||
|
a{
|
||
|
text-decoration: none;
|
||
|
color: white;
|
||
|
}
|