style.css
1.49 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
input{font-family: '\5FAE\8F6F\96C5\9ED1','\9ED1\4F53','\5B8B\4F53'; -webkit-appearance: none;}
input,button,select,textarea{padding: 0;font: inherit;outline: none;border: 0;border-radius: 0;-webkit-tap-highlight-color: transparent;appearance: none;-webkit-appearance: none;background: transparent;line-height: normal;box-sizing: border-box;-webkit-writing-mode: horizontal-tb;outline: 0;resize: none;color: inherit;white-space: pre-wrap;word-wrap: break-word;-webkit-rtl-ordering: logical;user-select: text;/*flex-direction: column;*/}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
input[type=text],input[type=password]{
line-height: normal;
height: auto;
margin-bottom: inherit;
border: none;
outline: none;
background: none;
}
.ui-page-login,
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
.mui-content{
height: 100%;
background: url(../../../assest/loginBg.jpg);
opacity: .8;
background-size: cover;
}
.am-title{
text-align: center;
font-size: 26px;
color: #F2A11C;
padding: 100px 0;
}
#login-form{
padding: 0 15px;
}
.am-input-row{
display: flex;
width: 100%;
height: 60px;
border: solid 1px goldenrod;
border-radius: 60px;
align-items: center;
justify-content: center;
padding: 0 15px;
margin-bottom: 20px;
}
.am-input-label{
width: 22%;
text-align: center;
}
.am-input-control{
width: 100%;
}
.am-input-control input{
width: 78%;
}
#login{
width: 100%;
border-radius: 40px;
margin-top: 36px;
}