﻿*
{
    margin: 0px;
    padding: 0px;
    outline: none;
}

body
{
    background-size: 150%;
    background-image: url('Images/op_bgBig.jpg');
    color: White;
}

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: White;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 16px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: White;
    content: "";
    height: 1px;
    position: absolute;
    top: 8px;
    width: 100px;
}

h1:after
{
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

form
{
    width: 420px;
    padding: 20px;
    background: #f0f0f0;
    background-color: transparent;
}

form label
{
    font-size: 14px;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    list-style-type: none;
    color: White;
    text-shadow: #000 1px 1px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

input
{
    -webkit-transition-property: -webkit-box-shadow, background;
    -webkit-transition-duration: 0.25s;
    padding: 6px;
    border: 1px solid Gray;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    margin-bottom: 10px;
    background: White;
    width: 300px;
    height: 25px;
    font-size: 16px;
    color: Black;
}

input:hover
{
}

#LoginGomb
{
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    width: 100px;
    height: 40px;
}

#LoginGomb:hover
{
    cursor: pointer;
}

#LoginGomb:hover
{
    background: #618798;
}

/*Táblázat*/

table
{
    width: 100%;
    
}

table .loginText
{
    height: 600px;
    vertical-align: top;
    padding: 20px;
    font-size:70px;
     font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

table .login
{
    vertical-align: top;
    width: 460px;
    padding: 40px;
}

/* TÁMOGATOTT BÖNGÉSZŐK */

.bongeszok {
		position:fixed;
		top:100%;
		left:0px;
		margin-top:-30px;
		padding: 0 10px 0 10px;
		height:30px;
		line-height:30px;
		width:100%;
		background-color:#222222;
		color:#dddddd;
		text-align:left; 
		vertical-align:top;
		font-size: 16px;
	}
	
.bongeszok a 
{
    color:White;
}
    
.bongeszok span
{
    padding-right: 10px;
}

#leirasok
{
    color: Orange;
}

.loginError
{
    color: White;
    font-size: large;
    background-color: red;
    border-radius: 7px;
    padding: 5px;
    text-align: center;
}

.loginError ul {
    list-style: none;
    padding: 5px;
}


