9 lines
82 B
CSS
9 lines
82 B
CSS
.form {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
margin-bottom: 30px;
|
|
}
|