diff --git a/assets/css/login.css b/assets/css/login.css index 858afb4d..ae2bbc18 100644 --- a/assets/css/login.css +++ b/assets/css/login.css @@ -55,14 +55,14 @@ body { position: relative; } - + p { font-size: 15px; color: #6231ff; } - + .navbar { width: 100%; background-color: #000000; @@ -71,7 +71,7 @@ p { .navbar-link { text-decoration: none; background-color: none; - + } .navbar-list a{ width: 100%; @@ -80,7 +80,7 @@ p { position: relative; font-size: 1.55rem; color: var(--charcoal); - padding: 8px 12px; + padding: 8px 6px; line-height: 2; transition: var(--transition-1); } @@ -153,7 +153,7 @@ p { .message { color: red; } */ - + .form { display: flex; @@ -162,9 +162,9 @@ p { padding: 35px; padding-bottom: 0px; margin-top: -16px; - + } - + #login-form{ display: flex; flex-direction: column; @@ -186,9 +186,9 @@ p { text-align: center; font-family: var(--ff-philosopher); } - + .note h2 { - + font-size: 2rem; /* font-weight: bold;*/ color: #67a5eb; @@ -198,7 +198,7 @@ p { margin-bottom: 15px; } - + .note div { padding-top: 0.1rem; font-size: 2.5rem; @@ -256,7 +256,7 @@ p { .light-mode label{ color: black; } - + label { color: white; @@ -269,7 +269,7 @@ label { text-align: center; } - + input[type="password"]::-webkit-textfield-decoration-container { display: none; } @@ -359,7 +359,7 @@ input[type="password"]::-ms-reveal { margin-left: 120px; /* margin-left: 132px; */ z-index: 1; - + overflow: hidden; } @@ -384,7 +384,7 @@ input[type="password"]::-ms-reveal { #google-sign-in::before, #google-sign-in::after { - + content: ""; position: absolute; z-index: -1; @@ -442,7 +442,7 @@ input[type="password"]::-ms-reveal { background-color: var(--old-rose); } - + .register label { color: #3434cc; @@ -451,13 +451,13 @@ input[type="password"]::-ms-reveal { margin-top: -1px; } - + .register label:hover { color: #000000; } - + #chk:checked ~ .register { transform: translateY(-60%); } @@ -657,7 +657,7 @@ input[type="password"]::-ms-reveal { width: 25px; } - + .progress { height: 3px !important; } @@ -730,18 +730,18 @@ input[type="password"]::-ms-reveal { z-index: 1000; transition: top 0.3s; } - + /* Hide the navbar */ .header.hidden { top: -93px; /* Adjust according to your header height */ } - + /* Navbar styling when scrolled */ .header.scrolled { background-color: #222; /* Change to a darker color when scrolled */ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */ } - + /** * Dark Mode @@ -821,7 +821,7 @@ body.dark-mode { color: rgb(208, 153, 160); } - + .light-mode .input{ background: #e6e6e6; color: rgb(143, 55, 84); @@ -882,7 +882,7 @@ body.dark-mode { .form button { - color: #fbf7f7; + color: #fbf7f7; background: rgb(103 165 235); box-shadow: 0 0 10px rgba(143, 55, 84, 0.5); @@ -1104,7 +1104,7 @@ background: transparent !important; color: rgb(201, 168, 168); } - + .foot-middle ul { padding: 0; margin: 0; @@ -1131,7 +1131,7 @@ background: transparent !important; .nav-links ul li { margin-bottom: 10px; - + /* Add some spacing between list items */ } @@ -1236,7 +1236,7 @@ input[type="news"] { input[type="news"]:focus { border: 2px solid #c27a7e; } - + input[type="submit"] { width: 100%; @@ -1257,7 +1257,7 @@ input[type="submit"] { cursor: pointer; } - + input[type="submit"]:hover { background: linear-gradient(to right, #000 50%, #36363b 50%); background-size: 200% 100%; @@ -1396,7 +1396,7 @@ input[type="submit"]:hover { color:grey; margin-bottom: 10px; text-align: center; /* center the text */ - width: 100%; + width: 100%; display: inline-block; font-weight: bold; font-family: var(--ff-philosopher) @@ -1454,7 +1454,7 @@ input[type="submit"]:hover { .navbar-item{ /* margin-right: 40px; */ left: auto; - + } .navbar-list{ position: relative; @@ -1488,4 +1488,4 @@ input[type="submit"]:hover { top: -9px; left: 50px; } -} \ No newline at end of file +} diff --git a/assets/html/login.html b/assets/html/login.html index 2ea64d7f..9e07af97 100644 --- a/assets/html/login.html +++ b/assets/html/login.html @@ -86,10 +86,8 @@ /* Switch Label */ .switch-label { - margin-left: -30px; - margin-right: 40px; + margin-left: -120px; margin-bottom: 20px; - margin-top: 92px; } /* Button Image */ @@ -120,10 +118,10 @@ } .action .profile { - margin-top: 24px; + margin-top: 44px; position: relative; top: -40px; - right: 510px; + right: 750px; width: 60px; height: 60px; border-radius: 50%; @@ -268,9 +266,6 @@ transition: 0.55s all ease-out; padding-top: 5px; } - .navbar-item { - margin-right: 40px; - } .navbar-list { position: relative; top: 200px; @@ -320,7 +315,6 @@ .navbar-list{ display: flex; gap: 10px; - justify-content: center; } /* footer */ @@ -334,7 +328,7 @@ margin-top: 120px;; width: 40px; height: 150px; - + }#quicklinks { display: flex; justify-content: space-between; /* Ensures columns are evenly spaced */ @@ -367,7 +361,7 @@ color:white; } -.dark-mode .flinks{ +.dark-mode .flinks{ color: #80ddf4; } @@ -380,13 +374,13 @@ .dark-mode .finput{ color: white; - background-color: transparent; - padding: 10px; + background-color: transparent; + padding: 10px; border: 1px solid white; - + } .dark-mode .finput::placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(255, 255, 255, 0.6); } .socialmediaicons a { display: inline; @@ -399,32 +393,32 @@ .socialmediaicons .fa-instagram { display: inline-block; - width: 30px; - height: 30px; + width: 30px; + height: 30px; text-align: center; - line-height: 30px; + line-height: 30px; border-radius: 10px; background: transparent; color: #000000; - transition: background 0.3s, transform 0.3s; + transition: background 0.3s, transform 0.3s; } .socialmediaicons .fa-instagram:hover { - background: radial-gradient(circle at 30% 110%, - #ffdb8b 0%, - #ee653d 25%, - #d42e81 50%, - #a237b6 75%, + background: radial-gradient(circle at 30% 110%, + #ffdb8b 0%, + #ee653d 25%, + #d42e81 50%, + #a237b6 75%, #3e57bc 100%); background-clip: padding-box; - border-radius: 10px; - color: white; - transform: scale(1.1); - -} + border-radius: 10px; + color: white; + transform: scale(1.1); + +} .socialmediaicons .fa-facebook:hover{ color: blue; -} +} .socialmediaicons .fa-youtube:hover{ color: red; } @@ -443,19 +437,19 @@ } .instagram { - + margin: 5px; - + } .facebook { - + margin: 5px; } - + .youtube { - + margin: 5px; } @@ -487,13 +481,13 @@ - +