You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
391 B
23 lines
391 B
5 months ago
|
div#login{
|
||
|
width: 30%;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
background-color:#fdfdfd;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
div#login form {
|
||
|
width: 24em;
|
||
|
margin: 0 auto;
|
||
|
padding-left: 15%;
|
||
|
padding-right: 15%;
|
||
|
}
|
||
|
|
||
|
input[type=text], input[type=password], input[type=file] {
|
||
|
color: #091411;
|
||
|
width: 18em;
|
||
|
max-width: 18em;
|
||
|
background-color: #fdfdfd;
|
||
|
border: 1px solid #9de457;
|
||
|
}
|