
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-container input[type="checkbox"] {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
 

.error {
    color: red;
    margin-top: 10px;
}