.page-login body {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
.page-login__input:not(.page-login__checkbox){  
	width: 384px; 
	height: 50px;
	border: 1px solid #D3D3D3;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.page-login__input input:not(.login-email){
	width: 384px;
    -moz-flex-grow: inherit;
     flex-grow: inherit; 
}
.text-center{
	text-align: center;
}
.btn-open-login{
	display: inline-block;
    top: 9px;
    height: 44px;
    vertical-align: top;
    position: absolute;
    z-index: 9;
    margin: 0;
    left: 280px;
    top: 40px;
}
.btn-open-login .menu-icon{
	position: relative;
    width: 30px;
    height: 22px;
    top: 2px;
    cursor: pointer;
    display: inline-block;
}
.btn-open-login .menu-icon .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
    left: 0;
}
.btn-open-login .menu-icon .line:nth-child(1) {
    top: 0;
}
.btn-open-login .menu-icon .line:nth-child(2) {
    top: 10px;
}
.btn-open-login .menu-icon .line:nth-child(3) {
    top: 20px;
}

.wd-about-login .wd-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 27px;
}
.wd-about-login .wd-nav li a{
	font-size: 14px;	
	line-height: 40px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.wd-about-login .logo img{	
	width: 60px;
	height: auto;
}
.wd-about-login .logo{
	position: absolute;
	bottom: 40px;
	left: 280px
}
.wd-about-login{
	position: absolute;
	left: -240px;
	top: 0;
	width: 240px;	
	height: 100%;
	padding: 40px;
	z-index: 9;
    padding: 40px;
    display: block;
}
.wd-about-login.open{
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
}
@media(max-width: 767px){
	.wd-about-login.open{
		background-color: rgba(0, 0, 0, 0.9);
	}
}
.wd-about-login.open .btn-open-login,
.wd-about-login.open .logo{
	left: 40px;
}
.wd-about-login .wd-about-login-wrap{
	display: none;
}
.wd-about-login.open .wd-about-login-wrap{
	display: block;
}
.wd-about-login .page-login-lang li{
	display: block;
	margin: 0;
}
.wd-about-login .page-login-lang{
	padding: 0;
	margin: 0;
	display: inline-block;
}
.wd-about-login .page-login-lang li a{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	color: #474B46;
}
.wd-about-login .page-login-lang li.page-login__lang-btn--active{
	display: block;
}
._lang-name, ._lang-full-name, ._lang-icon{
	display: none;
}
.page-login__panel.new .page-login-lang:hover li > a > ._lang-full-name{
	display: block;
}

.wd-about-login .page-login-lang li .page-login__lang-btn--active span,
.wd-about-login .page-login-lang li:hover span{
	color: #fff;
}
.wd-about-login .page-login__lang-btn--active .btn__icon-holder:before{
	border: none;
}
.wd-about-login .page-login__lang-btn .btn__icon-holder{
	width: inherit;
	height: inherit;
}
.wd-login-lang{
    min-height: 200px;
}
.wd-login-lang:before{
	content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.wd-about-login.open .menu-icon .line{
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wd-about-login.open .menu-icon .line:nth-child(2){
	display: none;
}
.wd-about-login.open .menu-icon .line:nth-child(3){
	transform: rotate(-45deg);
    top: 0;
}
.wd-about-login.open .menu-icon .line:nth-child(1){
	transform: rotate(45deg);
}
.page-login__panel.new{
	background-color: transparent;
	/* font-family: Poppins, "Open Sans"; */
}

.page-login__panel.new .page-login__input.page-login__checkbox{
	border: none;
	width: 280px;
}

.page-login__panel.new .page-login__input input{
	border: none;
    padding: 0;
	margin: 0 30px;
    color: #95999D !important;
    height: 50px;
    line-height: 40px;
    box-shadow: none;
    z-index: 2;
	border-radius: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.page-login__panel.new .wd-error-message{
	text-align: center;
}
.page-login__panel.new .page-login__input i{
	font-size: 18px;
	font-weight: 500;
	color: #95999D;
	margin-left: 8px;
	top: 1px;
	z-index: 3;
}
.page-login__panel.new .page-login__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.page-login__panel.new .page-login__input input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.page-login__panel.new .page-login__input input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.page-login__panel.new .page-login__input input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.page-login__panel.new .page-login__login-btn{
	width: 384px;
	height: 56px;
	line-height: 56px;
	display: flex;
	padding: 16px 32px;
	margin-top: 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background: linear-gradient(180deg, #217FC2 0%,  #1A6499 100%);
}
.page-login__panel.new .page-login__login-btn:hover{
	background: linear-gradient(to right, #227fc2 9.6%,#227fc2 86.33%);
	color: #fff;
}
.page-login__panel.new .page-login__login-btn i{
	font-size: 14px;
    position: relative;
    top: -12px;
    left: -2px;
}
.page-login__panel.new .page-login__input.page-login__input-pass{
	margin-bottom: 30px;
	position: relative;
}
.page-login__panel.new .page-recovery__lost-password {
    color: #217FC2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.page-login__panel.new .page-recovery__lost-password:hover,
.page-login__panel.new .page-login__lost-password:hover{
	color: #2362B8;
}
.page-login__panel.new .page-login__input > img{
    position: absolute;
    top: 12px;
    left: 12px;
}
.page-login__panel.new .page-login__input.input-recovery > img{
	top: 17px;
}
.page-login__panel.new .page-login__copy-right{
	position: relative;
    color: #95999D;
    font-size: 11px;
    line-height: 20px;
    left: inherit;
    text-align: center;
	bottom: 0;
	margin-top: 48px;
}

.page-login__panel.new .page-login__copy-right a{
	color: #95999D;
}
.page-login__panel.new .page-login__copy-right a:hover{
	color: #2362B8;
}
@media(max-width: 767px){
	.page-login__panel.new .page-login__copy-right{
		bottom: 5px;
		right: inherit;
		left: 40px;
		text-align: left;
	}
}

@media (max-width: 48em){
	.page-login__panel.new{
		margin-top: 0px; 
	}
}


.page-login__panel.new #flashMessage .page-login__login-btn{
	position: inherit;
	margin-left: 30px;
    vertical-align: middle;
    top: 0;
}
.page-login__panel.new #flashMessage .page-login__login-btn i{
	top: -2px;
    left: 0px;
}
.page-login__panel.new .page-login__logo{
	margin-top: 20px;
}
.page-login__panel.new{
    border-radius: 16px;
    width: 448px;
    min-height: 400px;
	height: 548px;
    padding: 0;
	background-color: #fff;
}
.page-login__panel.new,
.page-login__panel.new .page-login__checkbox label{
	color: #95999D;
}
.page-login__panel.new .page-login__checkbox input + span:before,
.page-login__panel.new .page-login__checkbox input + span:after{
	background: transparent;
}
.page-login__panel.new .page-login__checkbox input:checked + span:before{
	background: #5584FF;
}
.page-login__panel.new .select{
	position: relative;
}
.page-login__panel.company-role .select{
	position: relative;
}
.page-login__panel.company-role .select .page-login__login-btn i{
	top: -3px;
    left: 1px;
}
.page-login__panel.company-role .checkbox__tick{
	border: 1px solid #E1E6E8;
    box-shadow: 0 0 10px 1px rgba(29,29,27,0.06);
	border-radius: 3px;
	width: 20px;
    height: 20px;
    border-width: 1px;
}
.page-login__panel.new .page-login__logo{
	margin-bottom: 20px;
}
.page-login__panel.new .page-login__logo h4,
.page-login__panel.new .page-login__logo span{
	font-size: 14px;
	margin: 0;
	font-weight: 600;
	color: #62666A;
}
.page-login__panel.new .page-login__logo span{
	font-weight: 400;
}
.page-login__panel.new .page-login-lang{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
    text-align: center;
	z-index: 9;
}
#EmployeeGetCompanyRoleForm .company-role{
	height: fit-content;
}
#EmployeeGetCompanyRoleForm .company-role .page-login__login-btn {
	margin-top: 0;
}
#EmployeeGetCompanyRoleForm .company-role #company_role{
	border-radius: 8px;
	width: 100%;
}
.page-login__panel.new .page-login-lang{
	border: 1px solid #F3F3F3;
	border-radius: 4px;
	background: #fff;
    display: block;
    z-index: 3;
}

.page-login__panel.new .page-login-lang:hover{
	border: 1px solid #00000014;
}
.page-login__panel.new .page-login-lang li a{
	color: #95999D;
	height: 40px;
	width: 28px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0;
	display: none;
	font-weight: 600;
	
}
.page-login__panel.new .page-login-lang li a:hover{
	color: #2362B8;
}
.page-login__panel.new .page-login-lang:hover li a{
	display: inline-block;
}
.page-login__panel.new .page-login-lang li a.page-login__lang-btn--active{
	display: inline-block;
	border: none;
}

.page-login__panel.new .page-login-lang:hover li:not(:first-child) a{
	border-top: 1px solid #D3D3D3;
}
.page-login__logo .message{
	padding: 0;
}
.page-login__panel.new .page-login__input label{
	font-size: 16px;
    color: #95999D;
    position: absolute;
    top: 12px;
    left: 45px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-weight: 500;
	z-index: 3;
}
.page-login__panel.new .page-login__input svg{
	position: absolute;
    display: inline-block;
    top: 12px;
    left: 12px;
	z-index: 3;
}
.page-login__panel.new .page-login__input .toggle-password svg{
	position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
	z-index: 9;
}
.page-login__panel.new .page-login__input.has-val svg .b{
	fill: #79B2DA;
}
.page-login__panel.new .page-login__input.has-val label{
	display: none;
}
.page-login__panel.new .page-login__input.has-val{
	border-color: #91bad8;
}
.page-login__panel.new .page-login__input.has-val i{
	color: #f6f9fc;
}
.page-login__panel.new .page-login__input.has-val input#EmployeeEmail {
    background: #fff;
}
.page-login__panel.new .page-login__input.has-val input#EmployeePassword {
    background: #fff;
}
.page-login__logo-client{
	position: absolute;
    top: 0;
    left: 0;
}
.page-login__logo-client:after{
	content: '';
    border-left: 320px solid #fff;
    border-bottom: 320px solid transparent;
    position: absolute;
    top: 0;
    border-right: 320px solid transparent;
    left: 0;
    display: inline-block;
    width: 0px;
    height: 0px;
}
.page-login__logo-client img{
	z-index: 2;
    left: 32px;
    top: 32px;
    display: block;
    position: absolute;
}
.page-login__main-holder.has_text_about{
	/* height: calc(100% - 200px); */
	flex: 1;
	padding: 64px;
}
.wd-about-company{
	text-align: center;
	flex: 1;
	height: 100%;
	padding: 64px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;

}
.wd-about-company h2{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; 
	margin-bottom: 16px;
	align-self: stretch;
	width: 430px;
	text-align: left;
	z-index: 2;
}
.wd-about-company h4{
	color:  #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	align-self: stretch;
	width: 430px;
	text-align: left;
	margin: 0;
	z-index: 2;
}
.wd-testimonial-company{
	width: 288px;
    height: fit-content;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    color: #62666A;
    text-align: center;
    margin: auto;
    box-shadow: 0px 16px 24px #00000014;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.wd-testimonial-company .testimonial-item svg{
	margin-bottom: 10px;
}
.wd-testimonial-company .testimonial-item .testimonial-title{
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 8px;
	color: #62666A;
}

