#root {
    background: linear-gradient(140deg, #F8FCE7 10%, #F6EBF4 80%), #FFF;
}

.submit {
    text-align: center;
}

.btn-primary {
    max-width: 400px;
}

.annotation {
    font-size: 0.875rem;
    line-height: 1.25rem;
    list-style: none;
}
.annotation li{
    text-indent: -1.5em;
}
.annotation li:before {
    content: "※";
    margin-right: 0.5em;
}