.popup {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.4);
}
.popup-box-wrapper {
	background:#1F2C59;
	width: 390px;
	height: auto;
	margin: 50px auto;
	margin-top: 15%;
	text-align: center;
	font-family:'dinm';
	color:#fff;
	border-radius:3px;
	position: relative;
}
.popup-box-title {
	padding-top: 2px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 16px;
	font-family:dinm;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
}
.popup-box-alert-checking {
	width: 95%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 15px;
    font-family:dinm;
	text-align: center;
	display: block;
}
.popup-box-alert-checking i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.popup-box-alert-processing {
	width: 95%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 5px;
	color: #fff;
	font-size: 15px;
    font-family:dinm;
	text-align: left;
	display: block;
}
.popup-box-alert-processing i {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	float:center;
}
.popup-box-wrapper-form {
	width: 85% !important;
	max-width: 85% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.popup-box-wrapper-form input {
	background: #192045;
	width: 93.6%;
	height: auto;
	margin-bottom: 3px;
	padding: 8px;
	color: #fff;
	font-size:15px;
	font-family:Roboto, sans-serif;
	border: 2px solid #252B4E;
	position: relative;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-wrapper-form input::placeholder {
	color: #fff;
}
.popup-box-wrapper-form select {
	background: #192045;
	width: 100%;
	height: auto;
	margin-bottom: 3px;
	padding: 8px;
	color: #fff;
	font-size: 15px;
	font-family:Roboto, sans-serif;
	border: 2px solid #252B4E;
	position: relative;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-wrapper button {
	background: #3A7BFC;
	width: 94%;
	height: 44px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 9px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
	font-size:14px;
	font-family:Roboto, sans-serif;
	text-align: center;
	border: none;
	outline: none;
}
.popup-box-form {
	width: 91% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.popup-box-form label {
  display: inline-block;
  width: 140px;
  text-align: right;
  color: yellow;
}
.popup-box-form input {
	background: #182045;
	width: 95.9%;
	height: 33px;
	margin-bottom: 3px;
	padding: 4px;
	padding-left: 7px;
	color: #fff;
	font-size:14px;
    font-family:Roboto, sans-serif;
	border: 1px solid #595959;	
	position: relative;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form input::placeholder {
	color: #fff;
}
.popup-box-form select {
	background: #182045;
	width: 100%;
	height: 43px;
	margin-bottom: 3px;
	padding: 4px;
	padding-left: 7px;
	color: #fff;
	font-size:14px;
	font-family:Roboto, sans-serif;
	border: 1px solid #595959;	
	position: relative;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.popup-box-form select::placeholder {
	color: #fff;
}
.popup-btn-login {
    width: 87%;
    height: 18px;
	margin-left: auto;
	margin-right: auto;
    padding: 12px;    
    color: #000;
	font-size: 15px;
    font-family:Roboto, sans-serif;
    border: none;
    outline: none;
	display: block;
}
.popup-btn-login i {
	margin-top: 1px;
	margin-left: -3px;
    color: #fff;
    font-size: 16px;
    float: left;
}
.popup-btn-login img {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	margin-left: -3px;
    float: left;
}
.popup-btn-facebook {
    background: #3A7BFC;
    color: #fff;
}
.popup-btn-twitter {
    background: #3A7BFC;
    color: #fff;
}
.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:auto;
	position:relative;
	margin:50px auto;
	margin-top:10%;
	text-align:center;
	font-family:'Teko';
	color:#000;
	border-radius:10px;
}
.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;
}
.popup-box-footerm {
	background: #1F2C59;
	background-size:100% 100%;
	margin-top: -2px;
	width: 100%;
	height: 55px;
}
.popup-box-footerm button {
	background: #3A7BFB;
	background-size: 100% 100%;
	width: 94%;
	height: 43px;
	margin-top: 5px;
	padding: 5px;
	padding-left: 35px;
	padding-right: 35px;
	color: #fff;
	font-size:15px;
    font-family:Roboto, sans-serif;
	text-align: center;
	border: none;
	outline: none;	
}
.popup-box-footer {
	background: #1F2C59;
	background-size:100% 100%;
	margin-top: -2px;
	width: 100%;
	height: 55px;
}
.popup-box-footer button {
	background: #3A7BFB;
	background-size: 100% 100%;
	width: 98.9%;
	height: 43px;
	margin-top: 5px;
	padding: 5px;
	padding-left: 35px;
	padding-right: 35px;
	color: #fff;
	font-size:15px;
	font-family:Roboto, sans-serif;
	text-align: center;
	border: none;
	outline: none;	
}
@media only screen and (max-width:600px) {
	.popup-box-wrapper {
	    width: 340px;
	    margin-top:30%;
	}
	.popup-box-login-fb {
		width:330px;
		margin-top:10%;
	}
	.popup-box-login-twitter {
		margin-top: 10%;
	}
}