
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }

html *
{  
	overflow-x: hidden;
}

.glyphicon-arrow-right {
	display: inline;
}

.form-header {
	font-weight: bold;
	text-align: center;
	color: #95989A;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.msg {
	text-align:center;
	color:red
}

#checkout-button,#continue-button {
	height: 70px;
	width: 310px;
	border-radius: 50px;
	border: 4px solid #0e9543;
	background-color: #00b247;
	font-size : 25px;
	color: white;
	cursor:pointer;
	margin:auto;
	display:block;
	line-height: 23px;
}
#button-down{
	font-size:19px;
}
#above-butt{
	font-size:14px;
	font-weight: bold;
	font-family: "Arial";
	text-align:center;
	color:black;
	line-height: 30px;
}
#arial-22{
	font-family: "Arial";
	font-size: 20px;
	align:left;
	font-weight: normal;
}

.text-box{
	width:99%;
	height:27px;
}

.countryNumberCode {
	border: 1px solid black;
    border-radius: 4px 0 0 4px;
    display: inline; 
    padding: 4px;
    border: 1px solid #ccc; 
}

form  { display: table;  margin: 0 auto;  width:1px;  margin-top: 40px;}  
input[type="checkbox"] {cursor: pointer;}
form a {
	color: #009cd9;
}

@media only screen 
and (min-width : 412px) {  

	#above-butt{
		font-size:16px; 
	}
	.text-box{ 
		height:35px;
	}
	form  { margin-top: 90px;} 
	.countryNumberCode {
    	padding: 8px;
	}
}

@media only screen 
and (min-width : 600px) {  
	#checkout-button,#continue-button {
		height: 85px;
		width: 400px;
		border-radius: 50px;
		border: 4.5px solid #0e9543;
		background-color: #00b247;
		font-size : 33px; 
		line-height: 28px;
	}
	#button-down{
		font-size:24px;
	}
	#above-butt{
		font-size:18px; 
	}
	.text-box{ 
		height:35px;
	}
	#arial-22{
		font-family: "Arial";
		font-size: 23px;
		align:left;
	}
	form  { margin-top: 50px;} 
}

.header{
	background-color: #0E9543;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
} 
.under-header{
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	border-top: 2px solid rgba(149, 152, 154, .5);
	border-bottom: 2px solid rgba(149, 152, 154, .5); 
	padding-left: 15px;
	color: #95989A;
}

#logout {
	float: right;
	color: #fff;
	font-size: 20px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	padding-top: 3px;
	cursor: pointer; 
	text-decoration: none;
}
#logout:hover {
	color: #dadada;
}
#logout span {
	display: inline;
}

.back-button {
    margin: 0 auto; 
    display: inline-block; 
    padding: 10px 30px;
    padding-left: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    cursor: pointer;
    color: #888;        
    font-size: 2em;  
}
.full-width-div {
    width: 100%;
    text-align: center;
} 
.back-button span {
	display: inline;
}
input[type='radio'] { 
	transform: scale(1.5);
    margin-right: 10px;
    position: relative !important; 
    margin-left: 0 !important;
}
.phoneCodeTable td:nth-child(1){
	width: 10%;
}.phoneCodeTable td:nth-child(2){
	width: 89%;
}
 
#scalp-loading {
	position:fixed;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	margin:auto;
	visibility: hidden;
	width: 1px;
	z-index: 1;
}