|
|
@@ -166,10 +166,12 @@ getCookie()
|
|
|
<style lang='scss' scoped>
|
|
|
.login {
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: right;
|
|
|
align-items: center;
|
|
|
+ padding-right: 50px;
|
|
|
+ //padding: 0 40px 240px 0;
|
|
|
height: 100%;
|
|
|
- background-image: url("../assets/images/login-background.jpg");
|
|
|
+ background-image: url("../assets/images/login-background.png");
|
|
|
background-size: cover;
|
|
|
}
|
|
|
.title {
|
|
|
@@ -180,7 +182,7 @@ getCookie()
|
|
|
|
|
|
.login-form {
|
|
|
border-radius: 6px;
|
|
|
- background: #ffffff;
|
|
|
+ background: rgba(255,255,255,.8);
|
|
|
width: 400px;
|
|
|
padding: 25px 25px 5px 25px;
|
|
|
z-index: 1;
|