Blame view

PFE06/src/main/resources/static/css/registration.css 1.31 KB
115e3f68   sfeutrie   amélioration du f...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  body { background-color: #E9EEF2; }
  
  .form-heading { color:#fff; font-size:23px; }
  
  .panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0; }
  
  .panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px; }
  
  .login-form .form-control {
      background: #f7f7f7 none repeat scroll 0 0;
      border: 1px solid #d4d4d4;
      border-radius: 4px;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
  }
  
  .main-div {
      background: #ffffff none repeat scroll 0 0;
      border-radius: 5px;
      margin: 50px auto;
      max-width: 38%;
e23a6c00   Antoine Duquenoy   UI : modification...
23
      min-width: 400px;
115e3f68   sfeutrie   amélioration du f...
24
25
26
27
28
29
30
      padding: 50px 70px 70px 71px;
  }
  
  .login-form .form-group {
      margin-bottom:10px;
  }
  
e23a6c00   Antoine Duquenoy   UI : modification...
31
  .login-form { text-align:center; }
115e3f68   sfeutrie   amélioration du f...
32
33
34
35
36
37
  
  .forgot a {
      color: #777777;
      font-size: 14px;
      text-decoration: underline;
  }
e23a6c00   Antoine Duquenoy   UI : modification...
38
  .login-form  .btn.btn-primary {
115e3f68   sfeutrie   amélioration du f...
39
40
41
42
43
44
45
46
47
48
49
50
51
52
      background: #f0ad4e none repeat scroll 0 0;
      border-color: #f0ad4e;
      color: #ffffff;
      font-size: 14px;
      width: 100%;
      height: 50px;
      line-height: 50px;
      padding: 0;
  }
  
  .login-form .btn.btn-primary.reset {
      background: #ff9900 none repeat scroll 0 0;
  }
  
115e3f68   sfeutrie   amélioration du f...
53
54
55
56
57
58
59
60
61
  .back { text-align: left; margin-top:10px; }
  
  .back a {color: #444444; font-size: 13px;text-decoration: none;}
  
  .dropdown-item.active{
      background-color: #ffffff !important;
      color:#212529 !important;
      font-weight: bold !important;
  }