Preview:
<div class="modal p-relative bg-gray-200">
    <button id="modalClearBtn" class="material-icons top-right-minus ">clear</button>
    <form class="d-flex flex-column">
        <label class="font-size-regular font-weight-600" for="Username">Name</label>
        <input class="input-outline" type="text" id="Username">
    </form>
    <form class="d-flex flex-column">
        <label class="font-size-regular font-weight-600" for="Username">Email</label>
        <input class="input-outline" type="text" id="Username">
    </form>
    <button class="btn btn-primary font-size-regular">Log In</button>
    <button class="btn btn-outline font-size-regular">Sign up</button>
</div>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter