Files
VERAG_Homepage/css/login/loginFLEX.css
2021-10-12 14:14:03 +02:00

70 lines
1.3 KiB
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;
overflow-y: clip;
}
#Login1_LoginButton {
color: #fff;
background-color: #003680;
width:
}
#content_container {
display: flex;
justify-content: center;
align-items: center;
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: 20px;
}
.container-fluid {
width: 400px;
height: 400px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 220px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 400px;
}
#lbl_login {
color: #003680;
font-size: 1.320901320901321em;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color: #fff;
}
.txt_design {
color: #003680;
font-size: 1.65em;
}
.txt_design2 {
color: #003680;
font-size: 1.695em;
margin-right:1px;
}
#LoginButton {
background-color: #003680;
color: #fff;
width: 140px;
height: 25px;
}
#Password{
margin-right:-20px;
}
#UserName{
font-size:17px;
}