form

PHOTO EMBED

Thu Feb 03 2022 20:25:45 GMT+0000 (Coordinated Universal Time)

Saved by @Ritik

<div class="form-layout">
    <div class="tabs-layout">
        <button class="txt-m form-tabs active">Login</button><span class="lightgray">|</span>
        <button class="txt-m form-tabs">SignUp</button>
    </div>

    <form class="form-styles" action="submit">

        <input class="input-field fs-1r fw-semibold mt-2 error" type="email" placeholder="Enter Email/Mobile number">
        <span class="w-80 basered">email already exists!</span>

        <input class="input-field fs-1r fw-semibold error" type="password" placeholder="Enter Password">
        <span class="w-80 basered">incorrect password!</span>
        <span class="w-80">By continuing, you agree to Swift-UI <span class="baseteal fw-semibold">Terms of Use</span> and <span class="baseteal fw-semibold">Privacy Policy</span>.</span>

        <button class="btn btn-padding txt-s btn-outline secondary-cta-btn white bg-basepink w-80">LOGIN</button>
        <span>OR</span>
        <button class="btn-secondary txt-s w-80">Request OTP</button>

    </form>
</div>
content_copyCOPY