import styled from 'styled-components/native'; export const FormSide = styled.View` display: flex; width: 100%; flex-direction: column; align-items: center; margin-top: 10px; `; export const FormInput = styled.View` display: flex; flex-direction: column; width: 100%; margin-bottom: 35px; `;