ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-register {
    margin: 4rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40rem;
    background: #fff;
    border-radius: 4px;
    gap: 0.5rem;
}

.form-register h4 {    
    align-self: flex-start;
}

.post-form {
    width: 40rem;
    margin-bottom: 10rem;
}

.post-form ul {
    margin: 1.2rem 0;
}

.post-form li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 4rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: rgba(223, 129, 122, 0.808);
    padding: 1rem;
    margin-bottom: 1rem;
}

.post-form hr {
    margin-top: 2rem;
}

.post-form span {
    margin-top: 2rem;
}

.btn-register {
    width: 100%;
    font-weight: 600;
}

#img-log {
    margin-bottom: 0.8rem;
    height: 5.4rem;
    width: 16rem;
}