@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../fonts/fa-regular-400.eot');
	src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fa-regular-400.woff2') format('woff2'),
		url('../fonts/fa-regular-400.woff') format('woff'),
		url('../fonts/fa-regular-400.ttf') format('truetype'),
		url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('../fonts/fa-solid-900.eot');
	src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fa-solid-900.woff2') format('woff2'),
		url('../fonts/fa-solid-900.woff') format('woff'),
		url('../fonts/fa-solid-900.ttf') format('truetype'),
		url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
	font-family: 'GT Walsheim Pro';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/GT-Walsheim-Pro-Bold.eot');
	src: local(''),
	url('../fonts/GT-Walsheim-Pro-Bold.woff'),
	url('../fonts/GT-Walsheim-Pro-Bold.ttf')
}

:root {
	--blue1: #003375;
    --blue2: #0065b3;
    --blue3: #1782d4;
    --blue4: #2d97e9;
    --blue5: #70b7ee;
    --blue6: #e1e8f5;
    --blue7: #f5faff;
    --blue8: #2547a1;
    --blue9: #e9f5ff;
	--blue10: #f1f2ff;
    --blue11: #003476;
    --grey35: #f8fbff;
    --grey36: #f7f8f8;
    --green1: #00703c;
    --white: #fff;
}

.fa {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
.login-pf {
    background: none;
}
#kc-header {
    margin: 0;
    height: 100px;
	min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
	gap: 10px;
    width: 100%;
    background: var(--blue1);
    padding: 0 203px;
	border-bottom: 1px solid #d5d0c9;
}
div#kc-header-pre {
    padding: 0 23px 0 0;
	margin-top: 11px;
    background: url(../img/logo.greece2.gov.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    width: 187px;
    height: 45px;
}
#kc-header a {
	margin-top: 13px;
    height: 45px;	
}
#kc-header-wrapper {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
	font-family: 'GT Walsheim Pro';
    line-height: 36px;
    color: #4F2D7F;
    padding: 0;
    text-transform: none;
    background: url(../img/logo.gov.svg);
    background-size: 158px;
    background-repeat: no-repeat;
    background-position: 0;
	width: 158px;
	height: 45px;
}
.login-pf body {
    background: white;
}
.login-pf-page {
    display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
    padding: 0;
}
.login-pf-page * {
    font-family: 'Roboto', sans-serif;
}
.login-pf-page .card-pf {
	width: auto;
	margin: auto;
	max-width: 764px;
	padding: 0;
}
.card-pf {
    background: none;
    border: none;
    box-shadow: none;
}
#kc-content {
	width: 340px;
}
#kc-footer {
	width: 100%;
	height: 100px;
}
#kc-register-form #kc-footer {
	display: none;
}
.kc-mobilecode-title, .kc-unfinished-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 111.99%;
    color: var(--blue2);
	max-width: 342px;
	text-align: left;
}
#kc-page-title {
	max-width: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #333333;
	text-align: left;
}
#kc-info-text-wrapper {
	width: 764px;
	margin-top: 24px;
	margin-bottom: 40px;
}
#kc-info-text-wrapper p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}
.kc-unfinished-message {
    margin-top: 14px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
	max-width: 342px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.pf-c-form-control:not(textarea) {
    background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
	width: 342px;
	padding: 10px 14px;
    height: 44px;
}
.pf-c-form-control.pf-m-focus, .pf-c-form-control:focus {
	padding: 10px 14px;
}
.pf-c-form-control:hover, .pf-c-form-control:focus {
    border: 3px solid #F5EDFF;
}
.pf-c-form-control:focus-visible {
    outline: 1px solid #F5EDFF;
}
.pf-c-form-control {
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	color: #333333;
}
.pf-c-form-control:hover {
    border: 1px solid var(--blue1);
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.pf-c-form-control:focus-visible, .pf-c-form-control:focus {
    border: 3px solid #F5EDFF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.pf-c-form-control[aria-invalid="true"] {
    border: 1px solid #FDA29B;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00004 5.33301V7.99967M8.00004 10.6663H8.00671M14.6667 7.99967C14.6667 11.6816 11.6819 14.6663 8.00004 14.6663C4.31814 14.6663 1.33337 11.6816 1.33337 7.99967C1.33337 4.31778 4.31814 1.33301 8.00004 1.33301C11.6819 1.33301 14.6667 4.31778 14.6667 7.99967Z' stroke='%23F04438' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 0.75rem) 0.75rem / 1rem 1rem no-repeat;
}
.kc-optional {
	color: #bdbdbd;
	font-style: italic;
}
.pf-c-form__label {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
	max-width: 342px;
}
.form-group {
    margin-bottom: 16px;
}
#kc-reset-password-form .form-group {
    margin-bottom: 8px;
}
#kc-register-form #kc-form-buttons {
	display: flex;
	gap: 12px;
}
#kc-reset-password-form #kc-form-buttons {
	margin-top: 32px;
}
input.pf-c-button[type="submit"] {
    background: var(--green1);
    border: 1px solid var(--green1);
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    padding: 9px 18px;
    width: 100%;
	height: 44px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
	color: #FFFFFF;
    line-height: 24px;
}
input.pf-c-button[type="submit"]:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--green1);
}
input.pf-c-button[type="submit"]:focus, input.pf-c-button[type="submit"]:focus-visible {
    background: #F9F5FF;
	border: 1px solid #F9F5FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
	color: var(--green1);
	outline: none;
}
#kc-register-form a.pf-c-button:hover {
    background: var(--green1);
    border: none;
	color: #FFFFFF;
}
#kc-register-form a.pf-c-button:focus-visible, #kc-register-form a.pf-c-button:focus {
    background: #FFFFFF;
    border: 4px solid #F4EBFF;
	color: var(--green1);
	outline: none;
}
#kc-register-form a.pf-c-button {
    background: #FFFFFF;
    border: 1px solid var(--green1);
	box-sizing: border-box;
	filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
    padding: 9px 18px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
	color: #344054;
}
#kc-register-form .gdpr-wrapper input#gdprTerms:not(:checked) ~ div input.pf-c-button[type="submit"] {
	filter: grayscale(1);
	opacity: 0.5;
	pointer-events: none;
}
#kc-form-options .checkbox input[type=checkbox], .gdpr-wrapper input#gdprTerms[type=checkbox] {
	display: none;
}
#kc-form-options .checkbox label:before, .gdpr-wrapper label.gdprTerms-label:before {
	content: ' ';
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 14px;
	height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: purple;
    line-height: 14px;
    font-size: 9px;
    text-align: center;
}
.gdpr-wrapper label.gdprTerms-label:before {
	top: 9px;
}
#kc-social-providers {
	text-align: left;
	margin-bottom: 16px;
}
.kc-social-section hr {
	border: none;
	margin-top: 6px;
}
#kc-social-providers a.pf-c-button {
    background: #1782D5;
    border: 1px solid #1782D5;
	box-sizing: border-box;
	filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
    padding: 9px 18px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
	color: #ffffff;
	height: 44px;
}
#kc-social-providers a.pf-c-button:hover {
    background: #357ebd;
}
#kc-social-providers a.pf-c-button:after {
	content: none;
}
#kc-form-options .checkbox input:checked + label:before, .gdpr-wrapper input#gdprTerms:checked + label:before {
    content: '\f00c';
    border: 1px solid #7F56D9;
}
.kc-login-control-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
	border-bottom: 1px solid #000000;
	margin-bottom: 24px;
	width: 100%;
    padding-bottom: 8px;
}
#kc-login-control {
	display: none;
}
#kc-login-control:not(:checked) ~ #kc-form-login {
	visibility: hidden;
}
.kc-login-control-switch {
    float: right;
    transform: rotate(0deg);
    height: 24px;
	transition: transform 0.2s;
}
#kc-login-control:checked ~ .kc-login-control-title .kc-login-control-switch {
    transform: rotate(180deg);
}
#kc-info-wrapper {
    background: none;
}
.login-pf-settings {
    display: flex;
    flex-direction: column-reverse;
    width: 342px;
	margin-top: -10px;
}
#kc-mobilecode-form #kc-form-options {
	margin-top: -10px;
}
.login-pf-settings > div:not(#kc-form-options), #kc-mobilecode-form #kc-form-options > div {
    text-align: right;
}
#kc-unfinished-form #kc-form-options > div {
    text-align: left;
}
.login-pf-settings > div:not(#kc-form-options) a, #kc-mobilecode-form #kc-form-options > div input, #kc-unfinished-form #kc-form-options > div input {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--blue2);
	background: no-repeat;
    border: none;
}
.login-pf-settings > #kc-form-options label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #373A3C;
}
#kc-registration {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}
#kc-registration a {
    color: var(--blue2);
}
#kc-register-form #kc-form-options a, #kc-reset-password-form #kc-form-options a {
	color: var(--blue2);
}
#kc-reset-password-form + #kc-info.login-pf-signup {
	width: 342px;
    margin: 24px 0 0 0;
}
#kc-info.login-pf-signup #kc-info-wrapper {
	padding: 0 14px;
	color: #000000;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}
