Files
advanced_db/db_app/src/components/Login.css

24 lines
336 B
CSS
Raw Normal View History

.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;
}
.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;
}