reworked auth

This commit is contained in:
j.mei7
2022-03-29 21:08:51 +02:00
parent 17e47a2fba
commit d990dd3db0
7 changed files with 686 additions and 78 deletions

View File

@@ -38,13 +38,21 @@
outline: none !important;
}
.auth_form label .input_error{
border-color: rgb(204, 69, 69);
}
.auth_form label .input_error:hover{
border-color: rgb(236, 103, 103);
}
.auth_form h4{
text-align: center;
margin-top: 30px;
margin-bottom: 0px;
}
/* Submit button with blue background horizontal center*/
.auth_form input[type="button"]{
.auth_form input[type="button"], .auth_form input[type="submit"]{
color: rgb(255, 255, 255);
font-weight: bold;
letter-spacing: 1.5px;

View File

@@ -20,16 +20,17 @@ h1, h2{
text-align: center;
}
#error-text{
.error-text{
color: red;
font-weight: bold;
letter-spacing: 1.5px;
font-size: 11pt;
margin-top: 0px;
padding-top: 2px;
margin-left: auto;
margin-right: auto;
width: 100%;
display:block;
text-align: center;
text-align: left;
}
.text-redirect{