@font-face {
	font-family: 'Via-Web-Icons';
	src:url('/static/img/fonts/Via-Web-Icons.eot?qhu6hz');
	src:url('/static/img/fonts/Via-Web-Icons.eot?#iefixqhu6hz') format('embedded-opentype'),
		url('/static/img/fonts/Via-Web-Icons.woff?qhu6hz') format('woff'),
		url('/static/img/fonts/Via-Web-Icons.ttf?qhu6hz') format('truetype'),
		url('/static/img/fonts/Via-Web-Icons.svg?qhu6hz#Via-International-Web-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
#userSigninSignup {
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'Via-Web-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#userLogin table, th,td {
	border: none;
}

.signInSubmitButton:hover {
	border: 1px solid red;
} 

.signInInput:hover{
	border: 1px solid grey;
}

.redPlaceHolder::-webkit-input-placeholder {color:red;}
.redPlaceHolder:-moz-placeholder  {color:red;}
.redPlaceHolder::-moz-placeholder  {color:red;}
.redPlaceHolder:-ms-input-placeholder  {color:red;}
.loginInput{
	width: 200px;
	height: 34px;
	vertical-align: middle;
	border-radius: 3px;
	display:block;
	margin: 10px 0px;
}
.loginButton{
	color: white;
	text-align: center;
	cursor: pointer;
	border: 0px;
	border-radius: 4px;
}
.loginbuttonLoading{
	background-repeat: repeat !important;
	background-size: 40px 40px,100% 100% !important;
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.6) 25%,rgba(255,255,255,0.3) 25%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0.6) 75%,rgba(255,255,255,0.3) 75%,rgba(255,255,255,0.3)) !important;
    -webkit-animation: progress-bar-stripes 2s linear infinite !important;
    -moz-animation: progress-bar-stripes 2s linear infinite !important;
    animation: progress-bar-stripes 2s linear infinite !important;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}
	width: 22px;
	height: 22px;
	content: ' ';
	display: inline-block;
	margin: 1px 5px -6px -13px;
	background: url(//images.via.com/static/img/general/social_login_sprite.png) 0 0;
}
#googleLoginButton:before{
	width: 22px;
	height: 22px;
	content: ' ';
	display: inline-block;
	margin: 1px 5px -6px -32px;
	background: url(//images.via.com/static/img/general/social_login_sprite.png) 0 22px;
}
.loginInputText{
	padding:3px !important;
	width:97% !important;
	height:26px !important;
	background: white !important;
	border: 1px solid #CCD5DC;
}

.socialLoginORSeparator:after {
  content: "";
  position: absolute;
  z-index: 100;
  margin-left: 1px;
  margin-top: -90px;
  border-left: 1px solid #CCD5DC;
  height: 66px;
}
.socialLoginORSeparator:before {
  content: "";
  position: absolute;
  z-index: 100;
  margin-left: 6px;
  margin-top: 20px;
  border-left: 1.5px solid #CCD5DC;
  height: 70px;
}
.socialLoginORSeparatorDiv{
display: inline-block;
  font-size: 14px;
  margin-left: 12px;
  margin-top: 79px;
  text-align: center;
  width: 10px;
}
table#login tr td{
	border:none;
}
.url{
	font-weight:bolder !important;
}
.userSigninSignup{
	 vertical-align: top;
	 width:40%;
 }
 
 .loginDiv{
	display: inline-block;
    padding: 5px 20px;
    width: 37.5%;
 }
 .loginButtonVia{
	 background:rgb(223, 22, 22);
	 font-weight:bolder !important;
 }
 .forgotPasswordSpan{
 	font-size: 16px;
 }
.emailDiv {
  width: 310px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 20px;
}

.inputText{
	  width: 300px;
	  font-size: 15px;
	  height : 36px;
	  margin-top : 5px;
	  margin-bottom : 5px;	
}
.validEmailId{
	color:red;
	padding-top: 5px;
	font-size: 12px;
} 
.alertMsgB2c{
	color:red;
	display:none;
	font-size: 12px;
	text-align : center;
}
.notificationDiv{
	margin-left: 35px;
	margin-top: 10px;
	width: 25px;
	height: 25px;
	float: left;
}
.waitDiv{
	display:none;
	margin-left: 250px;
	margin-top: -25px;
	top: 40px;
}
 #waitingDiv{
	  margin-left: 326px;
	  margin-top: -55px;
	  top: 22px;
	  position: relative;
}

