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>

View File

@@ -16,7 +16,7 @@ label {
}
body {
background-image: url(imagens/fundo1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
@@ -24,9 +24,9 @@ body {
height: 100vh;
display: flex;
justify-content: center;
justify-content: flex-start;
align-items: center;
padding-left: 0;
padding-left: 300px;
}
@media (max-width: 768px) {
@@ -43,7 +43,6 @@ body {
max-width: 320px;
}
}
#topo {
width: 100%;
height: 70px;
@@ -71,23 +70,20 @@ body {
display: flex;
flex-direction: column;
gap: 15px;
color: rgb(0, 0, 0);
color: white;
margin: 0;
}
#campo {
display: flex;
flex-direction: column;
gap: 15px;
align-self: center;
}
#menslog{
font-size: 20px;
}
#emailid,
#senhaid {
#emailid, #senhaid {
height: 50px;
width: 100%;
padding: 10px;
@@ -128,23 +124,6 @@ form {
#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;
}