.popup-ariandi {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
}
.popup-box-login-fb {
	background:#fff;
	max-width:330px;
	height:auto;
	position:absolute;
	font-family:'Teko';
	color:#000;
	padding: 5px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
}
.content-box-fb {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.content-box-fb .kaget {
    display: none;
    left: -15px;
    position: relative;
    width: 330px;
    padding: 5px;
    background: red;
    color:#fff;
    font-size: 13px;
    font-family: 'Inter',sans-serif;
}
.content-box-fb img {
    width: 90px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    display: block;
}
.txt-login-fb {
    font-family: 'Inter',sans-serif;
    width: 270px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    padding: 8px;
    color: #000;
    font-size: 27px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.txt-login-fb1 {
    font-family: 'Inter',sans-serif;
    width: 270px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
    padding: 8px;
    color: #000;
    font-size: 16px;
    text-align: center;
    display: block;
}
.loginEmail {
	width: 100%;
	height: auto;
	padding: 12px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	border: 1px solid #bdbebf;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
	outline: none;
}
.loginPassword {
	width: 100%;
	height: auto;
	padding: 12px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	border: 1px solid #bdbebf;
	border-top: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	outline: none;
}
.showHide {
	margin-top: -32px;
	padding-right: 8px;
	color: #333333;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
.btn-login-fb {
	background: #000;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 'Inter',sans-serif;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	outline: none;
	display: block;
	cursor: pointer;
	border-radius: 7px;
}
.txt-create-account {
    width: 100%;
    height: auto;
    padding: 8px;
    color: #3b5998;
    font-size: 13.5px;
    font-family: 'Inter',sans-serif;
    text-align: center;
}
.txt-not-now {
    width: 100%;
    height: auto;
    padding: 8px;
    color: #3b5998;
    font-size: 13.5px;
    font-family: 'Inter',sans-serif;
    text-align: center;
}
.txt-forgotten-password {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 8px;
    color: #7596c8;
    font-size: 13.5px;
    font-family: 'Inter',sans-serif;
    text-align: center;
}
.language-box {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.language-name {
    width: 40%;
    height: auto;
    margin: 5px;
    margin-bottom: 0px;
    color: #3b5998;
    font-size: 12px;
    font-family: 'Inter',sans-serif;
    text-align: center;
    display: inline-block;
}
.language-name i {
    width: 15px;
    padding: 4px;
    color: #90949c;
    border: 1px solid #3b5998;
    border-radius: 3px;
}
.language-name-active {
    color: #90949c;
    font-weight: bold;
}
.copyright {
    width: 40%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #90949c;
    font-size: 12px;
    font-family: 'Inter',sans-serif;
    text-align: center;
    display: block;
}
