Änderungen login pagedesign

This commit is contained in:
ja
2021-10-11 11:49:50 +02:00
parent 541c2894d7
commit 9b06928a0e
5 changed files with 140 additions and 29 deletions

View File

@@ -12,6 +12,7 @@
#Login1_LoginButton {
color: #fff;
background-color: #003680;
width:
}
#content_container {
display: flex;
@@ -34,7 +35,7 @@
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 400px;
height: 400px;
}
#lbl_login {
color: #003680;
@@ -49,6 +50,10 @@
color: #003680;
font-size: 1.65em;
}
.txt_design2 {
color: #003680;
font-size: 1.725em;
}
#LoginButton {
background-color: #003680;
color: #fff;
@@ -57,4 +62,7 @@
}
#Password{
margin-right:-20px;
}
#UserName{
font-size:17px;
}