/* -------------------------------------------------
    CSS NOTES:
    ----------

    primary-yellow: #fff200; 

------------------------------------------------- */

/* ------ Import font ------ */
@font-face {
    font-family: 'Chroma';
    
    src:url('../fonts/Chroma/ChromaST-Regular.woff2') format('woff2'),
        url('../fonts/Chroma/ChromaST-Regular.woff') format('woff'),
        url('../fonts/Chroma/ChromaST-Regular.ttf') format('truetype'),
        url('../fonts/Chroma/ChromaST-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chroma Medium';
    src:url('../fonts/Chroma/ChromaST-Medium.woff2') format('woff2'),
        url('../fonts/Chroma/ChromaST-Medium.woff') format('woff'),
        url('../fonts/Chroma/ChromaST-Medium.ttf') format('truetype'),
        url('../fonts/Chroma/ChromaST-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* ------ Basic styles ------ */
body{
    font-family: 'Chroma','Helvetica','Arial',sans-serif;
    color: #000;
    font-size: 16px;
	overflow-y: scroll;
}
.container {
    width: 100%;
    max-width: 100%;
}
.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.pf-c-alert{
    margin-bottom: 20px;
}
.pf-c-form__helper-text.pf-m-error{
    color: #a30000;
}
.pf-c-button.pf-m-primary{
    width: unset;
    max-width: unset;
    left: auto;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
    font-family: 'Chroma Medium','Helvetica','Arial',sans-serif;
    font-size: 16px;
    color: #000000;
    background-color: #fff200;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    line-height: 1.5;
}

.pf-c-button.pf-m-primary i {
	display:none;
}

.pf-c-button.pf-m-primary:hover{
     padding: 10px 32px ;
	background-color: #fff200;
}
.form-button-arrow > div[class*="col-"]{
    float: none;
}
.form-button-arrow .fa{
    float: right;
    margin-right: 12px;
    margin-top: 4px;
}
.btn-go-back{
    color: #000;
    font-family: 'Chroma Medium','Helvetica','Arial',sans-serif;
    font-size: 16px;
}
.btn-go-back::before{
    display: inline-block;
    content: '';
    padding-right: 5px;
}
.btn-go-back:hover{
    color: #000;
}

p a,
p a:hover{
    color:#000;
    text-decoration: underline;
}

.has-error .pf-c-form__helper-text.pf-m-error{
    display: block;
}
.pf-c-button:disabled, .pf-c-button.pf-m-disabled{
    opacity: 0.65;
    pointer-events: none;
}
@media(min-width: 768px){
    .pr-sm-0{
        padding-right: 0;
    }
    .pl-sm-0{
        padding-left: 0;
    }
}

@media(min-width: 992px){
    .container {
        max-width: 1024px;
    }
}
@media(min-width: 1081px){
    .no-gutters > .col, 
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}

/* ------ Right image ------ */
.main_container{
    position: relative;
    padding: 60px 0 50px 0;
    clear: both;
}
.right-bg.right-bg-w {
    background-size: 100% auto;
    background-position: right top;
}
@media(min-width: 576px){
    .main_container {
        padding: 40px 0 40px 0;
    }
}

@media(min-width: 768px){
    .main_container {
        padding-top: 60px;
    }
}
@media(min-width: 1081px){
    .right-bg{
        position: fixed;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-image: url('../img/poster-77-bg-sq.jpg');
		background-color:#fff200;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 65% center;
        min-height: 700px;
		max-width: 45vw;
    }
    .main_container{
        float: right;
		
    }
	
	.container{
		max-width: 55vw;
    }
	
	
	
}

/* ------ Header ------ */
.header_nav_custom{
    text-align: right;
    color: #000000;
    width: 100%;
    margin: 0;
    position: relative;
    float: right;
    clear: both;
    padding: 0;
}
.header_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    height: auto;
    margin: 0;
}
.header-brand{
    display: block;
    width: 100%;
    background-image: url('../img/LFF-logotype.svg');
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 44px center;
    min-height: 28px;
    max-height: 28px;
}
.box_lang{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 17px;
    float: left;
}
.box_lang-item{
    float: left;
    color: #212529;
    margin: 0 3px 0 15px;
    font-family: 'Chroma Medium','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
	font-weight: bold;
}
.box_lang-item:hover{
    color: #212529;
    text-decoration: none;
    border-bottom: solid 3px #fff200;
}
.box_lang-item-active{
    border-bottom: solid 3px #fff200;
}
@media(min-width: 491px){
    .header-brand {
        min-height: 40px;
        max-height: 40px;
    }
}
@media(min-width: 576px){
    .header_content {
        float: right;
        align-items: flex-end;
    }
    .header-brand {
        min-height: 48px;
        max-height: 48px;
    }
}
@media(min-width: 768px){
    .box_lang{
        margin-right: 32px;
    }
}
@media(min-width: 992px){
    .header-brand {
        min-height: 50px;
        max-height: 50px;
    }
}

/* ------ Form ------ */
.login-form-title{
    font-family: 'Chroma Medium','Helvetica','Arial',sans-serif;
    font-size: 1.75rem;
    margin-bottom: 18px;
    line-height: 1.2;
    margin-top: 0;
	text-transform:uppercase;
}
.form-group{
    margin-bottom: 1rem;
}

.form-group .form-control {
    width: 100%;
    display: block;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 9px 2% 9px 16px;
    border: solid #333 2px;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    box-sizing: border-box;
    border-radius: 40px;
}


.form-group .form-control.has-error{
    border-color: #a30000;
}
.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:hover,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-group .form-control::placeholder{
    font-style: normal;
}
.form-group .form-control:focus{
    color: #030303;
    background-color: #fff;
    border-color: #000000;
    outline: solid black 1px;
    box-shadow: none;
}
.form-group input,
.form-group label{
    width: 100%;
    display: flex;
}
.form-group .checkbox{
    margin: 0;
    position: relative;
    margin-bottom: 1rem;
}
.form-group .checkbox input{
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    margin: 0;
}
.form-group .checkbox a{
    color: #a1a1a1;
    text-decoration: underline;
    cursor: pointer;
}
.form-group .checkbox label{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 27px;
    line-height: 22px;
    margin-right: 15px;
    margin-bottom: 5px;
    color: #a1a1a1;
}
.form-group .checkbox label:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border: 1px solid #111;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-group .checkbox input[type="checkbox"]:checked + label:after{
    display: inline-block;
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f00c";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-top: 0px;
    line-height: 17px;
    padding-left: 1px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border: 2px solid #111;
}

.form-group select.form-control{
    appearance: none;
    color: #444;
}
select.form-control + i.fa{
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
}

.radio-group{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.radio-group .radio{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
}
.form-group .radio-input,
.form-group .radio input[type=radio]{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: 0;
    cursor: pointer;
}
.form-group .radio-label{
    line-height: initial;
    color: #333;
    padding-left: 0;
}
.form-group .radio-label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.form-group  .radio input[type="radio"]:checked + label::before{
    border-color: #333;
}
.form-group .radio-label:after{
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #111;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"]:checked + label::after{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.form-arrow-link{
    margin-bottom: 1rem;
    font-size: 16px;
}
.form-arrow-link .fa{
    padding-right: 10px;
}
.form-arrow-link a{
    position: relative;
    background-image: linear-gradient(#fff200, #fff200);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
    font-size: 16px;
    font-weight: 300;
    left: auto;
    margin: 0;
    text-decoration: none;
    color: #111;
}
.form-arrow-link a:hover{
    background-size: 100% 100%;
}
.form-arrow-link a span{
    font-family: 'Chroma Medium','Helvetica','Arial',sans-serif;
}
.kc-social-section h4{
    color: #a1a1a1;
    margin-bottom: 3px;
    margin-bottom: 10px;
    margin-top: 0;
}
.kc-social-section .kc-social-links{
    justify-content: flex-start;
}
.kc-social-section .kc-social-item{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #fff200;
    background-color: #000;
    border: 1px solid #000000;
    border-radius: 4px;
    transition: all 500ms ease;
    text-decoration: none;
}
.kc-social-section .kc-social-item:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #000000;
}
.kc-social-section .kc-social-item:hover::after{
    display: none;
}
.lcAcceptNotificationsRegister{
    margin-top: 30px;
}
.form-group.login-pf-settings{
    margin-top: 10px;
    margin-bottom: 31px;
}

@media(min-width: 576px){
    .login-form-wrapper{
        margin-left: 40px;
    }
}
@media(min-width: 992px){
    .login-form-wrapper{
        margin-left: 64px;
    }
    .form-group .form-control{
        max-width: 100%;
    }
    .lcAcceptNotificationsRegister{
        margin-top: 80px;
    }
}

/* ------ Footer ------ */
.footer{
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    clear: both;
}
.footer img{
    position: relative;
    float: left;
    max-width: 800px;
    margin-left: 40px;
    width: 93%;
}

@media(min-width: 1081px){
    
	.footer {
		padding: 0 24px 24px!important;
		float:right;
	}
	
	.footer img {
		width: 90%!important;
		
	}
	
}


@media(max-width: 1080px){
    
	.footer {
		margin-top:-30px;
	}
	
	.footer img{
		max-width: 600px;
		margin-left: 64px;
		width: 83%;
	}
	
}


.form-arrow-link .fa {

	padding-right:10px;
	
}

.fa-arrow-right:before {
    content: ""!important;
	display:block;
	width:14px;
	height:14px;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position:left center;
	margin-bottom:-2px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_321_1998)'%3E%3Cpath d='M7 14L5.507 12.507L10.143 8L1.04907e-06 8L1.39876e-06 6L10.143 6L5.507 1.493L7 1.22392e-06L14 7L7 14Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_321_1998'%3E%3Crect width='14' height='14' fill='white' transform='matrix(1 1.74846e-07 1.74846e-07 -1 0 14)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media(max-width: 767px){
    
	.main_container {
        padding: 1.5rem 0 1.5rem 0;
    }
	
	.login-form-wrapper {
		margin-left:0;
	}		
		
	body {
		background-color:#fff200;
	}
	
	.form-control {
		background-color: transparent;	
	}
	
	.pf-c-button.pf-m-primary{
		width:100%;
	}
	
	.header-brand {
		background-position:left bottom;
	}
	
	.footer img{
		max-width: 600px;
		margin-left: 24px;
		width: 88%;
	}
	
	.form-group .checkbox label:before {
		background-color: transparent;
	}

	.form-group .checkbox label, .kc-social-section h4 {
		color:#000;
	}

	.form-group.login-pf-settings {
		margin-top:32px;
	}


	.pf-c-button.pf-m-primary {
		background-color:#000;
		color:#fff200;
	}
}

