12 lines
223 B
CSS
12 lines
223 B
CSS
.mx_Login {
|
|
width: 600px;
|
|
height: 350px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 10px;
|
|
text-align: center;
|
|
background-color: #eee;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
}
|
|
|