15 lines
165 B
CSS
15 lines
165 B
CSS
label {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
input {
|
|
border-radius: 5px;
|
|
height: 25pt;
|
|
}
|
|
|
|
input,
|
|
textarea {
|
|
color: #04254e;
|
|
font-size: 14pt;
|
|
}
|