| DTabidze | 5259339 | 2024-03-08 12:53:20 +0400 | [diff] [blame] | 1 | .container { |
| 2 | position: relative; | ||||
| 3 | } | ||||
| 4 | |||||
| 5 | .error-message { | ||||
| 6 | position: relative; | ||||
| 7 | left: 2px; | ||||
| 8 | width: 100%; | ||||
| 9 | margin-bottom: 1px; | ||||
| 10 | } | ||||
| 11 | |||||
| 12 | .input-field { | ||||
| 13 | margin-bottom: 14px; | ||||
| 14 | } | ||||
| 15 | |||||
| 16 | .form-container { | ||||
| 17 | margin-top: 0px; | ||||
| 18 | } | ||||