input, select {
    background-color: white;
    padding: .8rem;
    border-radius: 2rem;
    outline: none;
    font-size: 18px;
    width: 100%;
}

select:focus {
    outline: none;
    border-color: #D7A04B;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../images/chevron-down.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