#kc-username {
	display: none;
}
.alert-error.pf-c-alert, .alert-info.pf-c-alert, .alert-success.pf-c-alert, .alert-warning.pf-c-alert {
	max-width: 342px;
}
.pf-c-form__helper-text.pf-m-error {
    display: block;
    max-width: 342px;
	color: #F04438;
}
.gdpr-wrapper.checkbox {
	position: relative;
	padding-top: 8px;
}
.gdpr-wrapper label.gdprTerms-label a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #373A3C;
	white-space: nowrap;
}
.gdpr-wrapper .gdprTerms-label {
	padding-bottom: 4px;
}
.itooltip {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23BDBDBD' stroke-width='2'/%3E%3Cpath d='M10.9141 12.6367H7.82812V12.2803C7.91276 12.2738 7.99577 12.2656 8.07715 12.2559C8.15853 12.2461 8.22852 12.2298 8.28711 12.207C8.39128 12.168 8.46452 12.1126 8.50684 12.041C8.54915 11.9661 8.57031 11.8685 8.57031 11.748V8.90625C8.57031 8.79232 8.54427 8.69303 8.49219 8.6084C8.4401 8.52051 8.375 8.45052 8.29688 8.39844C8.23828 8.35938 8.14876 8.32194 8.02832 8.28613C7.91113 8.25033 7.80371 8.22754 7.70605 8.21777V7.86133L10.0986 7.73438L10.1719 7.80762V11.6846C10.1719 11.7985 10.1963 11.8962 10.2451 11.9775C10.2939 12.0557 10.3639 12.1143 10.4551 12.1533C10.5202 12.1826 10.5918 12.2087 10.6699 12.2314C10.748 12.2542 10.8294 12.2705 10.9141 12.2803V12.6367ZM10.2012 5.97656C10.2012 6.22396 10.1051 6.43555 9.91309 6.61133C9.72428 6.78385 9.49967 6.87012 9.23926 6.87012C8.97559 6.87012 8.74772 6.78385 8.55566 6.61133C8.36686 6.43555 8.27246 6.22396 8.27246 5.97656C8.27246 5.72917 8.36686 5.51758 8.55566 5.3418C8.74772 5.16602 8.97559 5.07812 9.23926 5.07812C9.50293 5.07812 9.72917 5.16602 9.91797 5.3418C10.1068 5.51758 10.2012 5.72917 10.2012 5.97656Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
	background-size: contain;
    margin-left: 4px;
    background-repeat: no-repeat;
	position: relative;
}
.itooltip span {
	opacity: 0;
	background: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    width: 200px;
    border-radius: 8px;
    padding: 6px 8px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
    left: -25px;
}
.itooltip span:before, .itooltip span:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}
.itooltip span:before {
	left: 21px;
	border-top-color: #ffffff;
    border-width: 11px;
	bottom: -11px;
}
.itooltip span:after {
	left: 22px;
    border-top-color: #ffffff;
    border-width: 10px;
	bottom: -10px;
}
.itooltip:hover span {
 opacity: 1;
}