akf-forum/public/css/login.css

27 lines
373 B
CSS
Raw Normal View History

2022-08-26 20:36:04 +03:00
.title {
color: #4d18e6;
font-weight: 700;
2022-08-26 20:28:41 +03:00
}
2022-08-26 20:36:04 +03:00
form {
2022-08-26 20:28:41 +03:00
display: flex;
align-items: center;
flex-direction: column;
2022-08-31 15:28:15 +03:00
max-width: 500px;
2022-08-26 20:28:41 +03:00
margin: 0 auto;
2022-08-31 15:28:15 +03:00
width:100%;
padding:8px;
2022-08-26 20:28:41 +03:00
}
2022-08-26 20:36:04 +03:00
.input {
padding: 8px 10px;
font-family: inherit;
display: block;
font-weight: 600;
color: #4c4c4c;
2022-08-31 15:28:15 +03:00
width: 100%;
2022-08-26 20:36:04 +03:00
margin-bottom: 10px;
border: 2px solid #d9d9d9;
2022-08-31 15:28:15 +03:00
}