You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
441 B

.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #f4f3f3;
}
.login-form {
width: 80%;
max-width: 300px;
}
input {
width: 100%;
height: 40px;
margin-bottom: 20px;
padding: 0 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
}