login.less
673 Bytes
.login_wrap{
background: #f3f3f3;
width: 100vw;
height: 100vh;
display: flex;
padding-right: 200px;
justify-content:flex-end;
align-items:center;
background-image: url(/img/bgm2.jpg);
background-size: cover;
}
.login_form_wrap{
width: 340px;
min-height: 300px;
border-radius: 5px;
box-shadow: -7px 5px 12px #000;
background:transparent;
position: relative;
.login_form_bgm{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
filter: blur(10px);
background: rgba(0,0,0,.5);
}
}
.login_form_tenants{
max-height: 230px;
overflow: auto;
}