html, body { height:100%; }
#fullpage{
	height: 100%;
	width: 100%;
	border: 1px solid;
	background-position: bottom 0px center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-attachment: fixed;
	overflow-x: hidden;
	overflow-y: auto;
}

.top-wrapper {
	padding-top: 15px;
}
.loginContainer{
	height:100%;
	position:relative;
}

.inner-container{
	display:none;
	-webkit-box-shadow: -4px 1px 8px 1px #999999b8;
	-moz-box-shadow: -4px 1px 8px 1px #999999b8;
	box-shadow: -4px 1px 8px 1px #999999b8;
	background: #FFF;
	border-radius: 8px;
	padding: 10px 10px;
	width: 80%;
	max-width: 380px;
	margin: 0 auto;
}

.additional-image img{
	height: 70px;
	object-fit: contain;
}
.login-logo img {
	height: 90px;
	object-fit: contain;
}

.loginFormContainer, .loginLogoContainer, .loginLoadingContainer{
	margin:0 auto;
}
.login-text , .info-text, .info-text2, .info-text3{
	color: #919090;
}
.login-text {
    display: none;
}
.info-text{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0.8rem;
}
.info-text2{
	font-size: 12px;
	font-weight: 400;
	max-width: 310px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.info-text3{
	display: none;
	font-size: 12px;
	font-weight: 400;
}
.mobileHolder{
	position: relative;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}
#mobileNumber{
	background-color: transparent;
	border: 1px solid #e7f1ff;
	width: 210px;
	color: #919090;
}
#verifyCode{
	background-color: transparent;
	border: 1px solid #e7f1ff;
	width: 210px;
	display: inline-block;
	color: #919090;
	margin: 0 auto;
}
#OTPSubmit,#reSend{
	margin-top: 10px;
}
.otpHolder{
	width:210px;
	margin:0 auto;
	position: relative;
}

#loginSubmitBtn, #OTPSubmit, #reSend,#saveMyProfile,#saveVoiceMailSettings {
	background-image: url("../images/log_in_up.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	height: 27px;
	padding: 2px 2px;
	width: 100px;
	border:0;
	font-size:12px;
	border-radius: 15px;
}
#reSend {
	background-image: url("../images/resend_up.png");
	color: #a2a2a2;
	border: 1px solid transparent;
}
#loginSubmitBtn:hover, #OTPSubmit:hover, #reSend:hover,#saveMyProfile:hover,#saveVoiceMailSettings:hover {
	background-image: url("../images/log_in_down.png");
}
#reSend:hover {
	background-image: url("../images/resend_down.png");
	color: #FFF;
}	
	
#loginSubmitBtn-a, #OTPSubmit-a, #reSend-a {
color: #;
background-color: #2AB9F0;
border:1px solid #FFF;
}
form .form-control {
    border: 1px solid #CCD6E6;
    color: #FFF;
}
form .form-control:focus {
    border: 1px solid #CCD6E6;
    color: #FFF;
}
.login-submit{
	margin-top: 30px;
}
.outer-wrapper { 
	width: 100%;
	height: 100%;
}
.inner-wrapper {
  vertical-align:middle;
  padding: 3px;
  margin-top: 8%;
}
.init-loader{
	color: #1d57a4;
	font-size: 15px;
	font-weight: normal;
	background: transparent;
	margin-top: 12%;
	text-align: center;
}
.init-loader #loadingAlaap{
	display: none;
}
.otp-loader{
	color:#919090;
	font-size:16px;
	font-weight:normal;
	background:transparent;
}
.otp-loader img, .init-loader img{
	border:0;
	width:90px;
}
 .NumberChecker{
	width:210px;
	color:#919090;
	padding: 5px 10px;
	text-align: left;
	margin-bottom: 0.5rem !important;
 }
.NumberChecker a, .NumberChecker label {color:#919090;font-weight: 600;} 
.pro-pic-loading{margin:5px auto;text-align:center;}
.init-loader, .otp-loader, .otp-submit, .otpHolder, .NumberChecker, .pro-pic-loading{
	display:none;
}
.otp-submit{
	padding:0px;
	width:310px;
	text-align:center;
	margin: 0 auto;
}
.login-error{
	color:red;
	font-size:13px;
	padding-left:15px;
	margin:5px 0 5px 0;
}
#searchinput {
    width: 200px;
}

