/*
 * Document   : page.css
 * Project    : TSHE Internet Member Interface
 * Author     : Gyurman Attila <attila.gyurman@ilx.hu>
 *		Horváth Tamás <tamas.horvath@ilx.hu>
 * Created on : 2013-05-10
 * Description: Logout
 */

@import url('/resources/css/fonts.css');

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

div {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 30px; 
	line-height: 32px; 
	margin-bottom: 9px;
}
h2 { 
	font-size: 23px; 
	line-height: 25px; 
	margin-bottom: 15px;
}
h3 { 
	font-size: 20px; 
	line-height: 22px; 
	margin-bottom: 15px; 
} 
h4 { 
	font-size: 18px; 
	line-height: 22px; 
	margin-bottom: 10px; 
} 
h5 { 
	font-size: 16px; 
	line-height: 20px;
	margin-bottom: 5px;
}						
h6 { 
	font-size: 14px; 
	line-height: 16px;
	margin-bottom: 5px; 
}

/* Links */
a {
	color: #727272;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #c3cf21;
}

ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

body {
    font-size: 12px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

body, input, textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    color: #727272;
    /*background-color: #f6efdc;*/
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/*------------------*/
/*	PAGE STRUCTURE
/*------------------------------------------------------*/

#page {
    position: relative;
    background: #002E69;
    background: linear-gradient(135deg, rgba(0, 177, 235, 1) 0%, rgba(0, 46, 105, 1) 100%);    
/*    background-image: url('/images/dynamic_bg_overlay.png');
    background-position: center;
    backgorund-size: 80%;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;*/
    width: 100%;    
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    text-align: center;
    width: 500px;
    max-width: 80vw;
    margin: 0 auto;
    z-index: 1;
    position: relative;

}

.logo img {
    width: 100%;
}

.login-box {
    position: relative;

    z-index: 2;
    max-width: 90vw;
    margin: 0 auto;
    box-shadow: 5px 5px 20px 0px #00000055;
    line-height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFF;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;

}

#page-wrapper .header {
/*    height: 50px;
    background: #6f2a8e;*/
}

#page-wrapper .container {
/*    height: 310px;
    background: url('../../../images/login-box-bg.jpg?v=1') no-repeat left top;            
    padding-top: 50px;*/
}

#page-wrapper .header span {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 18px 25px 18px 25px;
    font-weight: normal;
    text-transform: uppercase;    
}

#box_login {
    width: 300px;
    margin-left: 80px;
    padding: 14px 10px 10px 10px;
    /*background-color: #ffffff;*/
}

#box_login_reminder {
    display: none;
}

.input_login {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.goldButton {
/*    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);    
*/
    background:linear-gradient(135deg, #D1B464, #FCF6BA, #AA771C);
    font-family: 'HelveticaNeueLtStdBold';
    border: none;
    box-shadow: 2px 2px 10px 0px #00000055;
    -webkit-box-shadow: 2px 2px 10px 0px #00000055;
    padding: 10px 30px 6px 30px;

}


:focus {
    outline: 0;
}

.passreminder_login:hover {
    color: #6f2a8e;
}

#login_error {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'HelveticaNeueLtStdBold';
}
#login_error {
    display: none;
}

input.button {
    cursor: pointer;
}

input.button:hover {
    background-color: white;
}

input.button:active {
    box-shadow: -1px -1px 6px -2px black;
}


:focus {
    outline: 0;
}

input, textarea, select {
    border: 1px solid #c0c0c0;
    background-color: #fff;
    padding: 4px 10px;
    padding-top: 8px;
    border-radius: 8px;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #4f7faf;
    background-color: white;
}

/* Popup Window */
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
    display: none;
}

#popup-window {
    width: 500px;
    height: 300px;
    z-index: 10000;
    position: absolute;
    background-color: white;
    box-shadow: 3px 3px 20px 0px #333;
    top: 100px;
    left: 300px;
    display: none;
}

#popup-window .popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-image: url('/images/close.png');
    cursor: pointer;
}

#popup-window .popup-content {
    margin: 15px 10px 15px 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

/* Jelszó erősség */

#passwordStrength
{
	height:20px;
	display:block;
	float:left;
	margin-top: 4px;
}

.strength0
{
	width:10px !important;
	background:#cccccc;
}

.strength1
{
	width:50px !important;
	background:#ff0000;
}

.strength2
{
	width:100px !important;
	background:#ff5f5f;
}

.strength3
{
	width:150px !important;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px !important;
}

.strength5
{
	background:#399800;
	width:250px !important;
}

#lang_select {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

#lang_select ul li {
    float: right;
    font-size: 0.8em;
    margin-right: 10px;
    color: #ccc;
    text-shadow: 1px 1px black;
    cursor: pointer;
}

#lang_select ul li.active {
    color: white;
}

.cookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 90%;
    min-height: 30px;
    margin-left: 5%;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 14px;
}

.cookie p {
    float: left;
    width: 80%;
}

.cookie .button {
    float: right;
    margin-right: 20px;
    background-color: yellow;
}

.payment_logos_login {
    padding: 10px;
    background-color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.payment_logos_login img {
    height: 40px;
    float: left;
    margin: 5px;
}

.bg-overlay {
    position: fixed;
    top: 50vh;
    left: 10vw;
    width: 80vw;
    z-index:0;
}

.bg-overlay img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .bg-overlay {
        top: auto;
        bottom: 0vh;
        left: 0;
        width: 100vw;
    }
}