2022-08-26 20:58:35 +03:00
|
|
|
.title {
|
2022-08-31 18:11:54 +03:00
|
|
|
color: var(--main);
|
2022-08-26 20:58:35 +03:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
2022-08-26 21:16:28 +03:00
|
|
|
|
|
|
|
form {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
max-width: 1000px;
|
|
|
|
margin: 0 auto;
|
2022-08-26 20:58:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.input {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-family: inherit;
|
|
|
|
display: block;
|
|
|
|
font-weight: 600;
|
2022-08-31 18:11:54 +03:00
|
|
|
color: var(--input-clr);
|
2022-08-31 16:03:21 +03:00
|
|
|
width: 100%;
|
2022-08-26 20:58:35 +03:00
|
|
|
margin-bottom: 10px;
|
2022-08-31 18:11:54 +03:00
|
|
|
border: 2px solid var(--borders);
|
2022-08-31 16:03:21 +03:00
|
|
|
}
|