.cand {
    width: 45%;
    background-color: var(--white);
    height: 40px;
    padding: 20px 2.5%;
}

.cand form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; 
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.cand form input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.cand form button {
    cursor: pointer;
}

#cand-result{
    width: 90%;
    padding: 10px 5%;
    display: flex;
    flex-direction: row;
    gap: 5%;
}