2024-07-01 20:53:23 -05:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2024-07-01 20:58:49 -05:00
|
|
|
font-size: 16px;
|
2024-07-01 20:53:23 -05:00
|
|
|
background-image: url(/img/bg/bg.webp);
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container {
|
|
|
|
max-width: 996px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2024-07-01 20:58:49 -05:00
|
|
|
.form-group {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-07-02 09:34:38 -05:00
|
|
|
.text-red {
|
|
|
|
color: #d20f39;
|
|
|
|
}
|
|
|
|
|
2024-07-01 20:53:23 -05:00
|
|
|
.mb-1 {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb-2 {
|
|
|
|
margin-bottom: 2rem;
|
2024-07-02 12:40:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.my-2 {
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
2024-07-01 20:53:23 -05:00
|
|
|
}
|