2021-12-07 10:08:49 +00:00
|
|
|
|
2021-12-01 09:54:01 +00:00
|
|
|
.form-signin{
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 330px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
margin: auto;
|
2021-12-07 10:08:49 +00:00
|
|
|
position: absolute;
|
|
|
|
|
z-index: 200;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
2021-12-01 09:54:01 +00:00
|
|
|
}
|