Update custom.css

This commit is contained in:
tripathyr 2021-11-24 10:39:01 +05:30 committed by GitHub
parent 54e9f86fc7
commit 9f8558fed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,16 @@ input[type=text] {
margin-top: 10px;
margin-bottom: 10px;
}
input[type=password] {
background: #FAFAFA;
border: 1px solid #F4F4F4;
border-radius: 3px;
display: block;
width: 100%;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
label {
display: block;
font-weight: 100;