@import "jquery.msgbox.css";

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #000;
}

body::before {
    content: "";
    position: fixed;
    inset: 0; 
    z-index: -1;
    background-image:
	linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 35%),
	linear-gradient(to left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 35%),
	radial-gradient(ellipse at center 35%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 75%, rgba(0,0,0,0.85) 100%),
	linear-gradient(to bottom, transparent 0%, transparent 450px, rgba(0,0,0,1) 700px),
	url(../images/bgl_2026-2.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1000px 582px; 
    filter: contrast(1.05) saturate(0.9) brightness(1.2);
    pointer-events: none;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.03), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.02), transparent 50%);
    pointer-events: none;
    z-index: -1;
}

body,a { cursor: url(../images/Mu.cur), auto; }
a:hover { cursor: url(../images/MuX.cur), auto; }
body, td{ 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:13px;
}
td{
	color: #fff;
}
a:link, a:visited, a:hover {
	color:#FFF; 
	text-decoration:none;
}
a:active{
	color:#999999; 
	text-decoration:none;
} 
textarea, input:focus, select:focus{
	outline: none;
}

a.rollover_site { display: block; width: 99px; height: 29px; background-image: url('../images/official.png'); }
a.rollover_site:hover { background-image: url('../images/official_rollover.png'); }
a.rollover_login { display: block; width: 99px; height: 29px; background-image: url('../images/ok.png'); }
a.rollover_login:hover { background-image: url('../images/ok_rollover.png'); }


.form-tracker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 395px; 
    width: 267px;
}

.input-bg-wrapper {
    background-image: url('../images/field.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%; 
    height: 21px;
    width: 156px;
}

.stealth-input {
    width: 100% !important;
    height: 21px;
    background-color: transparent !important;
    background-image: none !important; 
    border: none;
    outline: none;
    color: #f8c04e;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
}

input.stealth-input:-webkit-autofill,
input.stealth-input:-webkit-autofill:hover, 
input.stealth-input:-webkit-autofill:focus, 
input.stealth-input:-webkit-autofill:active {
    -webkit-text-fill-color: #f8c04e !important;
    caret-color: #f8c04e;
    transition: background-color 5000s ease-in-out 0s; 
}