1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| .ant-pro-form-login-container{
| background-color: #fff;
| border-radius: 23px;
| padding: 45px 60px;
| }
|
| .ant-pro-form-login-header {
| width: 190px;
| height: 190px;
| }
|
|
| .ant-pro-form-login-top{
| width: 413px;
| height: 167px;
| margin-bottom: 64px;
| display: flex;
| justify-content: center;
| }
|
|
| .ant-pro-form-login-logo {
| width: 190px;
| height: 190px;
| overflow: hidden;
| margin-inline-end:0px
|
| }
|
|