pyt
2025-02-27 cb429a55a72f46bc8b749e0870b4a006fd066c78
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;
}