diff --git a/site.html b/site.html index c72ca0b..f5d8cd0 100644 --- a/site.html +++ b/site.html @@ -23,7 +23,6 @@

Faça seu login

-
@@ -40,10 +39,6 @@
- - - - \ No newline at end of file diff --git a/style.css b/style.css index 8b0e6fc..f4ef958 100644 --- a/style.css +++ b/style.css @@ -1,129 +1,122 @@ - * { - padding: 0; - margin: 0; - } - - p, - h1, - h2, - h3 { - margin: 0; - font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif - } - -label{ - display: block; +* { + padding: 0; + margin: 0; } - body { - background-image: url(imagens/fundo1.png); - background-size: cover; - background-repeat: no-repeat; - background-position: center; - background-attachment: fixed; +p, +h1, +h2, +h3 { + color: black; + margin: 0; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif +} - height: 100vh; - display: flex; - justify-content: flex-start; - align-items: center; - padding-left: 300px; - } +label{ +display: block; +} - @media (max-width: 768px) { - body { - padding-left: 20px; - padding-right: 20px; - justify-content: center; - } - } +body { + height: 100vh; + display: flex; + justify-content: center; + align-items: center; +} - @media (max-width: 480px) { - #log { - width: 100% !important; - max-width: 320px; - } - } - #topo { - width: 100%; - height: 70px; - background-color: #111; - position: fixed; - top: 0; - left: 0; - background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%); - display: flex; - align-items: center; - justify-content: flex-start; - padding-left: 20px; +@media (max-width: 768px) { +body { + padding-left: 20px; + padding-right: 20px; + justify-content: center; +} +} - } +@media (max-width: 480px) { +#log { + width: 100% !important; + max-width: 320px; +} +} +#topo { + width: 100%; + height: 50px; + background-color: #111; + position: fixed; + top: 0; + left: 0; + background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%); + display: flex; + align-items: center; + justify-content: flex-start; + padding-left: 20px; - #textotop { - font-size: 48px; - margin: 0; - font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - } +} - #log { - margin-top: 70px; - width: 350px; - display: flex; - flex-direction: column; - gap: 15px; - color: white; - margin: 0; - } - #campo { - display: flex; - flex-direction: column; - gap: 15px; - align-self: center; - } - #menslog{ - font-size: 20px; - } +#textotop { + font-size: 38px; + margin: 0; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} - #emailid, #senhaid { - height: 50px; - width: 100%; - padding: 10px; - font-size: 16px; - border: 1px solid #ccc; - border-radius: 4px; - box-sizing: border-box; - } +#log { + width: 350px; + display: flex; + flex-direction: column; + gap: 15px; + color: white; + margin-top: 70px; /* Compensa a barra fixa do topo */ +} +#campo { + display: flex; + flex-direction: column; + gap: 15px; + align-self: center; +} +#menslog{ +font-size: 20px; +} - label { - display: block; - margin-bottom: 5px; - font-weight: bold; - color: white; - } +#emailid, #senhaid { +height: 50px; +width: 100%; +padding: 10px; +font-size: 16px; +border: 1px solid #ccc; +border-radius: 4px; +box-sizing: border-box; +} - form { - display: flex; - flex-direction: column; - gap: 15px; - width: 100%; - } +label { +display: block; +margin-bottom: 5px; +font-weight: bold; +color: white; +} - #logbtn { - align-self: center; - width: 50%; - padding: 12px; - font-size: 18px; - font-weight: bold; - background-color: #C0392B; - color: white; - border: none; - border-radius: 4px; - cursor: pointer; - transition: background-color 0.3s; - } +form { +display: flex; +flex-direction: column; +gap: 15px; +width: 100%; +} - #logbtn:hover { - background-color: #A03224; - } - .mens { - align-self: center; - } \ No newline at end of file +#logbtn { +align-self: center; +width: 50%; +padding: 12px; +font-size: 18px; +font-weight: bold; +background-color: #C0392B; +color: white; +border: none; +border-radius: 4px; +cursor: pointer; +transition: background-color 0.3s; +} + +#logbtn:hover { +background-color: #A03224; +} +.mens { +align-self: center; +} \ No newline at end of file