85 lines
1.8 KiB
CSS
85 lines
1.8 KiB
CSS
@media (min-width: 558.98px) {
|
|
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: clip;
|
|
}
|
|
|
|
#Login1_LoginButton {
|
|
color: #fff;
|
|
background-color: #003680;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
|
|
#content_container {
|
|
position: absolute;
|
|
display: 690px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.container-fluid {
|
|
width: 595px;
|
|
height: 623px;
|
|
background-color: rgba(255,255,255,0.5);
|
|
top: 50%;
|
|
bottom: auto;
|
|
left: -20%;
|
|
right: 420px;
|
|
margin: 0 auto;
|
|
margin-top: 350px;
|
|
}
|
|
|
|
#tbl_main {
|
|
font-family: Arial;
|
|
font-size: 11px;
|
|
border: none;
|
|
width: 500px;
|
|
height: 420px;
|
|
}
|
|
|
|
#lbl_Ueberschrift {
|
|
background-color: #003680;
|
|
font-size: 2.55em;
|
|
color: #fff;
|
|
}
|
|
#form1{
|
|
width:425px;
|
|
}
|
|
|
|
|
|
.txt_design {
|
|
color: #003680;
|
|
font-size: 1.65em;
|
|
}
|
|
|
|
.txt_design2 {
|
|
color: #003680;
|
|
font-size: 1.695em;
|
|
margin-right: 1px;
|
|
}
|
|
#txt_street2 {
|
|
width: 105px;
|
|
}
|
|
.bg-house2-icon {
|
|
background: url("../../images/Icons/main/hauser.png") no-repeat 1.75% 11px white;
|
|
padding-left: 28px;
|
|
padding-right: 50px;
|
|
margin-left: -4px;
|
|
width: 45px;
|
|
height: 38px;
|
|
border: 1px gray solid;
|
|
border-radius: 5px 5px 5px 5px;
|
|
}
|
|
}
|