.loadingContainer{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #f0f0f0;
	display: none;
}

.loadingContainer .logo-container .login-logo{
	text-align: center;
	margin-top: 15%;
}

.loadingContainer .init-loader{
	margin-top: 10px;
}

.loadingContainer .init-loader .bar-container{
	background-color: #bebebe9e;
	margin: 10px auto;
	width: 70%;
	max-width: 1200px;
}
.loadingContainer .init-loader .progressblue {
    background-color: #044ea1;
}

.clearer {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    display:inline-block;
	background-image: url("../images/cancel_up.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:20px;
	height:14px;
}
.clearer2 {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
	display:inline-block;
	background-image: url("../images/cancel_up.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:20px;
	height:14px;
}
.clearer:hover, .clearer2:hover {
	background-image: url("../images/cancel_down.png") no-repeat ;
}

@media (min-width: 320px) {
	.mobileHolder{
		width: 240px;
	}
	#mobileNumber, #verifyCode{
		width:240px;
	}
	.otpHolder{
		width:250px;
	}
	.NumberChecker {
		width: 250px;
	}
	
	
	
}

@media (min-width: 576px) {
	.mobileHolder{
		width: 210px;
	}
	#mobileNumber, #verifyCode{
		width: 210px;
		font-size:13px;
	}
	.additional-image img{
		height: 80px;
	}
	
	.login-logo img{
			height: 170px;			
	}
	.inner-wrapper {
		padding: 5px;
		margin-top: 8%;
	}
	.inner-container{
		width: 95%;
	}
	.clearer2 {
		right: 25px;
	}
	.info-text {
		font-size: 24px;
	}
	.otpHolder{
		width: 240px;
	}
	.NumberChecker {
		width: 230px;
	}
	
	#loginSubmitBtn, #OTPSubmit, #reSend,#saveMyProfile,#saveVoiceMailSettings {
		width: 120px;
		height: 32px;
		padding: 5px 5px;
		font-size: 13px;
	}
}
@media (min-width: 768px) {	
	.additional-image img{
		height: 90px;
	}
	.login-logo img{
		height: 190px;			
	}
	.inner-wrapper {
		padding: 10px;
		margin-top: 6%;
	}
	.inner-container{
		width: 80%;
	}
	.otpHolder{
		width: 260px;
	}
	.NumberChecker {
		width: 265px;
	}
	.info-text {
		font-size: 26px;
	}
	.info-text2{
		font-size:13px;
	}
	.inner-container{
		padding: 20px 10px;
	}
	.mobileHolder{
		width: 240px;
	}
	#mobileNumber, #verifyCode{
		width: 240px;
		font-size:13px;
	}
}
@media (min-width: 992px) {
	.additional-image img{
		height: 100px;
	}
	.login-logo img{
		height: 212px;			
	}
	.otp-submit{
		width:250px;
	}
	.NumberChecker {
		width: 290px;
	}
	.clearer2 {
		right: 15px;
	}
	.inner-wrapper {
		padding: 15px;
		margin-top: 5%;
	}
	.mobileHolder{
		width: 270px;
	}
	.otpHolder{
		width: 270px;
	}
	
	#mobileNumber, #verifyCode{
		width: 270px;
		font-size:13px;
	}
}
@media (min-width: 1144px) {

}
@media (min-width: 1200px) {


}


/***-----------------Progress Bar----------------*/
.bar-container {
  background: #777373;
  background: #FFF;
  position: relative;
  width: 80%;
  height: 7px;
  margin : 8px auto;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 5px;
}
.bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  left:0;
}
.bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.progressred {
  background-color: #c0392b;
  background-color: #FFF;
}
.progressblue {
  background-color: #0e4590;
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 50%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 50%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 50%;
  }
  80% {
    width: 70%;
  }
  100% {
    width: 90%;
  }
}
/***-----------------Animation Bar----------------*/