summaryrefslogtreecommitdiffstats
path: root/modules-available/session/style.css
blob: f780015515e7ef68733a47bba675a6f6a5afa88e (plain) (blame)
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
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    border-radius: 0;
    margin-bottom: -1px;
}

.form-signin input[type="text"]:first-child,
.form-signin input[type="password"]:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-signin input[type="text"]:last-child,
.form-signin input[type="password"]:last-child {
    margin-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}