File size: 531 Bytes
e8d90bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.layout {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f2f5; /* Optional: Change the background color as needed */
}

.content {
  width: 100%;
  max-height: 450px;
  max-width: 400px;
  padding: 24px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px; /* Optional: Add border radius for rounded corners */
}

.login-container {
  width: 100%;
  text-align: center;
}

.login-container .ant-typography {
  margin-bottom: 24px;
}