Update static/style.css
Browse files- static/style.css +5 -1
static/style.css
CHANGED
@@ -75,7 +75,11 @@ button:hover {
|
|
75 |
animation: colorChange 4s infinite;
|
76 |
mix-blend-mode: overlay;
|
77 |
}
|
78 |
-
|
|
|
|
|
|
|
|
|
79 |
|
80 |
.background-container {
|
81 |
position: relative;
|
|
|
75 |
animation: colorChange 4s infinite;
|
76 |
mix-blend-mode: overlay;
|
77 |
}
|
78 |
+
.recaptcha-container {
|
79 |
+
display: flex;
|
80 |
+
justify-content: center;
|
81 |
+
align-items: center;
|
82 |
+
}
|
83 |
|
84 |
.background-container {
|
85 |
position: relative;
|