|
@@ -3,9 +3,14 @@ body,
|
|
|
.container {
|
|
.container {
|
|
|
width: 100vw;
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
|
|
+ min-width: 1780px;
|
|
|
|
|
+ min-height: 900px;
|
|
|
background: url(../../../static/images/bg.png) no-repeat;
|
|
background: url(../../../static/images/bg.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#login_form {
|
|
#login_form {
|
|
@@ -13,7 +18,6 @@ body,
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- padding: 190px 0 0 1055px;
|
|
|
|
|
width: 600px;
|
|
width: 600px;
|
|
|
}
|
|
}
|
|
|
|
|
|