import styled from 'styled-components/native' export const Container = styled.View` padding-horizontal: 20px; margin-bottom: 30px; ` export const FormController = styled.View` margin-bottom: 25px; `