.popup-login {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999999999999999999;
}
.container-box-fb {
	background:#f5f6fa;
	max-width:330px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:1.9%;
	text-align:center;
	font-family:system-ui;
	color:#000;
	border-radius:10px;
}
.atasan-fb {
	background:#3b5998;
	width:100%;
	height:auto;
	padding:8px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.atasan-fb img {
	width:115px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.isi-facebook {
	width:300px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.isi-facebook .kaget {
	display:none;
	left:-15px;
	position:relative;
	width:330px;
	padding:5px;
	background:red;
	color:#fff;
	font-size:13px;
	font-family:system-ui;
}
.isi-facebook img {
	width:60px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border-radius:12px;
	display:block;
}
.kaget {
	width:100%;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
}
.kaget.email {
	background-color:#f8d7da;
	color:#721c24;
	border:1px solid #f5c6cb;
	border-radius:5px;
}
.kaget.sandi {
	background-color:#fff3cd;
	color:#856404;
	border:1px solid #ffeeba;
	border-radius:5px;
}
.kaget b {
	font-weight:bold;
	text-decoration:underline;
}
.txt-ucapan-fb {
	width:290px;
	height:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:17px;
	padding:8px;
	color:#90949c;
	font-size:15px;
	font-family:system-ui;
	text-align:center;
	display:block;
}
.form-group {
	margin-bottom:10px;
	background:#fff;
	height:50px;
	border-radius:9px;
}
.form-group label {
	width:180px;
	height:50px;
	font-size:14px;
	color:#b6b6b6;
	position:relative;
	display:block;
	left:13px;
	text-align:left;
	margin-left:0;
	margin-top:-46px;
}
.form-group label.active {
	width:180px;
	height:50px;
	font-size:12px;
	color:#b6b6b6;
	position:relative;
	display:block;
	left:13px;
	text-align:left;
	margin-left:0;
	margin-top:-56px;
}
.form-group {
	position:relative;
}
.hidden-label {
	position:absolute;
	top:9px;
	left:12px;
	font-size:16px;
	color:#999;
	transition:all 0.3s ease;
	pointer-events:none;
}
.hidden-label.active {
	top:6px;
	font-size:12px;
	color:#333;
}
.form-login-fb input[type="text"],
.form-login-fb input[type="password"] {
    width: 100%;
    height: auto;
    padding: 16px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border: 2px solid #d0d5d8;
    cursor: pointer;
    outline: none;
    background: transparent !important;
    position: relative;
    z-index: 99;
}
.form-login-fb input[type="text"] {
    margin: 0;
    border-radius: 9px;
    box-shadow: transparent;
}
.form-login-fb input[type="password"] {
    margin: 0;
    border-radius: 9px;
    box-shadow: transparent;
}      
.btn-login-fb {
	background:#1979f4;
	width:100%;
	height:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	color:#fff;
	font-size:14px;
	font-family:system-ui;
	cursor:pointer;
	text-align:center;
	text-shadow:1px 0px rgba(0,0,0,0.3);
	border:1px solid #3578e5;
	border-radius:5px;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
	outline:none;
	display:block;
}
#HidePw,#ShowPw {
	width:30px;
	position:absolute;
	float:right;
	margin-top:15px;
	margin-right:10px;
	right:0;
	z-index:9999999;
	cursor:pointer;
}
#ShowPw {
	display: none;
}
#HidePww,#ShowPww {
	width:30px;
	position:absolute;
	float:left;
	color:#1979f4;
	margin-top:15px;
	margin-right:90px;
	right:0;
	z-index:9999999;
	cursor:pointer;
}
#ShowPww {
	display: none;
}
.popup-logiin {
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.popup-box-login-twitter {
	background:#fff;
	max-width:450px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:30%;
	text-align:center;
	font-family:'Teko';
	color:#000;
	border-radius:10px;
}
.close-other {
	background:#000;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:50%;
	border:1.5px solid #fff;
	top:-8px;
	right:-10px;
	position:absolute;
	z-index:9999999;
	display:block;
}
.header-twitter {
    background: #fff;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header-twitter img {
    width: 55px;
}
.box-twitter {
	background: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    overflow: none;
    font-size: 15px;
    font-family: sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.txt-login-twitter {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: arial, sans-serif;
    margin-top: 3%;
    margin-bottom: 5%;
}
.twitter-alert {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #fa3e3e;
	font-size: 13px;
	font-family: arial, sans-serif;
	text-align: left;
	display: block;
}
.input-box-twitter {
    background: #f5f8fa;
	width: 90%;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-align: left;
	position: relative;
	border-bottom: 2px solid #657786;
	border-radius: 10px;
	outline: none;
	position: relative;
}
.input-box-twitter label {
    color: #657786;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}
.input-box-twitter input {
	background: transparent;
	width: 100%;
	height: auto;
	padding: 7px;
	padding-top: 3px;
	padding-left: 0px;
	color: #000;
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-align: left;
	position: relative;
	border: none;
	outline: none;
	z-index: 2;
}
.input-box-twitter .TwitterShowHide {
	margin-top: 10px;
	color: #333333;
	float: right;
}
.btn-login-twitter {
    background: #1da1f2;
    width: 90%;
    height: auto;
    padding: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: arial, sans-serif;
    border: none;
    border-radius: 30px;
    outline: none;
    letter-spacing: 1;
}
.footer-menu-twitter {
    width: auto;
    height: auto;
    margin: 0.5%;
    margin-top: 7%;
    color: #1da1f2;
    font-size: 14px;
    font-family: arial, sans-serif;
	font-weight: normal;
    display: inline-block;
}
.bulet {
    color: #000;
    font-size: 8px;
}
.aktifnya {
    color: #1da1f2;
    border-bottom: 2px solid #1da1f2;
}
