form css and username input field css patch.

This commit is contained in:
sweatshirt0 2023-02-20 16:48:04 -05:00
parent 2994c95cfc
commit 0ac277307d

View File

@ -19,3 +19,25 @@ body {
cursor: pointer;
text-decoration: underline;
}
.login-wrapper {
position: relative;
left: 50vw;
width: 400px;
border: 1px solid lightgrey;
border-radius: 5px;
background-color: #fff;
box-shadow: 8px 8px 8px lightgrey;
padding: 15px 10px;
}
.username {
position: relative;
display: flex;
margin-left: auto;
margin-right: auto;
width: 90%;
border: 1px solid lightgrey;
border-radius: 5px;
padding: 15px;
}