body {
    background: none transparent !important;
}

input[type=submit] {
    flex: 1;
    background-color: #b79567;
    border: 0;
    height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
    letter-spacing: 1.9px;
    font-size: .9375rem;
    font-weight: 400;
    cursor: pointer;
}

input[type=text] {
    background-color: #ffffff !important;
}

hr {
    display: none;
}

label {
    display: none !important;
}

form {
    display: flex;
}

.input-container {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
}
