add info about wrong password
This commit is contained in:
@ -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 */
|
||||
|
||||
BIN
coco-3.11/login/resources/img/logo.png
Normal file
BIN
coco-3.11/login/resources/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user