.popup-login {
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.popup-box-login-fb {
	background:#ECEFF6;
	max-width:330px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:1.9%;
	text-align:center;
	border-radius:10px;
}
.popup-box-login-google {
    background: #fff;
    max-width: 330px;
    height: auto;
    margin: 50px auto;
    margin-top: 10%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.close-fb {
	background: #3b5998;
	width: 25px;
	height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	top: -10px;
	right: -10px;
	position: absolute;
	display: block;
}
.close-fb i {
	padding-top: 3px;
}
.close-other {
    background: #fff;
    width: 25px;
    height: 25px;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    position: absolute;
    z-index: 9999999;
    display: block;
}
.close-other i {
    color: #20px;
    padding-top: 3px;
}

@media only screen and (max-width:600px) {
    .popup-box-login-fb {
        margin-top: 4%;
    }
}