* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
    background:#150b28;
	width:100%;
	height:100vh;
	align-items:center;
	justify-content:center;
	display:flex;
	overflow:hidden;
}
.container {
    background:url('../img/container.png') no-repeat center center;
	background-size:cover;
	width:411px;
	height:100%;
	border-radius:2px;
	border:1px solid #232427;
	border-top:none;
	border-bottom:none;
	position:relative;
}
.header {
    background: url(../img/header.png) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 115px;
	margin-top: 10px;
}
.container ul {
    width:100%;
	position:absolute;
	top:150px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-family:'Teko',sans-serif;
}
.container ul li {
	list-style:none;
}
.container ul li:not(first-child) {
	margin-top:18px;
}
.container ul li span {
	font-weight:400;
	letter-spacing:0.5px;
	font-size:15px;
	color:white;
	margin-top:3px;
	margin-right:25px;
	text-align:right;
	float:left;
	width:140px;
}
.container ul li input {
	float:left;
	font-weight:400;
	height:27px;
	width:180px;
	color:#fff;
	padding-left:10px;
	font-size:13px;
	font-family:'Teko',sans-serif;
	border:1px solid #878787;
	background-color:#4e4e4e;
	vertical-align:middle;
	letter-spacing:0.5px;
}
.container ul li select {
	float:left;
	font-weight:400;
	height:27px;
	width:180px;
	color:#fff;
	padding-left:10px;
	font-size:13px;
	font-family:'Teko',sans-serif;
	border:1px solid #878787;
	background-color:#4e4e4e;
	vertical-align:middle;
	letter-spacing:0.5px;
}
.container ul li input:focus {
	outline:none;
}
.container ul li select:focus {
	outline:none;
}
.container ul li input::placeholder {
	color:rgba(255,255,255,0.50);
}
.container ul li img {
	margin-left:5px;
	width:93px;
	border-radius:2px;
	height:30px;
}
.container ul p {
    background: #2b2363;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 5px;
	color: #b9b1ff;
	font-size: 10px;
	text-align: center;
}
.container ul .btn {
    background: #b90023;
	width:110px;
	height:auto;
	margin-top:30px;
	padding: 8px;
	color: #fff;
	font-size:15px;
	font-family:'Teko',sans-serif;
	border:none;
	border-radius: 5px;
	outline:none;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	display:flex;
}
.container ul .btn span {
	position:relative;
}
.popup {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.4);
}
.nav-popup {
	height: auto;
	border: 4px;
	padding:10px;
	border-bottom: 1px solid #b9b1ff;
}
.nav-popup-title {
	color: #b9b1ff;
	font-size: 15px;
	font-family:'Teko',sans-serif;
	text-align: center;
}
.popup-box {
    background: #150b28;
	width: 370px;
	height: auto;
	position: relative;
	margin: 50px auto;
	margin-top: 15%;
	text-align: center;
	font-family:'Teko',sans-serif;
	color:#fff;
	border: 1px solid #b9b1ff;
}
.popup-alert {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #b9b1ff;
	font-size: 15px;
    font-family:'Teko',sans-serif;
	text-align: center;
}
.popup-item {
	width:23%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 17px;
	display: block;
}
.popup-icon {
	margin-bottom: 20px;
	color: #b9b1ff;
	font-size: 30px;
	text-align: center;
}
.popup-icon i {
	color: #b9b1ff;
	font-size: 60px;
	text-align: center;
}
.popup-btn {
    background: #b90023;
    width: 32%;
    height: auto;
    margin-bottom: 15px;
	padding: 8px;
	color: #fff;
	font-size: 15px;
    outline: none;
	border: none;
	border-radius: 5px;
    display: inline-block;
	font-size: 15px;
    cursor: pointer;
}
.popup-close {
	width:20px;
	height:20px;
	color:#b9b1ff;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	position:absolute;
	top:6px;
	right:10px;
	display:block;
}
.popup-close i {
	color:#b9b1ff;
	font-size: 25px;
}
.btn-login {
	background: none;
	width: 90%;
	height: auto;
	margin-bottom: 6px;
	padding: 9px;
	color: fff;
	font-size: 15px;
	text-align: left;
	border: none;
	border-radius: 5px;
	outline: none;
}
.btn-login i {
	padding-top: 2px;
	color: #fff;
	font-size: 18px;
}
.bg-facebook {
	background: #1778f2;
}
.bg-google {
	background: #4285f4;
}
.bg-vk {
	background: #4376a6;
}
.bg-moonton {
	background: #e0ac00;
}
@media (max-width:576px) {
	.container {
		background-position:70% 0;
		background-size:500px;
	}
	.container ul {
		top:150px;
	}
	.popup-box {
		width: 330px;
	}
}
@media (max-width:399px) {
	.container {
		background-position:0 0;
		background-size:cover;
	}
	.container ul {
		top: 130px;
	}
}
.ryubackdrop {
    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 {
        font-family: Teko, sans-serif;  
        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 {
        font-family: 'Teko', sans-serif;
        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;
    }
}