10 lines
138 B
CSS
10 lines
138 B
CSS
<style>
|
|
#login_wrapper {
|
|
width: 300px !important;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.login-banner {
|
|
margin-bottom: 20px;
|
|
}
|
|
</style> |