2023-05-20 16:53:07 +02:00
|
|
|
html,
|
|
|
|
|
body,
|
2023-07-03 23:20:19 +02:00
|
|
|
#main {
|
2023-05-20 16:53:07 +02:00
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2023-07-03 23:20:19 +02:00
|
|
|
#main {
|
2023-05-20 16:53:07 +02:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-signin {
|
|
|
|
|
max-width: 330px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-signin .form-floating:focus-within {
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#floatingUser {
|
|
|
|
|
margin-bottom: -1px;
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#floatingPass {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
}
|