style.less
638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.container {
height: 100vh;
width: 100vw;
margin: 0;
padding: 140px 0 0 0;
background: linear-gradient(to right, #231254 , #1d0592);
}
.bg{
width: 600px;
}
.login_block{
width: 1100px;
min-height: 520px;
border: 1px solid #231254;
border-radius: 5px;
margin: auto;
background: #fff;
-moz-box-shadow:2px 3px 7px 1px #231254;
-webkit-box-shadow:2px 3px 7px 1px #231254;
box-shadow:2px 3px 7px 1px #231254;
position: relative;
}
.bg_img_sub1{
height: 400px;
vertical-align: bottom;
}
.login_wrap{
width: 330px;
display: inline-block;
padding: 30px 0;
}
.login_form_button{
width: 100%;
}