File size: 267 Bytes
41a71fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import '@/app/globalStyles/config/mixin.scss';

.LoginPage {
    display: block;
}

.formBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    transform: translate(-50%, -50%);
}

.title {
    margin-bottom: 24px;
}