diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index 9ad080c..b6b862c 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -1,44 +1,42 @@ - - - - RADIANT : Portail Souscripteur - - -
- - -
- - -
-
- - + -
-
- - +
+ +
-
-
- - -
+ -
- -
- diff --git a/Vue/portail.php b/Vue/portail.php index c4eeca0..6889c38 100755 --- a/Vue/portail.php +++ b/Vue/portail.php @@ -394,7 +394,86 @@ } } - + + .login-card { + max-width: 380px; + margin: auto; + padding: 35px 30px; + border-radius: 14px; + background: #ffffff; + box-shadow: 0 12px 35px rgba(0,0,0,0.10); + text-align: center; + } + + .login-header h2 { + font-size: 24px; + color: #7D4FFE; + font-weight: 700; + margin-bottom: 25px; + } + + .form-group { + text-align: left; + margin-bottom: 18px; + } + + .custom-input { + width: 100%; + border: 2px solid #7D4FFE; + border-radius: 8px; + padding: 12px 36px 12px 12px; + font-size: 14px; + color: #7D4FFE; + background: transparent; + } + + .custom-input:focus { + border-color: #5e36e0; + box-shadow: none; + } + + .input-icon { + position: relative; + } + + .input-icon i { + position: absolute; + right: 12px; + top: 50%; + transform: translateY(-50%); + font-size: 20px; + color: #7D4FFE; + } + + .login-btn { + background: #7D4FFE; + color: #fff; + font-size: 18px; + font-weight: 700; + padding: 10px; + border-radius: 8px; + transition: .25s; + } + + .login-btn:hover { + background: #fff; + color: #7D4FFE; + border: 2px solid #7D4FFE; + } + + .login-footer { + margin-top: 18px; + font-size: 12px; + color: #7D4FFE; + } + + @media (max-width: 768px) { + .login-card { + width: 90%; + padding: 25px 20px; + } + } +