33 lines
726 B
CSS
33 lines
726 B
CSS
body {
|
|
font-family: 'Poppins', sans-serif;
|
|
background: #fafafa;
|
|
background-image: url(../../images/road.jpg);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-color:#fff;
|
|
}
|
|
#Login1_LoginButton {
|
|
color: #fff;
|
|
background-color: #003680;
|
|
}
|
|
#content_container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 1024px;
|
|
height: 800px;
|
|
margin: 0 auto;
|
|
margin-top: auto;
|
|
}
|
|
.container-fluid {
|
|
width: 262px;
|
|
height: 216px;
|
|
background-color: rgba(255,255,255,0.5);
|
|
}
|
|
#tbl_main {
|
|
font-family: Arial;
|
|
font-size: 11px;
|
|
border: 1px solid gray
|
|
} |