2020-08-12 07:24:41 +02:00
|
|
|
.login {
|
2023-01-11 23:47:38 +01:00
|
|
|
width: 300px;
|
|
|
|
margin: auto;
|
|
|
|
transform: translateY(-25%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
2020-08-12 07:24:41 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2023-01-11 23:47:38 +01:00
|
|
|
.title {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 700;
|
|
|
|
text-align: center;
|
|
|
|
margin: 30px 0;
|
2020-08-18 02:23:46 +02:00
|
|
|
}
|
|
|
|
|
2020-08-12 07:24:41 +02:00
|
|
|
.icon {
|
2023-01-11 23:47:38 +01:00
|
|
|
width: 100%;
|
2020-08-12 07:24:41 +02:00
|
|
|
}
|
2020-11-10 06:01:53 +01:00
|
|
|
|
2023-01-11 23:47:38 +01:00
|
|
|
.icon svg {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2020-11-10 06:01:53 +01:00
|
|
|
}
|
|
|
|
|
2023-01-11 23:47:38 +01:00
|
|
|
.button {
|
|
|
|
flex: 1;
|
|
|
|
justify-content: center;
|
2020-11-10 06:01:53 +01:00
|
|
|
}
|