|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<div style="font-size: 16px; color: #9C9C9C;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Ewmcoin"}) }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="vh-100 sign_right" style="width: 53%;background-color: #fff;"> |
|
|
|
<div class="sign_right" style="width: 53%;background-color: #fff;"> |
|
|
|
<div class="form-access"> |
|
|
|
<form class="login-body"> |
|
|
|
<div class="mb-4 h3" style="font-size: 40px;color: #101010;"> |
|
|
|
@ -703,9 +703,17 @@ form.login-body { |
|
|
|
.sign_right{ |
|
|
|
animation: identifierRegR 1s ease 0s; |
|
|
|
} |
|
|
|
.form-access{ |
|
|
|
// display: flex; |
|
|
|
// align-items: center; |
|
|
|
// justify-content: center; |
|
|
|
margin-top: 150px; |
|
|
|
margin-bottom: 150px; |
|
|
|
margin-left: 150px; |
|
|
|
} |
|
|
|
.form-access form { |
|
|
|
box-shadow: none; |
|
|
|
padding: 282px 0px 0px 207px; |
|
|
|
// padding: 282px 0px 0px 207px; |
|
|
|
width: 520px; |
|
|
|
box-sizing: content-box; |
|
|
|
} |
|
|
|
|