input {
    overflow: visible;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    width: 100%;
    height: 1.5rem;
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 0px;
    letter-spacing: 0.125em;
    line-height: 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0px;
    border-style: none;
    border: 1px solid rgb(0, 0, 0);
    margin-left: 2rem;
    padding-bottom: -6px;
    margin-left: 1rem;
}

label[type="text"], label[type="number"] {
    opacity: 1;
    transition: all 0.2s ease 0s;
    cursor: text;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 1rem;
    font-weight: 300;
    text-wrap:wrap;
}

input[type="submit"] {
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(219, 92, 5);
    background-size: 200% 200%;
    padding: 1.25em 1.5em;
    border: none;
    border-radius: 0px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0.5em;
    font-weight: 300;
    margin-top: 2rem;
}

body {
    padding: 60px 0.5rem;
    background-image: url(https://images.ctfassets.net/0dosbz4m3xx1/72ulaXqzV9b3CkmMVFmvAT/71fd04e45bebe8e47002dfc13d752b43/m_FreedomMobile.png);
    background-position: left;
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: auto;
}