html, body {
    height:100%;
}

.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50% !important;
}

.fullscreen, .content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
	display:table;
    position:relative;
}

.content-b {
	text-align:center;
	padding:0;
}

body{
    margin:0;
    text-align:center;
}

.logoWrapper {
	position: absolute;
	top: 15%;
	width: 100%;
}

.logoWrapper img {
	width: 254px;
	height: auto;
}
.passicon{background:url(../img/passwordicon.png) no-repeat scroll 20px 20px/16px auto;text-align:left;padding:10px;}
.btmborder{border-bottom:1px solid #4c4c4c;}
.inputtxt{padding:3px;background:none;border:0 none;margin:0 0 0 40px;width:90%;height:40px;font-family: "GT-Walsheim-Regular";font-size: 18px;}
.submitbtn{background:#ffb348;border:2px solid #fff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;padding:10px;text-align:center;margin:20px auto 0;font-family: "GT-Walsheim-Regular";font-size: 18px;color:#fff;text-decoration:none;display:block;width:160px;height:30px;line-height:30px; }
.frmBoxWrapper {
	width: 450px;
	background:#fff;
	padding:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 15% auto 0;
	position: relative;
}

.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: -60px;
	left: -15px;
	z-index: 9;
	font-family: 'GT-Walsheim-Regular';
}
.successMsg .alert, .errorMsg .alert {
    margin: auto;
    width: 100% !important;
	text-transform: none;
	padding: 15px;
}

.content {
	font-family: "GT-Walsheim-Regular";
	font-size: 38px;
	color: #FFF;
	line-height: 48px;
	text-align: center;
	margin: auto;
    position: relative;
    text-align: center;
    width: 600px;
	text-transform: uppercase;
}

.smallContent {
	font-family: "GT-Walsheim-Regular";
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 600px;
	line-height: 18px;
}

.platFormWrapper {
	font-family: "GT-Walsheim-Regular";
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	padding-top: 40px;
}

.platFormLeft {
	float: left; 
	width: 28%;
}

.radioStyle {
	float: left;
}

div.radio {
	height: 25px; 
	width: 25px; 
	position: relative; 
	display: -moz-inline-box; 
	display: inline-block; 
	vertical-align: middle; 
	zoom: 1; 
	bottom: 2px;
	margin-left: 20px;
}

div.radio input { 
	height: 25px; 
	width: 25px; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	display: inline-block; 
	background: none;
	cursor: pointer;
}

div.radio span {
	background: url(../images/radio.png) no-repeat 0 0; 
	height: 25px; 
	width: 25px; 
	display: -moz-inline-box; 
	display: inline-block; 
	text-align: center;
}

div.radio span.checked {
	background-position: 0 -25px;
}

.radioStyle label {
	display: inline-block;
	cursor: pointer;   
	padding-left: 10px;  
	margin-right: 35px;  
	font-size: 18px; 
	color: rgba(255, 255, 255, 0.80);
	font-family: "Open Sans",Arial,Verdana,Helvetica;
}

.frmBox {
	margin: auto;
	width: 600px;
	padding-top: 20px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.frmBoxLeft {
	float: left;
	width: 80%;
}

.txtBox {
	font-family: "GT-Walsheim-Regular";
	font-size: 16px;
	border: none;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	width: 90%;
	color: #000;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

input:focus{
    outline: 0;
}

.frmBoxRight {
	float: left;
	width: 15%;
	padding-left: 5%;
}

.frmBoxRight a {
	font-family: "GT-Walsheim-Regular";
	font-size: 16px;
	display: block;
	background-color: #ad67fc;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.footer {
	font-family: "GT-Walsheim-Regular";
	position: absolute;
	top: 0;
	color: #FFF;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	display: none;
	width: 100%;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d7d7d7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#d7d7d7 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#d7d7d7 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d7d7d7',GradientType=0 );
	height: 85px;
}

.footer span {
	padding: 0 20px;
}

#infoMsgBox {
	font-family: "GT-Walsheim-Regular";
	width:500px;
	font-size:18px;
	text-align:center;
	line-height:40px;
	position:fixed;
	background:#FFC;
	border:1px solid #CCC;
	color:#999;
	left:37%;
	top:15%;
	z-index:9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

.icon {
	position: absolute;
	right: 50px;
	bottom: 50px;
	display: none;
}

.icon img {
	width: 256px;
	height: auto;
}

.playStore, .appStore {
	display: inline-block;
	text-align: center;
}

.playStore {
	padding: 25px 25px 0 0;
}

.playStore a img, .appStore a img {
	height: auto;
	width: 135px;
}

.confirmTxt {
	font-family: "GT-Walsheim-Regular";
    font-size: 20px;
    padding: 15px;
	line-height: 22px;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 767px)  {


.logoWrapper {
	top: 60px;
}

.logoWrapper img {
	height: auto;
	width: 175px;	
}

.content-a {
	display: inherit;
}

.frmBoxWrapper {
	width: 85% !important;
	margin: 35% auto 0;
}

.content {
	font-size: 20px;
	line-height: 22px;
	width: 95% !important;
}

.smallContent {
	width: auto;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 20px 0;
}

.frmBox {
	width: 90%;
}

.footer {
	font-size: 10px;
}

#infoMsgBox {
	width: 90%;
	left: 5%;
	font-size: 14px;
	line-height: 30px;
	top: 17%;
}

.icon {
	display: none !important;
}

.platFormLeft {
	float: none;
	width: auto;
	padding-bottom: 15px;
}

.radioStyle {
	float: none;
	text-align: left;
}

.radioStyle label {
	margin-right: 15px;
}
}