/* CSS για την https://www.papaki.com/cp2/login.aspx που έχει το happypeopleonline στα δεξια. Δεν ξέρω αν επηρεάζει άλλη σελίδα  */


:root {
	--blue: #2a5af6;
	--dark-blue: #1443c6;
	--green-light: #5be894;
	--green-dark: #49e488;
	--orange: #ff6943;
	--yellow: #ffed43;
	--baige: #dec8b7;
}


body {
	background: var(--blue);
}


.loginBG {
	background: #fff;
	width: 370px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}


#ctl00_mainContentPlaceHolder_divLangSelection ul {
	position: absolute;
	top: -50px;
	left: 15px;
	display: flex;
	font-size: 15px;
	text-decoration: none;
	font-family: 'OpenSans-Regular';
}

	#ctl00_mainContentPlaceHolder_divLangSelection ul a {
		text-decoration: none;
		color: var(--blue);
	}


.language-link p.current_lang {
	color: #000000;
}

.loginHashTab {
	display: none
}


.loginTitle2 {
	color: var(--blue);
	font-size: 24px;
	font-weight: 700;
	padding-top: 20px;
	font-family: 'OpenSans-Regular';
}


.loginTitle {
	color: #000000;
	font-size: 14px;
	padding: 15px;
	font-family: 'OpenSans-Regular';
	line-height: 22px;
}


.loginBG input {
	width: 260px;
	border: 1px solid #000;
	height: 35px;
	border-radius: 0;
	transition: 0.2s;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'OpenSans-Regular';
	padding-left: 10px;
}


.loginBG .btnLogin {
	background: var(--blue);
	width: 270px;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.remindPass {
	padding-top: 10px;
	padding-right: 15px;
}

	.remindPass a {
		color: var(--blue);
		transition: 0.2s;
		font-size: 13px;
	}

		.remindPass a:hover {
			color: var(--dark-dark);
		}


#copyright_info,
#footer_links a,
#footer_links a:visited {
	color: #fff;
	transition: 0.2s;
	font-family: 'OpenSans-Regular';
}

	#footer_links a:hover {
		color: #fff;
		color: var(--green-dark);
	}



#ctl00_mainContentPlaceHolder_chkRemember2LevelAuth {
	width: 15px;
	height: 15px;
}

.TwoLevelAuthTitle2 {
	font-size: 22px;
}

	.TwoLevelAuthTitle2 .block-locale {
		font-size: 12px;
		margin-top: -55px !important;
	}

.blockquote_info {
    background: #fff;
    font-size: 14px;
    padding: 15px 10px 10px;
    border-left: 4px solid var(--orange);
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}

    .blockquote_info * {
        display: flex;
        align-items: center;
    }

    .blockquote_info div span {
        display: flex;
        color: var(--orange);
        padding-;
        font-size: 22px;
    }

    .blockquote_info p {
        padding-left: 15px;
        line-height: 22px;
    }

.blockquote_box {
    font-size: 14px;
    margin-top: 10px;
    min-height: 350px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}
