-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlognAdm.css
57 lines (54 loc) · 902 Bytes
/
lognAdm.css
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
body{
background-color: #344a72;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.container-login{
width: 360px;
height: 350px;
margin: auto;
background-color: white;
border-radius: 3px;
}
h1{
text-align: center;
padding-top: 15px;
}
h4{
text-align: center;
}
.formAdm{
width: 320px;
margin-left: 10px;
margin-right: 10px;
}
.formAdm label{
display: flex;
font-size: 15px;
margin-top: 15px;
}
.formAdm input{
width: 100%;
padding: 6px;
border: none;
border: 1px solid gray;
border-radius: 5px;
}
button{
width: 330px;
margin-top: 25px;
height: 35px;
border: none;
background-color: #49c1a2;
font-size: 15px;
color: white;
border-radius: 5px;
}
.para-2{
text-align: center;
color: black;
font-size: 15px;
margin-top: 15px;
}
a{
text-decoration: none;
}