html {
	font-family: Tahoma;
	color: #4e4e4e;
	font-size: 13px;
	padding: 0;
	margin: 0;
	/*height: 100%;*/
	/*background: #113C61;*/
}

body {
	padding: 0;
	margin: 0;
	background: #f6f9fd;
	background: linear-gradient(to bottom, #e5eef7, #ffffff 100px) no-repeat;
}

.logo_or_product_name {
	background-image: none;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 203px 56px !important;
}

.logo_or_product_name span {
	display: inline;
}

@media all and (min-width: 880px){
	.logo_or_product_name {
		background-repeat: no-repeat !important;
		background-position: 0px 2px !important;
    	background-size: 255px 75px !important;
	}

	.logo_or_product_name span {
		display: none;
	}
}

.container{
	width: 100%;
	float: left;
}
.frgpw{
	width: 100% !important;
	padding: 0px !important;
}

.top_wrapper{
	width: 100%;
	float: left;
    /*height: 165px;*/
}

#error_msg_container {
	position: fixed;
	width: 100%;
	height: 40px;
	text-align: center;
	/*background: #DF4A32;*/
}

.error_msg {
	display:none;
	padding: 8px 15px;
	color: white;
	background: #DF4A32;
	border: 1px solid white;
	box-shadow: 0 3px 5px rgba(0,0,0,.4);
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	border-radius: 6px;
	cursor: pointer;
}

.middle_wrapper{
	width: 100%;
	float: left;
    /*height: 596px;*/
    margin-bottom: 20px;
}

.bottom_wrapper{
	float: left;
	width: 100%;
    height: 70px;
    background: #1b4971;
	background: linear-gradient(to bottom, #204f78, #113c61);
}

@media all and (min-width: 880px){
	.bottom_wrapper {
		float: none;
		position: fixed;
		bottom: 0;
	}

	.middle_wrapper {
		margin-bottom: 90px;
	}
}

.database span{
	color: #f49139;
}

.version span{
	color: #21517b;
}

.aut_beleptet{
	display: inline-block;
	margin-bottom: 20px;
	color: #21517b;
	cursor: pointer;
	padding-left: 3px;
}

.aut_beleptet input {
	margin-top: 2px;
}

.nev_ekoz{
	font-size: 14px;
	color: #ffc591;
}
.regula_logo img {
    width: 50%;
    margin-top: 30px;
}
@media all{
	.logo_or_product_name, .database, .version{
		display: table-cell;
		vertical-align: top;
		float: left;
		line-height: normal;
		font-size: 16px;
	}

	.nyil{
		display: none;
	}

	.header{
		display: block;
		width: 96%;
		margin: 5px 2%;
	}

	.logo_or_product_name{
		width: 100%;
		color: #21517b;
		font-weight: bold;
	}

	.database{
		width: 100%;
		color: #cadaec;
	}

	.version{
		width: 100%;
		color: #cadaec;
	}

	.login_block_title{
		width: 100%;
		color: #21517b;
		font-size: 16px;
		height: 20px;
		padding: 50px 0 0 0;
		float: left;
		border-bottom: 1px solid #99bce8;
	}

	.sup_title{
		display: none;
	}
}


@media all and (min-width: 880px){
	.logo_or_product_name, .database, .version, .nyil{
		display: table-cell;
		vertical-align: top;
		padding: 28px 0 32px;
		float: left;
		line-height: 20px;
		font-size: 16px;
		height: 20px;
	}

	.nyil{
		/*background: url("img/nyil.png") no-repeat;*/
		background-size: 11px 15px;
		padding: 15px 0 15px 11px;
		margin: 42px 0 0 0;
	}

	.header{
		width: 880px;
		margin: 0px auto;
	}

	.logo_or_product_name{
		width: 271px;
	}

	.database{
		width: 500px;
		padding-left: 40px;
		color: white;
		font-size: 20px;
	}

	.version{
		width: 0px;
		padding-left: 40px;
	}

	.login_block_title, .sup_title{
		width: 880px;
	}

	.sup_title{
		display: block;
		color: #bdd3ef;
		border-bottom: 1px solid #bdd3ef;
		font-size: 16px;
		height: 20px;
		padding: 20px 0 0 0;
		float: left;
	}
}

.ibutton, .ibutton2{
	text-decoration: none;
	padding: 7px 25px;
}

.ibutton{
	color: #95b7e2;
	border: 2px solid #95b7e2;
	line-height: 600%;
}

.ibutton:hover{
	background: #bfd5e9;
	color: #1f5686;
}

.ibutton2{
	color: #f49139;
	border: 2px solid #f49139;

	background-color: white;
}

.ibutton2:hover{
	background: #efbf94;
	color: #884f1c;
}

::-webkit-input-placeholder{
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input[type="text"], input[type="password"]{
	margin-bottom: 20px;
	padding: 0;
	margin: 0;
}

input[type="text"], input[type="password"]{
	line-height: 15px;
	font-size: 13px;
	border: none;
	background: none;
	outline: none;
	padding: 4px 0 3px;
}

input[type="checkbox"]{
	margin-top: 2px;
}

.input1, .input2 {
	background-repeat: no-repeat;
}
.input3{
	background-color: #94cee4;
	background-size: 13px 14px;
	background-position: 10px 8px;
	margin-bottom: 25px;
}
.input3 input[type="email" i] {
	background-color: transparent;
    border: none;
    padding-top: 4px;
}

.input3 input[type="email" i]:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.input1{
	background-color: #94cee4;
	background-image: url("img/felhasznalonev_kep.png");
	background-size: 13px 14px;
	background-position: 10px 8px;
	margin-bottom: 25px;
}

.input2 {
	background-color: #acc9ed;
	background-image: url("img/jelszo_kep.png");
	background-size: 16px 12px;
	background-position: 10px 10px;
}

#username{
    padding: 10px;
    border-radius: 5px;
    background-color: #94cee4;
    margin-bottom: 10px;
    width: 100%;
}
#user_pass{
    padding: 10px;
    border-radius: 5px;
    background-color: #acc9ed;
    margin-bottom: 10px;
    width: 100%;
}

