Préparation de la connexion d'utilisateur.

This commit is contained in:
2025-12-19 17:58:37 +00:00
parent 7dadb2b56a
commit b64459bf71
4 changed files with 39 additions and 157 deletions

View File

@@ -3,7 +3,7 @@
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
RADIANT : Portail Assuré
RADIANT : Portail RH
</span>
<div class="wrap-input100">

View File

@@ -57,7 +57,7 @@
.login100-form-title {
color: #7D4FFE !important
color: #b7472a !important
}
label{
@@ -67,7 +67,7 @@
input{
border: 2px solid !important;
border-radius: 9px !important;
color: #7D4FFE !important;
color: #b7472a !important;
width: 300px !important
}
@@ -80,7 +80,7 @@
height: 40px;
border: 2px solid #7D4FFE !important;
border: 2px solid #b7472a !important;
border-radius: 9px !important;
background: transparent !important;
@@ -92,7 +92,7 @@
input::placeholder {
font-weight: bold;
color: #7D4FFE;
color: #b7472a;
}
@@ -176,7 +176,7 @@
}
h4 {
color: #7D4FFE !important;
color: #b7472a !important;
font-size: 32px;
}
@@ -203,17 +203,17 @@
text-align:center;
padding: 12px 12px;
border-radius: 6px;
border: 2px solid #7D4FFE !important;
border: 2px solid #b7472a !important;
font-size: 14px;
background-color: #ffffff;
color: #7D4FFE;
color: #b7472a;
margin: 0 auto; box-sizing: border-box;
}
.login-btn {
width: 300px;
background: #7D4FFE;
background: #b7472a;
color: white;
font-size: 21px;
font-weight: 700;
@@ -221,8 +221,8 @@
.login-btn:hover {
background: white;
color: #7D4FFE;
border: solid 2px #7D4FFE;
color: #b7472a;
border: solid 2px #b7472a;
}
.slide-container{
@@ -264,7 +264,7 @@
cursor: pointer;
z-index: 1;
background-color: #7D4FFE;
background-color: #b7472a;
opacity: 0.2;
color: #fff;
}
@@ -277,7 +277,7 @@
}
span.next:hover, span.prev:hover{
background-color: #7D4FFE;
background-color: #b7472a;
opacity: 0.8;
color: #fff;
}
@@ -365,7 +365,7 @@
.filter-option-inner-inner{
background: transparent !important;
color: #7D4FFE !important;
color: #b7472a !important;
text-align:center;
font-size: 13px;
height:30px;
@@ -386,10 +386,10 @@
text-align:center;
padding: 10px 10px;
border-radius: 6px;
border: 2px solid #7D4FFE !important;
border: 2px solid #b7472a !important;
font-size: 13px;
background-color: #ffffff;
color: #7D4FFE;
color: #b7472a;
margin: 0 auto; box-sizing: border-box;
}