.waitDivImg{
	width: 23px;
	height: 23px;
	float: left;
	margin-bottom: 10px;
}
.buttonImg{
	  background: #d9344a;
	  background-image: -webkit-linear-gradient(top, #d9344a, #b8402b);
	  background-image: -moz-linear-gradient(top, #d9344a, #b8402b);
	  background-image: -ms-linear-gradient(top, #d9344a, #b8402b);
	  background-image: -o-linear-gradient(top, #d9344a, #b8402b);
	  background-image: linear-gradient(to bottom, #d9344a, #b8402b);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  color: #ffffff;
	  height : 36px;
	  font-size: 12px;
	  padding: 5px 12px 5px 12px;
	  text-decoration: none;
	  cursor: pointer;
	  border: solid #d12c2c 2px;
}
.buttonImg:hover {
  background: #cc1212;
  text-decoration: none;
}
.otpSuccess{
	display:none;
	margin-left: 450px;
	margin-top: -27px;
}
otpSuccessImg{
	width: 23px;
	height: 23px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	right: 120px;
	bottom: 5px;
}
.confirmOTP{
	margin: 0 auto;
	width : 310px;
}

.loadingImage{
height:20px;background: url('/static/img/spritesheet.png'); width: 128px;    height: 15px;    background-position: -5px -5px;  zoom: 1; overflow: hidden;
}
.resultMsg{
	font-size: 14px;color: red;
}
.facebook_login {
	background:#3b5998;
	padding-bottom : 8px;
}
.facebook_login:before {
  width: 22px;
  height: 22px;
  content: ' ';
  display: inline-block;
  margin: 1px 5px -6px -13px;
  background: url(//images.via.com/static/img/general/social_login_sprite.png) 0 0;
}

.google_login {
	background:rgb(219, 68, 55);
	padding-bottom : 8px;
}
#googleLoginButton:before {
  width: 22px;
  height: 22px;
  content: ' ';
  display: inline-block;
  margin: 1px 5px -6px -32px;
  background: url(//images.via.com/static/img/general/social_login_sprite.png) 0 22px;
}
.guest_btn {
	background-color : #12B58A;
	font-size : 14px;
}

.userSignupform {
	display:inline-block; 
}
.user_signup_banner{
	display : inline-block; 
	width: 260px;
	min-height : 260px;
	float : right;
	background : url('//images.via.com/static/img/general/FPH-b2c-17.jpg');
	border-radius : 5px;
}
#forgotPasswordDiv{
	text-align : center;
	padding : 10px 25px;	
}

.emailIdText{
	width:310px !important;
}
.textSuccess {
	color : #1F8000 !important;
}
#resendLink {
	color:#FF0000;
	text-decoration: none;
}

.login-popup-header {
	text-align: center;
  	font-size: 15px;
}
.Modal-footer {
	background-color : #EBF2F7; 
	padding : 10px;
	font-size: 14px;
	text-align : right;
/* 	border-top: 1px solid #CCD5DC; */
}

.loginInputText::-webkit-input-placeholder {
   color: #CCD5DC;
}

.loginInputText:-moz-placeholder { /* Firefox 18- */
   color: #CCD5DC;  
}

.loginInputText::-moz-placeholder {  /* Firefox 19+ */
   color: #CCD5DC;  
}

.loginInputText:-ms-input-placeholder {  
   color: #CCD5DC;  
}

input[name="emailOrMobile"]::-webkit-input-placeholder::before { font-family: Via-Web-Icons; content:'\e632'; color: #CCD5DC; margin-right : 8px;margin-left : 5px }
input[name="emailOrMobile"]::-moz-placeholder::before  { font-family: Via-Web-Icons; content:'\e632'; color: #CCD5DC;margin-right : 8px;margin-left : 5px } /* firefox 19+ */
input[name="emailOrMobile"]:-ms-input-placeholder::before  { font-family: Via-Web-Icons; content:'\e632'; color: #CCD5DC;margin-right : 8px;margin-left : 5px } /* ie */
input[name="emailOrMobile"]:-moz-placeholder::before  { font-family: Via-Web-Icons; content:'\e632'; color: #CCD5DC;margin-right : 8px;margin-left : 5px }

input[name="b2c_password"]::-webkit-input-placeholder::before { font-family: Via-Web-Icons; content:'\e633'; color: #CCD5DC;margin-right : 8px;margin-left : 5px }
input[name="b2c_password"]::-moz-placeholder::before  { font-family: Via-Web-Icons; content:'\e633'; color: #CCD5DC;margin-right : 8px;margin-left : 5px } /* firefox 19+ */
input[name="b2c_password"]:-ms-input-placeholder::before  { font-family: Via-Web-Icons; content:'\e633'; color: #CCD5DC;margin-right : 8px;margin-left : 5px } /* ie */
input[name="b2c_password"]:-moz-placeholder::before  { font-family: Via-Web-Icons; content:'\e633'; color: #CCD5DC;margin-right : 8px;margin-left : 5px }

.misc_link {
	color : #12B58A;
	text-decoration : none;
}

.icon-LeftArrow2:before {
	content : '\e60d';
	margin-right : 5px;
	font-size : 12px;
}

.pull-right{
	float : right;
}
.pull-left {
	float : left;
}
.signupInputText {
  padding: 3px !important;
  width: 98% !important;
  height: 26px !important;
  background: white !important;
  border: 1px solid #CCD5DC;
}

.userSigninSignup input:checked[type="checkbox"]+label:before {
  content: "\e610";
  font-family: Via-Web-Icons;
  color : #12B58A;
  font-size: x-small;
  vertical-align: top;
}

.userSigninSignup input[type="checkbox"]+label {
  color : #12B58A;
  border: 1px solid #8fa3ad;
  background: transparent;
  height: 14px;
  width: 14px;
  display: inline-block;
  padding: 1px;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
}
.signupInput {
	display: inline-block;
  	width: 48%;
  	height: 70px;
}

img.ajaxLoader {
    height: 15px;	
    margin-top: 20px;
}
.back_link {
	padding-bottom: 10px;
}


input[name="readTerms"]+div.invalid-inp {
	position : absolute;
}