.ryubackdrop {
    font-family: 'Teko', sans-serif;
    width: 100%;
    height: 100%;
    display: none;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.5);
    z-index: 999999;
}

.ryuboxlogin {
    width: 90%;
    display: block;
    margin: 80px auto;
    background: #0b1641;
    border: 1px solid #0b1641;
    border-radius: 5px;
}

.closeBox {
    width: 24px;
    height: 25px;
    padding-top: -1px;
    text-align: center;
    position: fixed;
    right: 10px;
    margin-top: -28px;
    float: right;
    background: #fff;
    color: #0b1641;
    border-radius: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
}
.popup-login {
	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:#ECEFF6;
	max-width:330px;
	height:auto;
	position:relative;
	margin:50px auto;
	margin-top:1.9%;
	text-align:center;
	font-family:'Teko';
	color:#000;
	border-radius:10px;
}
.popup-box-login-twitter {
	background:#fff;
	max-width:330px;
	height:350px;
	position:relative;
	margin:50px auto;
	margin-top:10%;
	text-align:center;
	font-family:'Teko';
	color:#000;
	border-radius:10px;
}
.close-fb {
	background:#000;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:50%;
	border:1.5px solid #fff;
	position:absolute;
	top:-8px;
	right:-10px;
	display:block;
}
.close-fb i {
	color:#fff;
	padding-top:1px;
}
.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;
}
.close-other i {
	color:#fff;
	padding-top:1px;
}
@media only screen and (max-width:600px) {
	.popup-box-login-fb {
		margin-top: 4%;
	}
}

@media only screen and (min-width: 600px) {
    .ryucodex {
        width: 400px;
        height: 100%;
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        border: 2px solid #0b1641;
    }

    .ryubackdrop {
        width: 400px;
        height: 100%;
        display: none;
        margin: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0, 0.5);
        z-index: 999999;
    }
    
    .ryuboxlogin {
        width: 90%;
        display: block;
        margin: 80px auto;
        background: #0b1641;
        border: 1px solid #0b1641;
        border-radius: 5px;
    }
    
    .closeBox {
        width: 24px;
        height: 25px;
        padding-top: -1px;
        text-align: center;
        position: fixed;
        right: 10px;
        margin-top: -28px;
        float: right;
        background: #fff;
        color: #0b1641;
        border-radius: 100%;
        font-size: 25px;
        font-weight: bold;
        line-height: 28px;
    }
}