|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
10 | 10 | <link href="@Styles.Url("~/content/css")" rel="stylesheet"/>
|
11 | 11 | <style type="text/css">
|
12 |
| - body { |
13 |
| - padding-top: 40px; |
14 |
| - padding-bottom: 40px; |
15 |
| - background-color: #f5f5f5; |
16 |
| - } |
17 |
| -
|
18 |
| - .form-signin { |
19 |
| - max-width: 300px; |
20 |
| - padding: 19px 29px 29px; |
21 |
| - margin: 0 auto 20px; |
22 |
| - background-color: #fff; |
23 |
| - border: 1px solid #e5e5e5; |
24 |
| - -webkit-border-radius: 5px; |
25 |
| - -moz-border-radius: 5px; |
26 |
| - border-radius: 5px; |
27 |
| - -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); |
28 |
| - -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); |
29 |
| - box-shadow: 0 1px 2px rgba(0,0,0,.05); |
30 |
| - } |
31 |
| - .form-signin .form-signin-heading, |
32 |
| - .form-signin .checkbox { |
33 |
| - margin-bottom: 10px; |
34 |
| - } |
35 |
| - .form-signin input[type="text"], |
36 |
| - .form-signin input[type="password"] { |
37 |
| - font-size: 16px; |
38 |
| - height: auto; |
39 |
| - margin-bottom: 15px; |
40 |
| - padding: 7px 9px; |
41 |
| - } |
| 12 | + body { |
| 13 | + padding-top: 40px; |
| 14 | + padding-bottom: 40px; |
| 15 | + background-color: #eee; |
| 16 | + } |
| 17 | +
|
| 18 | + .form-signin { |
| 19 | + max-width: 330px; |
| 20 | + padding: 15px; |
| 21 | + margin: 0 auto; |
| 22 | + } |
| 23 | +
|
| 24 | + .form-signin .form-signin-heading, |
| 25 | + .form-signin .checkbox { |
| 26 | + margin-bottom: 10px; |
| 27 | + } |
| 28 | +
|
| 29 | + .form-signin .checkbox { |
| 30 | + font-weight: normal; |
| 31 | + } |
| 32 | +
|
| 33 | + .form-signin .form-control { |
| 34 | + position: relative; |
| 35 | + height: auto; |
| 36 | + -webkit-box-sizing: border-box; |
| 37 | + -moz-box-sizing: border-box; |
| 38 | + box-sizing: border-box; |
| 39 | + padding: 10px; |
| 40 | + font-size: 16px; |
| 41 | + } |
| 42 | +
|
| 43 | + .form-signin .form-control:focus { |
| 44 | + z-index: 2; |
| 45 | + } |
| 46 | +
|
| 47 | + .form-signin input[type="email"] { |
| 48 | + margin-bottom: -1px; |
| 49 | + border-bottom-right-radius: 0; |
| 50 | + border-bottom-left-radius: 0; |
| 51 | + } |
| 52 | +
|
| 53 | + .form-signin input[type="password"] { |
| 54 | + margin-bottom: 10px; |
| 55 | + border-top-left-radius: 0; |
| 56 | + border-top-right-radius: 0; |
| 57 | + } |
| 58 | +
|
42 | 59 |
|
43 | 60 | </style> <link href="@Styles.Url("~/Content/css-responsive")" rel="stylesheet" type="text/css" />
|
44 | 61 | @RenderSection("head", required: false)
|
|
0 commit comments