.bar_input {
    width: 300px;
    height: 40px;
    border: 1px solid #c9a227;
    border-radius: 10px;
    margin: 1rem 1rem;
    background-color: #1e1e1e;
    color: #f5f5f5;
    text-align: center;
}

.form_con {
    height: 550px;
}

:placeholder-shown, input {
    text-align: center;
}

@media only screen and (min-width:481px) {
    .bar_input {
        margin: 1rem 1.5rem;
        width: 350px;
    }
}