.capsAlert {
	width:100%;
	height:25;
	line-height: 25px;
	background-color: transparent;
	color: #EEE;
	text-align:center;
	display: none;
	margin-top:0px;
}
.capsAlert .capsAlert-text {
    height: 20px;
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.capsAlert .felkialto-ico {
    background-repeat: no-repeat;
    background-image: url(CapsLockON.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 0px;
    position: absolute;
}
.control-group.form-group.capsAlert .controls {
    line-height: 20px;
}
.container .modal{
	overflow:hidden;	
}
.vagy{
	text-align: center;
	top: -15px;
	position: relative;
}

#loginForgot{
	opacity:0;
	filter: alpha(opacity=0);
	display:none;
}
#login-password.has-error, #login-username.has-error, #forgot-username.has-error, #forgot-password-email.has-error{
	border:2px solid red;
}
.as-infobox{
	width:100%;
	height:50px;
	line-height: 50px;
	background-color: #FF7800;
	color: #EEEEEE;
	text-align:center;
	display:none;
	margin-top:15px;
}
#loginModal  .text--center.push--infos {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0px;
}
#loginModal .as-infobox{
	background-color: #FF7800;
	color: #EEEEEE;
	text-align: center;
	height: auto;
	min-height: 50px;
	padding: 10px;
	white-space: nowrap;
	left: 50%;
	transform: translate(-50%, 0%);
	position: relative;
	width: auto;
	font-style: italic;
	line-height: 16px;
	margin-top: 20px;
	display: none;
}

html * {
box-shadow:none !important;
outline: none;

}    
body {
    color:#CCC;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
.modal-backdrop {
	background:#1e1e1e; /*rgba(0,0,0,0.5);*/
}

h3 {font-family: 'Source Sans Pro', sans-serif;font: 20px/26px; color: #fff;text-align:center;font-weight:200;}
.modal-header{border-bottom:none}
.modal-content,.modal-open {
	background-color: transparent;
}
fieldset {
	margin-top: 30px;
}
input {text-align: center;}
.well {
    border: none;
    border-radius: 0px;
    box-shadow: 0;
	background-color: transparent;
	padding:0px;
}


.modal-body{
	padding: 0px !important;
}
.modal-dialog {
	max-width: 440px;
}
.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 0;
}
.form-group {
    margin-bottom: 0px;
}
#email, #password, #forgot-password-email, #forgot-username {
    background: white none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    line-height: 1.25;
    margin-bottom: 12px;
    outline: medium none;
    padding: 0.625em 0.75em;
    width: 100%;
	color: #09091a;
    height: 50px;
}
.btn {
    background-color: red;
    border: 1px solid red;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 11px 23px;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	margin-top:20px;
}
.text-error {
	display:none;
}
.controls {
	text-align:center;
}
.btn.disabled {
	margin-top:20px;
}
.btn, .btn:hover, .btn:active, .btn:focus {
    color: white;
    text-decoration: none;
}
.btn:hover {
    background-color: red;
    border: 1px solid #7f7f7f;
}
.btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.btn--full {
    width: 100px;
}
.btn--huge {
    border-radius: 50px;
    padding: 40px 0;
    text-align: center;
    width: 100px;
}
.btn--link, .btn--link:hover {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-weight: normal;
    text-transform: none;
	margin-top: 0px;
}
.btn--link:hover {
    text-decoration: underline;
}
.label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
	text-align: left;
	border-radius: 0;
	font-weight: 400;
	padding: 0.25em 1.3em;
	background-color: transparent;
}
.title {
    color: white;
    font-size: 32px;
    text-transform: none;
	font-weight:200;
}
.background-line {
    display: table;
    white-space: nowrap;
}
.background-line::before, .background-line::after {
    border-top: 0px solid #6f6f6f;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.6em;
    width: 50%;
}
.background-line > span {
    font-family: ff-clan-web-pro-wide,"Helvetica Neue",Helvetica,sans-serif;
    padding: 0 20px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #464646;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
}
.text--center {
    text-align: center !important;
}
.push--top, .push--ends {
    /*margin-top: 24px !important;*/
}
.push--ends {
	position:absolute;
	left:50%;
    margin-left:-72px;
	
	display: inline-block; /* az info box miatt */
	margin-top: 100px; /* az info box miatt */    
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(http://vw.koospal.com/img/Testvidcut.jpg) no-repeat;
    background-size: cover; 
}

/* Felugró ablak stílus */
#login-error-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #1e1e1e; /* Az oldal hátteréhez igazítva */
    border: 1px solid #7f7f7f;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #EEE; /* Szöveg színe */
    text-align: center;
}

/* Felugró ablak gomb stílus */
#login-error-popup button {
    width: 50px; /* Kör alakhoz egyenlő szélesség és magasság */
    height: 50px;
    background: red; /* Az oldal gombjainak színe */
    color: white;
    border: 1px solid red;
    border-radius: 50%; /* Kör alak */
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Gomb hover állapot */
#login-error-popup button:hover {
    background: #7f7f7f; /* Hover szín */
    border-color: #7f7f7f;
}

