blob: 8cf4629831c3ceed03549c416375ff102fe31c39 [file] [log] [blame]
matheusfillipeabd513e2021-05-11 03:29:11 -03001body {
2}
3#reload_captcha {
4 display: inline;
5}
6#main_container {
7 width: clamp(400px,70%,700px);
8 margin-bottom: 200px;
matheusfillipe530fb612021-05-11 16:54:40 -03009 margin-top: 20px;
matheusfillipeabd513e2021-05-11 03:29:11 -030010}
Marc Kupietze5073d42023-03-04 14:15:40 +010011
12
13.bg-my {
14 background-color: #2F9C97;
15 color: white;
16}