|
|
@@ -76,7 +76,11 @@ const Login = () => {
|
|
|
|
|
|
return (
|
|
|
<main
|
|
|
- style={{ background: `url(${bg}) no-repeat`, backgroundSize: "cover" }}
|
|
|
+ style={{
|
|
|
+ background: `url(${bg}) no-repeat`,
|
|
|
+ backgroundSize: "cover",
|
|
|
+ backgroundPosition: "30%",
|
|
|
+ }}
|
|
|
className="d-flex justify-content-center align-items-center min-vh-100"
|
|
|
>
|
|
|
{modal}
|