input,
textarea
{
    padding: 10px;
    width: 100%;
    resize: none;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #FFFFFF;
}

#contact-form .row
{
    margin-bottom: 15px;
}

.input-container
{
    position: relative;
    margin-bottom: 10px;
}

#contact-form label
{
    position: absolute;
    top: 10px;
    left: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

button[type="submit"]
{
    width: 100%;
    color: #000000;
    border: 0px;
    padding: 11px 0px;
}