.half {
	min-width: 400px;
	max-width:500px;
	width:100%;
	margin:auto;
	text-align: center;
}
.full-input {
	background:#eee;
	border:none;
	line-height: 50px;
	height:50px;
	font-size:18px;
	display: block;
	width: 100%;
	text-indent:5px;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.dob-inputs .full-input{
	display: inline-block;
	width: 140px;
} 
 .dob-inputs .full-input:nth-child(2){
	margin: 0 10px;
}
.big-lbl {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.full-input.small {
	display:inline-block;
	width: 213px;
}
.half .submit {
	display: block;
	width: 100%;
	background:#000000;
	color: #fff;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.half img {
	width: 400px;
	margin: auto;
	border:#404040 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#popup_reset_pwd, #popup_send_pwd {
	display:none;
}
#popup .full-input {
	width:390px;
}
@media all and (max-width: 999px){
	.half{
		display:block;
		float:none;
		margin:auto;
	}
	.half .full-input, .half .full-input.small , .intl-tel-input {
		width: 100%;
		display:block;
		line-height: 50px;
		height: 50px;
		font-size:18px;
		margin:10px auto;
		padding:0;
		text-indent:5px;
	}
	
}
