68 lines
1.4 KiB
CSS
68 lines
1.4 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;
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
}
|
|
}
|