diff --git a/WEB/View/assets/img/BackgroundLogIn.png b/WEB/View/assets/img/BackgroundLogIn.png deleted file mode 100644 index 891bf286..00000000 Binary files a/WEB/View/assets/img/BackgroundLogIn.png and /dev/null differ diff --git a/WEB/View/assets/img/BackgroundMain.jpg b/WEB/View/assets/img/BackgroundMain.jpg deleted file mode 100644 index cc3dd7d4..00000000 Binary files a/WEB/View/assets/img/BackgroundMain.jpg and /dev/null differ diff --git a/WEB/View/assets/img/BackgroundPresentation.jpg b/WEB/View/assets/img/BackgroundPresentation.jpg deleted file mode 100644 index e6e81c31..00000000 Binary files a/WEB/View/assets/img/BackgroundPresentation.jpg and /dev/null differ diff --git a/WEB/View/assets/img/CyberpunkEnigmaCreation.png b/WEB/View/assets/img/CyberpunkEnigmaCreation.png deleted file mode 100644 index 0745b902..00000000 Binary files a/WEB/View/assets/img/CyberpunkEnigmaCreation.png and /dev/null differ diff --git a/WEB/View/assets/img/LoginBG.png b/WEB/View/assets/img/LoginBG.png new file mode 100644 index 00000000..6b439bb7 Binary files /dev/null and b/WEB/View/assets/img/LoginBG.png differ diff --git a/WEB/View/src/CSS/Login.css b/WEB/View/src/CSS/Login.css index 46c241b9..320cc1a5 100644 --- a/WEB/View/src/CSS/Login.css +++ b/WEB/View/src/CSS/Login.css @@ -16,7 +16,7 @@ body { color: white; scroll-behavior: smooth; height: 100vh; - background-image: url("../../assets/img/ImgMain2.png"); + background-image: url("../../assets/img/LoginBG.png"); background-position: center center; background-attachment: fixed; background-repeat: no-repeat; @@ -43,8 +43,9 @@ body { .login-box .user-box input { width: 100%; - padding: 10px 0; - font-size: 16px; + font-family: Verdana, Geneva, Tahoma, sans-serif; + padding: 8px 0; + font-size: 12px; color: #fff; border: none; border-bottom: 1px solid #fff; @@ -70,7 +71,7 @@ body { .login-box .user-box input:valid ~ label { top: -20px; left: 0; - color: #6090d1; + color: #be5631; font-size: 12px; } @@ -80,7 +81,7 @@ body { display: inline-flex; justify-content: center; padding: 10px 0px; - color: #6090d1; + color: #5fc198; background: transparent; border: none; font-size: 16px; @@ -97,11 +98,11 @@ body { .login-box a:hover, .login-box button:hover { - background: #6090d1; + background: #5fc198; color: #fff; border-radius: 5px; - box-shadow: 0 0 5px #6090d1, 0 0 25px #6090d1, 0 0 50px #6090d1, - 0 0 100px #6090d1; + box-shadow: 0 0 5px #5fc198, 0 0 25px #5fc198, 0 0 50px #5fc198, + 0 0 100px #5fc198; } .login-box a span, @@ -116,7 +117,7 @@ body { left: -100%; width: 100%; height: 2px; - background: linear-gradient(90deg, transparent, #6090d1); + background: linear-gradient(90deg, transparent, #5fc198); animation: btn-anim1 1s linear infinite; } @@ -136,7 +137,7 @@ body { right: 0; width: 2px; height: 100%; - background: linear-gradient(180deg, transparent, #6090d1); + background: linear-gradient(180deg, transparent, #5fc198); animation: btn-anim2 1s linear infinite; animation-delay: 0.25s; } @@ -157,7 +158,7 @@ body { right: -100%; width: 100%; height: 2px; - background: linear-gradient(270deg, transparent, #6090d1); + background: linear-gradient(270deg, transparent, #5fc198); animation: btn-anim3 1s linear infinite; animation-delay: 0.5s; -webkit-animation: btn-anim3 1s linear infinite; @@ -179,7 +180,7 @@ body { left: 0; width: 2px; height: 100%; - background: linear-gradient(360deg, transparent, #6090d1); + background: linear-gradient(360deg, transparent, #5fc198); animation: btn-anim4 1s linear infinite; animation-delay: 0.75s; } diff --git a/WEB/View/src/pages/LogSign/Login.php b/WEB/View/src/pages/LogSign/Login.php index 39a69c03..b4c78603 100644 --- a/WEB/View/src/pages/LogSign/Login.php +++ b/WEB/View/src/pages/LogSign/Login.php @@ -22,9 +22,9 @@