fix
pyt
2025-02-28 2eca8bcc8edadd9bc6945b47156bba3e55bf4409
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.ant-pro-form-login-container {
    background-color: #fff;
    border-radius: 23px;
    padding: 45px 60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}
 
.ant-pro-form-login-header {
    width: 190px;
    height: 190px;
}
 
.ant-pro-form-login-top {
    display: none;
}