add info about wrong password

This commit is contained in:
2023-04-14 14:10:12 +02:00
parent 96e3192c99
commit 07d46d8584
5 changed files with 173 additions and 6 deletions

View File

@ -6,6 +6,18 @@
src: url("../fonts/perfect_dos_vga_437_win-webfont.woff");
}
#input-error{
position: fixed;
padding-top: 10px;
width: auto;
height: 12%;
bottom: 5%;
margin-left: 10%;
background-color: white;
z-index: 2;
text-align: left;
}
.login-pf {
background: none;
}
@ -22,6 +34,7 @@ textarea.pf-c-form-control {
height: auto;
}
.pf-c-form-control {
width: 50%;
margin-left: auto;
@ -385,7 +398,7 @@ ul#kc-totp-supported-apps {
@media (max-width: 767px) {
.login-pf body {
background: white;
background: #a3a1a4;
}
#kc-header {
@ -523,11 +536,9 @@ ul#kc-totp-supported-apps {
@media (max-width: 767px) {
.login-pf-page .card-pf {
max-width: none;
margin-left: 0;
margin-right: 0;
margin-left: 10px;
margin-right: 10px;
padding-top: 0;
border-top: 0;
box-shadow: 0 0;
}
.kc-social-grid {
@ -621,4 +632,5 @@ ul#kc-totp-supported-apps {
align-items: baseline;
margin-bottom: 16px;
}
/* End Recovery codes */

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB