form {
    width :     100%;
}

fieldset {}


label {
    display : block;
    width :     100%;
    font-family :   Roboto, sans-serif;
    font-weight :   normal;
}



input, textarea {
    display :   block;
    width :     100%;
    background : rgba(1,1,0,.02);
    border :    0;
}

*[required] {
    border : thin solid rgba(1,1,0,.1);
}

input[type=submit]{
    background : orange;
    border-radius :     5px;
    border :    rgb(255, 200, 100);
    color :     white;
}
