form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    padding: 25px;
    background-color: #f3f3f3;
    border-radius: 15px;
}
form * {
    width: 100%;
    margin: 6px 0 6px 0;
    box-sizing: border-box;
}
form h3 {
    margin: 0 0 5px 0;
    font-family: 'Aptos-Bold';
}
form li {
    color: red;
    font-size: 10pt;
}