password input field of landing form css patch

This commit is contained in:
sweatshirt0 2023-02-20 16:52:11 -05:00
parent aa1c876ddc
commit 1f7a8a97d1

View File

@ -42,3 +42,15 @@ body {
padding: 15px;
font-size: 1.1rem;
}
.password {
position: relative;
display: flex;
margin-left: auto;
margin-right: auto;
width: 90%;
border: 1px solid lightgrey;
border-radius: 5px;
padding: 15px;
font-size: 1.1rem;
}