34 lines
485 B
CSS
34 lines
485 B
CSS
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
font-family: lato;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#containerPublic {
|
|
min-height:100vh;
|
|
}
|
|
|
|
.toggle-password{
|
|
background-color: #0000;
|
|
border: none;
|
|
flex-direction: row;
|
|
place-items: center;
|
|
height: 1rem;
|
|
font-size: .875rem;
|
|
line-height: 1.25rem;
|
|
display: flex;
|
|
justify-content: end;
|
|
top: -3.5rem;
|
|
position: relative;
|
|
}
|
|
|
|
.container-scroller {
|
|
overflow: hidden;
|
|
}
|
|
|