Css wurde angepasst und separiert sowie ein neues Design angewandt.

This commit is contained in:
ja
2021-10-06 10:19:47 +02:00
parent a312562ffc
commit 169d906b54
4 changed files with 137 additions and 102 deletions

33
css/login/ForgotPW.css Normal file
View File

@@ -0,0 +1,33 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
}
.container-fluid {
width: 262px;
height: 216px;
background-color: rgba(255,255,255,0.5);
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
}

33
css/login/loginFLEX.css Normal file
View File

@@ -0,0 +1,33 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
}
.container-fluid {
width: 262px;
height: 248px;
background-color: rgba(255,255,255,0.5);
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
}