89 lines
1.4 KiB
CSS
89 lines
1.4 KiB
CSS
#button,
|
|
body,
|
|
form {
|
|
border: none
|
|
}
|
|
|
|
body {
|
|
background: url(images/fond.jpg) center center no-repeat fixed #fff;
|
|
font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #B11111;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-size: cover;
|
|
}
|
|
|
|
#wrapper {
|
|
border-top: none;
|
|
margin-top: 0;
|
|
padding: 0;
|
|
background: 0 0;
|
|
box-shadow: none
|
|
}
|
|
|
|
input {
|
|
color: #B11111;
|
|
}
|
|
|
|
#inner {
|
|
background: transparent;
|
|
padding-top: 0;
|
|
width: 350px;
|
|
max-width: 350px;
|
|
text-align: center;
|
|
color:#B11111;
|
|
}
|
|
|
|
#label {
|
|
text-shadow: none;
|
|
color: #b11111;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
#button {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
width: 100%;
|
|
text-shadow: none;
|
|
font-weight:bold;
|
|
font-size: 23px;
|
|
line-height: 1.8;
|
|
color: #b11111;
|
|
background: #00BDFF;
|
|
border-radius: 7px;
|
|
box-shadow: none;
|
|
height: 53px;
|
|
border: none;
|
|
display: block;
|
|
}
|
|
|
|
|
|
button[type=submit] {
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
left: 305px;
|
|
color: #B11111;
|
|
background: #00BDFF;
|
|
border: none;
|
|
top: 0;
|
|
opacity: 1;
|
|
transition: .2s background;
|
|
}
|
|
|
|
#button:hover,
|
|
button[type=submit]:hover {
|
|
cursor: pointer;
|
|
background: #ecb41a;
|
|
color: #B11111;
|
|
}
|
|
|
|
#padname {
|
|
height: 38px;
|
|
max-width: 350px;
|
|
padding: 0 12px;
|
|
position: relative;
|
|
}
|