.wd-testimonial-company .testimonial-item .testimonial-content{
	font-size: 16px;
	color: #62666A;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.wd-testimonial-company .slick-dots{
	    position: relative;
}
.wd-testimonial-company .slick-dots li{
	width: 12px;
	height: 12px;
	border: 2px solid #217FC2;
	border-radius: 50%
}
.wd-testimonial-company .slick-dots li.slick-active{
	background-color: #217FC2;
}
.wd-testimonial-company .slick-dots li button{
	display: none;
}
.page-login__main-holder-new.has_testimonial .wd-form-login,
.page-login__main-holder-new.has_testimonial .wd-slide-login{
	width: 50%;
}
@media(max-width: 1023px){
	.page-login__main-holder-new.has_testimonial .wd-form-login{
		width: 100%;
		max-width: 290px;
	}
	.page-login__main-holder-new.has_testimonial .wd-slide-login{
		display: none;
	}
	.wd-about-company h2{
		font-size: 24px;
	}
	.wd-about-company h4{
		font-size: 18px;
	}
}
.page-login__main-holder-new.has_testimonial .wd-form-login .page-login__panel.new{
	margin: auto;
	    margin: auto;
    background-color: #fff;
    z-index: 2;
}
.page-login__panel.new.company-role .select select{
	margin-bottom: 15px;
	font-weight: 600;
}
.page-login__panel.new.company-role .select select:focus, 
.page-login__panel.new.company-role .select select:active{
	outline-style: solid;
	outline-color: #2362B8;
}