input[type="text"]{
	color: #267796;
}

input[type="password"]{
	color: #2c61a2;
}

.login_proper .ibutton2 {
	margin-top: 10px;
}

@media all{
	.input1, .input2, .input3{
		border-radius: 10px;
		height: 22px;
		padding: 4px 0;
		margin: 5px 15%;
	}

	.middle{
		display: block;
		width: 96%;
		margin: 0 2%;
	}

	.login_block{
		display: block;
		float: left;
		width: 100%;
		/*margin-bottom: 30px;*/
		text-align: center;
	}

	.jelszo, .login_proper, .regula_logo, .google{
		float: left;
		line-height: normal;
		text-align: center;
		margin: 10px 0;
	}
	.regula_logo{
		width: 30%;
	}

	.jelszo{
		width: 100%;
		float: left;
		/*background: url("img/gs_logo.png") no-repeat center center;*/
		background-size: 172px 104px;
		border-bottom: 1px dashed #ffcc9e;
	}

	.login_proper{
		width: 100%;
		float: left;
		border-bottom: 1px dashed #ffcc9e;
		border-left: 1px dashed #ffcc9e;
		padding-bottom: 20px;
	}

	.google{
		width: 100%;
		float: left;
		/*background: url("img/gs_logo.png") no-repeat center center;*/
		background-size: 172px 104px;
	}

	#google_button{
		/*background: url("img/google_login.png") no-repeat;*/
		background-size: 182px 40px;
		width: 182px;
		height: 40px;
		display: inline-block;
		margin-top: 20px;
	}
}

@media all and (min-width: 880px){
	.input1, .input2{
		border-radius: 10px;
		height: 22px;
		padding: 4px 0;
		margin: 0 0;
	}

	.input1{
		margin-bottom: 25px;
	}


	.middle{
		width: 880px;
		margin: 0px auto;
	}

	.jelszo, .login_proper, .google{
		float: left;
		margin: 25px 0;
		padding: 15px 0;
		line-height: normal;
		text-align: center;
	}

	.login_block{
		width: 880px;
	}

	.jelszo{
		width: 193px;
		padding-left: 40px;
		padding-right: 40px;
		border-bottom: 0;

	}

	.login_proper{
		width: 233px;
		padding-left: 40px;
		padding-right: 40px;
		border-right: 1px dashed #ffcc9e;
		border-bottom: 0;
	}

	.google{
		width: 200px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.google_kep{
		margin-left: 10px;
	}
}

@media all{
	.logo, .cegnev, .honlap{
		display: table-cell;
		vertical-align: top;
		float: left;
		line-height: normal;
		font-size: 16px;
		color: white;
	}

	.valaszto{
		display: none;
	}

	.footer{
		display: block;
		width: 96%;
		margin: 5px 2%;
	}

	.logo{
		width: 100%;
		font-weight: bold;
		background: url("img/gs.png") no-repeat;
		background-size: 165px 33px;
	}

	.cegnev{
		width: 100%;
	}

	.honlap{
		width: 100%;
	}

	.honlap a{
		color: #f4a662;
		font-size: 13px;
		text-decoration: none;

	}

	.honlap a:hover{
		text-decoration: none;
		color: #f8b479;
	}
}

@media all and (min-width: 880px){
	.logo, .cegnev, .honlap {
		display: block;
		float: left;
		line-height: normal;
		font-size: 16px;
	}

	.footer{
		width: 880px;
		margin: 0px auto;
	}

	.logo{
		width: 277px;
		height: 30px;
		margin: 22px 0 0;
		border-right: 1px dotted #f49139;

	}

	.cegnev{
		width: 220px;
		font-size: 13px;
		color: #94cee4;
		height: 15px;
		padding: 5px 40px 10px;
		margin: 22px 0 0;
		border-right: 1px dotted #f49139;
	}

	.honlap{
		width: 220px;
		height: 15px;
		padding: 5px 40px;
		margin: 22px 0 0;
		font-size: 13px;
	}
}

#suggested_products {
	width: 900px;
	height: 300px;
	border: 0;
	padding: 0;
	margin: 0 -20px;
	overflow: hidden;
	display: none;
}

#elfelejtett_jelszo{
	width: 50%;
	margin: 30px auto;
	text-align: center;
}
#elfelejtett_jelszo div {
	text-align: left;
	padding-left: 30px;
	margin-bottom: 30px;
	
}
#elfelejtett_jelszo .btn{
	margin-top: 30px;
}



@media all and (min-width: 880px){
	#suggested_products {
		display: block;
	}
}
#error{
	border: 1px solid red;
}


/* exception */
#btntrackid img{
	width: 15px;
}
.errorpage{
	width:60%;
	margin: 60px auto;

}
.errorpage form input{
	border: 1px solid #ccc;
}

#btnurl img, #btnxml img, #btnphp img{
	max-width: 30px;
}