2023-04-29 16:15:28 -04:00
|
|
|
.bg {
|
|
|
|
|
position:fixed;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logbox {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.33);
|
|
|
|
|
padding: 15px;
|
|
|
|
|
margin-top:10vh;
|
|
|
|
|
margin-bottom:10vh;
|
|
|
|
|
margin-left:20vw;
|
|
|
|
|
margin-right:20vw;
|
|
|
|
|
}
|
|
|
|
|
|
2023-04-30 14:42:40 -04:00
|
|
|
.logbox2 {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.33);
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin-top:2vh;
|
|
|
|
|
margin-bottom:2vh;
|
|
|
|
|
margin-left:20vw;
|
|
|
|
|
margin-right:20vw;
|
|
|
|
|
}
|
|
|
|
|
|
2023-04-29 16:15:28 -04:00
|
|
|
.formbox {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
margin:10px;
|
|
|
|
|
padding:10px;
|
|
|
|
|
}
|
2023-04-29 21:19:57 -04:00
|
|
|
|
|
|
|
|
.bar{
|
|
|
|
|
margin-bottom: 15px;
|
2023-05-01 15:16:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.background_green{
|
|
|
|
|
background-color: green;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.background_red{
|
|
|
|
|
background-color: red;
|
2023-04-29 21:19:57 -04:00
|
|
|
}
|