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.
36 lines
560 B
36 lines
560 B
6 months ago
|
body {
|
||
|
margin: 0;
|
||
|
height: 100vh;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
background-color:#fff
|
||
|
}
|
||
|
.login-container{
|
||
|
background-color: rgb(126, 87, 174);
|
||
|
height: 400px;
|
||
|
width: 500px;
|
||
|
display: flex;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
input{
|
||
|
margin: 10px 0px;
|
||
|
padding: 10px;
|
||
|
border-radius: 5px;
|
||
|
border: none;
|
||
|
}
|
||
|
form
|
||
|
{
|
||
|
margin: 0 auto;
|
||
|
width: 300px;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.details-container{
|
||
|
|
||
|
align-items: center;
|
||
|
}
|