Login iframe wurde erstellt.

This commit is contained in:
ja
2021-10-06 13:05:07 +02:00
parent 6a30061240
commit c5c53c0216
6 changed files with 424 additions and 1 deletions

41
css/login/Changepw.css Normal file
View File

@@ -0,0 +1,41 @@
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;
}
#txt_Pw_WH:invalid {
background-color: indianred;
border-color: red;
color: red;
}
#txt_Pw_WH:valid {
background-color: lightgreen;
border-color: forestgreen;
color: forestgreen;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
}
#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);
}