import React from 'react'; import { FlexboxGrid, Form, FormGroup, FormControl, // HelpBlock, Button, } from 'rsuite'; const boxStyle = { maxWidth: 373, margin: '0 auto', borderRadius: 7, background: 'white', marginTop: '10vh', marginBottom: '10vh', padding: '1rem', }; const h3Style = { margin: '1rem' }; export default function Login() { return (

Login

{/* Minimum password length is 8 characters */}
); }