.popup-box-bg-moonton-wrapper {
    width: 390px;
    height: auto;
    margin: 50px auto;
    margin-top: 15%;
	color: #fff;
	font-family: "Roboto", serif;
    text-align: left;
	position: relative;
}
.popup-box-bg-moonton-navbar {
    background: url(../img/assets/popup-box-navbar-basic.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: auto;
    padding: 10px;
	text-align: center;
}
.popup-box-bg-moonton-navbar span {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", serif;
}
.popup-box-bg-moonton-navbar img {
	width: 30px;
	height: auto;
	top: 5;
	right: 10;
	cursor: pointer;
	position: absolute;
}
.popup-box-bg-moonton-content {
    background: url(../img/assets/popup-box-content-basic.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
	padding: 20px;
	padding-top: 50px;
}
.popup-box-bg-moonton-content-form {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.popup-box-bg-moonton-content-form input {
    background: #21304d;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding: 10px;
    color: #496a8b;
    font-size: 17px;
    font-family: "Roboto", serif;
    border: 1px solid #6c89ac;
	border-radius: 1px;
    outline: none;
	cursor: pointer;
	position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-bg-moonton-content-form input::placeholder {
    color: #496a8b;
}
.popup-box-bg-moonton-content-form label {
	color: #9bbad2;
    font-family: "Roboto", serif;
	text-align: left;
}
.popup-box-bg-moonton-content p {
    color: #a9c5e6;
    font-family: Roboto, sans-serif;
    text-align: right;
	text-decoration: underline;
	cursor: pointer;
}
.popup-box-bg-moonton-content-form button {
	background: url(../img/assets/btn-on.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 40%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", serif;
    text-align: center;
    border: none;
    outline: none;
	cursor: pointer;
	display: block;
}

@media only screen and (max-width:600px) {
	.popup-box-bg-moonton-wrapper {
        width: 350px;
        margin-top: 10%;
    }
}