.page-login__panel.new .tokent-sent-content{
	border: 1px solid #F3F3F3;
    border-radius: 4px;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    color: #62666A;
    box-sizing: border-box;
    max-width: 256px;
    margin: auto;
    margin-bottom: 15px;
}
.page-login__panel.new .tokent-sent-content .tokent-text-send{
	font-weight: 600;
}
.page-login__panel.new #flashMessage{
	padding: 0;
	margin-bottom: 10px;
}
.page-login__panel.new div.wd-error-mess{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	color: #b51f1f;
}
.page-login__panel.new #flashMessage.error{
	color: #b51f1f;
}
.wd-full-popup{
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.wd-full-popup *{
	box-sizing: border-box;
}
.wd-full-popup .wd-popup-inner{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align:center;
}
.wd-full-popup .wd-popup-inner:before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wd-full-popup .wd-popup-container{
	display: inline-block;
	vertical-align: middle;
	width: 520px;
	background: #fff;
	border: 1px solid #E0E6E8;
	box-shadow: 0 5px 10px 1px rgba(29,29,27,0.06);
	color: #666;
	box-sizing: border-box;
	text-align: left;	
	transition: all 0.3s ease;
}
.wd-full-popup .alert-popup .popup-title{
	color: #F05352;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	padding: 0 50px 0 20px;
}
.wd-full-popup .alert-popup .popup-title .title{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wd-full-popup .alert-popup .popup-title .popup-close-btn{
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('/img/new-icon/close.png') no-repeat center;
}
.wd-full-popup.autosize-popup .wd-popup-container{
	width: auto;
}
.wd-full-popup .wd-popup-content > .content-container{
	padding: 20px;
}
.wd-full-popup .wd-popup-container .wd-popup-content{
	overflow-y: auto;
}
.wd-full-popup .wd-popup-head{
	background-color: #F8FAFB;
	border-bottom: 1px solid #F2F5F7;
	position: relative;
}
.wd-full-popup .wd-popup-head>h4{
	font-size: 16px;
	margin: 0;
	line-height: 70px;
	display: block;
	width: calc( 100% - 70px);
	padding: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	font-weight: 400;
}
.wd-full-popup .wd-popup-head>h4.active{
	color: #217FC2;
}
.wd-full-popup .wd-popup-head .popup-back{
	line-height: 64px;
	margin-left: 16px;
	width: 200px;
	display: inline-block;
}	
.wd-full-popup .wd-popup-head .popup-back a{
	color: inherit;
	display: block;
}

.wd-full-popup .heading h4{
	max-width: calc( 100% - 40px);
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
	padding-left: 20px;
	white-space: nowrap;
}
.wd-full-popup .wd-popup-close{
	float: right;
	padding: 10px;
}
.wd-full-popup .wd-close-popup img{
	width: 70px;
	height: 70px;
	padding: 25px;
}
.wd-full-popup .alert-popup .wd-popup-content{
	padding: 10px 40px 20px;	
}
.wd-full-popup .alert-popup .alert-message{
	color: #62666A;
	margin-bottom: 28px;
	min-height: 2em;
}
.sso_select_company_popup .wd-popup-content-inner{
	margin-bottom: 20px;
    overflow: auto;
    max-height: calc( 100vh - 290px);
}
.sso_select_company_popup .wd-popup-content{
	padding: 20px;
}
.sso_select_company_popup .wd-popup-content .sso-company{
	margin: 0;
    width: 100% !important;
    line-height: 40px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    color: #111;
    text-decoration: none;
	transition: 0.2s ease;
}
.sso_select_company_popup .wd-popup-content .sso-company:hover{
	color: #217FC2;
}
.sso_select_company_popup .btn-form-action{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 14px 27px;
    background-color: #C6CCCF;
    transition: all 0.3s ease;
    border-radius: 3px;
    text-decoration: none;
    background-size: 250%;
    background-image: linear-gradient(to right,#C6CCCF 0%,#C6CCCF 39%,#217FC2 64%,#217FC2 100%);
    display: inline-block;
    margin-right: 16px;
}
.sso_select_company_popup .btn-form-action:hover {
    background-color: #217FC2;
    background-position: right center;
}
svg .fill-none{
	fill:none;
}
svg .sso-b,
svg .sso-c,
svg .sso-d{
	transition: 0.2s ease;
}
svg .sso-b{
	fill:#79b2da;
}
svg .sso-c{
	fill:#79b2da;
	fill-rule:evenodd;
}
svg .sso-d{
	fill:#f59796;
}
.page-login__button .sso-login-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 6px 6px 6px 12px;
	gap: 12px;
	width: fit-content;
	cursor: pointer;
	transition: 0.2s ease;
	margin: auto;
	border-radius: 8px;
	border: 4px solid var(--Primary-100, #BEDEF4);
	background: linear-gradient(180deg,  #FFF 0%,  #F5FAFE 100%);
}

.page-login__button .sso-text{
	color: #217FC2;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}
.page-login__button .sso-svg-cont{
	width: 36px;
	height: 36px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: linear-gradient(180deg, #BEDEF4 0%, #F5FAFE) 100%;
	box-shadow: 0px 8px 16px 0px rgba(33, 127, 194, 0.20);
	

}
.sso-svg-cont svg{
	display: block;
}
.sso-login-btn:hover svg .sso-b,
.sso-login-btn:hover svg .sso-c,
.sso-login-btn:hover svg .sso-d{
	fill: #217FC2;
}
/* Ripple Out * /
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #f6fafd solid 12px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: inherit; 
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
*/
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  0% {
	/* border: #79b2da solid 4px; */
    opacity: 0.25;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0;
  }
  100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 1;
  }
}
@keyframes hvr-ripple-in-custom {
  0% {
	/* border-color: #79b2da; */
	/* border: #79b2da solid 4px; */
    opacity: 0.25;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }
  100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 1;
  }
}
.hvr-ripple-in-custom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-in-custom:hover:before, .hvr-ripple-in-custom:focus:before, .hvr-ripple-in-custom:active:before {
  -webkit-animation-name: hvr-ripple-in-custom;
  animation-name: hvr-ripple-in-custom;
}
.wd-qr-code{
	    text-align: center;
    margin-bottom: 15px;
}
.sso-title {
	line-height: 30px;
    white-space: nowrap;
    display: block;
    color: #111;
    text-decoration: none;
}
.sso-title:hover {
    color: #217FC2;
}
.page-login__main-holder .wd-form-login{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	padding: 64px;
}

.dropdown-toggle {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 4px;
	cursor: pointer;
	width: 100px;
	color: #62666A;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}
.dropdown-toggle:hover .lang-code {
	color: #217FC2;
}
.dropdown-toggle:hover .lang-icon path{
	fill: #217FC2;
}
.dropdown-toggle .lang-icon {
	width: 16px;
	height: 20px;
	margin-right: 8px;
	fill:#62666A;
}
.dropdown-toggle .lang-code {
	color: #62666A;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	margin-right: 8px;
}
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	width: 100%;
	z-index: 10;
	padding: 4px;
}
.dropdown-menu li {
	list-style: none;
}
.dropdown-menu a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	color:#62666A;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
}
.dropdown-menu a:hover {
	background-color: #F5FAFE;
	color: #217FC2;
}
.page-login-swich-lang{
	position: absolute;
	top: 64px;
	left: 64px;
	width: 128px;
}
.page-login__main-holder{
	flex: 1;
	background: #fff;
}
input:is(:-webkit-autofill, :autofill) {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	animation-name: autofill-start;
	animation-duration: 0.01s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 1000px #000 inset;
	background-color: white !important;
	-webkit-text-fill-color: #62666A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

@keyframes autofill-start {}
  
.page-login_distance{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12px;
	margin: 24px 0;
}
.page-login_distance .line{
 	height: 1px;
	flex: 1 0 0;
	background-color: #E9EAEB;
}
.page-login__panel.new .page-login__lost-password{
	color: #217FC2;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	cursor: pointer;
}
.page-login body .wd-about-company{
	position: relative;
}
#EmployeeLoginForm{
	min-height: 355px;
}
.wd-about-company .video_background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
  }
.wd-about-company .video_background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.toggle-password svg {
    fill: #7B7B7B;
}

.toggle-password:hover svg {
    fill: #217FC2;
}	

