|
|
|
@ -156,12 +156,20 @@ const passwordInputRef = (e) => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login_space_image_wrapper img {
|
|
|
|
.login_space_image_wrapper img {
|
|
|
|
width: 400px;
|
|
|
|
width: auto;
|
|
|
|
height: 600px;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
top: 50%;
|
|
|
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.login_space_image_wrapper {
|
|
|
|
.login_space_image_wrapper {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
width: 400px;
|
|
|
|
width: 400px;
|
|
|
|
height: 600px;
|
|
|
|
height: 600px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|