30 lines
531 B
Plaintext
30 lines
531 B
Plaintext
.login {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("../../assets/images/login-bg.jpg");
|
|
background-size: cover;
|
|
|
|
position: relative;
|
|
&-con {
|
|
position: absolute;
|
|
right: 160px;
|
|
top: 50%;
|
|
transform: translateY(-60%);
|
|
width: 300px;
|
|
&-header {
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
padding: 30px 0;
|
|
}
|
|
.form-con {
|
|
padding: 10px 0 0;
|
|
}
|
|
.login-tip {
|
|
font-size: 10px;
|
|
text-align: center;
|
|
color: #c3c3c3;
|
|
}
|
|
}
|
|
}
|