input {
    height: 2rem;
    padding: .5rem;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    border-bottom: var(--gray) 0.8pt solid;
    margin-bottom: 1rem;
    border-radius: 0;
}

input:focus {
    outline: none;
    border-bottom: var(--primary) 1pt solid;
}

form {
    width: 80%;
    margin-left: 10%;
}