diff --git a/frontend/src/pages/AuthLogin/AuthLogin.tsx b/frontend/src/pages/AuthLogin/AuthLogin.tsx
index d9e7f4e6e..2c8d642d3 100644
--- a/frontend/src/pages/AuthLogin/AuthLogin.tsx
+++ b/frontend/src/pages/AuthLogin/AuthLogin.tsx
@@ -1,3 +1,18 @@
+import {
+ Paper,
+ TableContainer,
+ TextareaAutosize,
+ Chip,
+ MenuItem,
+ Menu
+} from '@mui/material';
+import {
+ Table,
+ TableBody,
+ TableCell,
+ TableHead,
+ TableRow
+} from '@mui/material';
import React, { useEffect, useState } from 'react';
import { Link } from 'react-router-dom';
import { AuthForm } from 'components';
@@ -115,38 +130,6 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({
-
-
**Warning**
-
- {' '}
- This system contains U.S. Government Data. Unauthorized use of
- this system is prohibited. Use of this computer system, authorized
- or unauthorized, constitutes consent to monitoring of this system.
-
-
- {' '}
- This computer system, including all related equipment, networks,
- and network devices (specifically including internet access) are
- provided only for authorized U.S. Government use. U.S. Government
- computer systems may be monitored for all lawful purposes,
- including to ensure that their use is authorized, for management
- of the system, to facilitate protection against unauthorized
- access, and to verify security procedures, survivability, and
- operational security. Monitoring includes active attacks by
- authorized U.S. Government entities to test or verify the security
- of this system. During monitoring, information may be examined,
- recorded, copied and used for authorized purposes. All
- information, including personal information, placed or sent over
- this system may be monitored.
-
-
- {' '}
- Unauthorized use may subject you to criminal prosecution. Evidence
- of unauthorized use collected during monitoring may be used for
- administrative, criminal, or other adverse action. Use of this
- system constitutes consent to monitoring for these purposes.
-
-
);
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss
index d23041c32..ba14bea28 100644
--- a/frontend/src/styles.scss
+++ b/frontend/src/styles.scss
@@ -100,6 +100,7 @@ form[data-amplify-authenticator-setup-totp] {
border-width: 3px;
border-style: solid;
border-color: hsl(190, 95%, 30%);
+ margin-top: 25px;
}
.platform_header {
padding-left: 105px;