import { Input } from 'antd';
import styled from 'styled-components';

export const Password = styled(Input.Password)`
	&&& {
		width: 20rem;
	}
`;

export const NameInput = styled(Input)`
	&&& {
		width: 20rem;
	}
`;
