| #container { |
| width: 600px; |
| margin: 0 auto; |
| text-align: center; |
| } |
|
|
| #urlInput { |
| width: 500px; |
| } |
|
|
| button { |
| margin: 10px; |
| } |
|
|
| #login { |
| display: flex; |
| justify-content: center; |
| flex-direction: row; |
| } |
|
|
| #loginButton { |
| display: flex; |
| background-color: rgb(255, 255, 255); |
| justify-content: center; |
| align-items: center; |
| width: fit-content; |
| padding: 10px 30px; |
| box-shadow: 1px 1px 1px 1px rgb(170, 170, 170); |
| border-radius: 15px; |
| border: 1px solid rgb(170, 170, 170); |
| } |
|
|
| #loginButtonText { |
| justify-content: center; |
| padding: 10px; |
| color: rgb(85, 85, 85); |
| } |