Compare commits

..

2 Commits

Author SHA1 Message Date
9eb90bf2ec Remove submódulo FrontFocusAgenda 2026-03-01 17:04:04 -03:00
e0dff0ec3d Remoção do fundo para melhor estilização 2026-03-01 16:49:38 -03:00
3 changed files with 177 additions and 195 deletions

Submodule FrontFocusAgenda deleted from f635a4e943

View File

@@ -40,6 +40,10 @@
</div>
<!--cabo log-->
</body>
</html>

259
style.css
View File

@@ -1,150 +1,129 @@
* {
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;
}
body {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding-left: 0;
}
@media (max-width: 768px) {
body {
padding-left: 20px;
padding-right: 20px;
justify-content: center;
* {
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;
}
@media (max-width: 480px) {
body {
background-image: url(imagens/fundo1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 300px;
}
@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: 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;
}
#textotop {
font-size: 48px;
margin: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#log {
width: 100% !important;
max-width: 320px;
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;
}
}
#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;
#emailid, #senhaid {
height: 50px;
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: white;
}
#textotop {
font-size: 48px;
margin: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
form {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}
#log {
margin-top: 70px;
width: 350px;
display: flex;
flex-direction: column;
gap: 15px;
color: rgb(0, 0, 0);
margin: 0;
}
#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;
}
#campo {
display: flex;
flex-direction: column;
gap: 15px;
align-self: center;
}
#menslog {
font-size: 20px;
}
#emailid,
#senhaid {
height: 50px;
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: white;
}
form {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}
#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;
}
.mens-links {
display: flex;
justify-content: center;
gap: 20px;
}
.mens-links a {
color: inherit;
text-decoration: none;
font-weight: bold;
}
.mens-links a:hover {
text-decoration: underline;
}
#logbtn:hover {
background-color: #A03224;
}
.mens {
align-self: center;
}