Login Completo

This commit is contained in:
2022-11-04 20:15:35 -05:00
parent e5e091af62
commit a57774a006
4 changed files with 23 additions and 6 deletions

16
src/public/css/login.css Normal file
View File

@@ -0,0 +1,16 @@
body{
background: #243341;
}
.login-page{
background-color: #243341;
}
.login-logo a, .register-logo a{
color: #b5daff
}
.login-logo{
font-size:32px;
font-family: 'SIGMA-FONT', sigma_font, sigma_tipografia;
}
.login-box-msg{
font-family: 'SIGMA-FONT', sigma_font, sigma_tipografia;
}