@charset "utf-8";
/* CSS Document */

body{
	/* background:url(../images/bground.jpg) center bottom no-repeat fixed; */
	/* background-size:cover; */
	padding:0;
	margin:0;
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
.blur-img-outer{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
}
.placeholder {
  background-color: #f9f9f9;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height:100%;
}

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
  height:100%;
  object-fit: cover;
}

.placeholder img.loaded {
  opacity: 1;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}
a{
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
div{
	box-sizing:border-box;
}
.container{
	width:100%;
	margin:0 auto;
	padding:0 15px;
	background:rgba(0, 0, 0, 0.03); 
	height:100%;
	height:100vh;
	position: relative;
	z-index:2;	
}
.col-30{
	float:left;
	width:30%;
	padding:0 15px;
}
.loginOuter{
	display:flex;
	min-width:395px;
	max-width:395px;
	padding:0 15px;
	margin: 0 auto;
	height:100%;
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.form-container{
	width:100%;
}
.col-60{
	float:left;
	width:60%;
	padding:0 15px;
}
.clearfix{
	clear:both;
}
.box{
	padding:0 30px;
}
.text-center{
	text-align:center;
}
.space-10{
	height:10px;
}
.space-20{
	height:20px;
}
.space-60{
	height:60px;
}
.space-100{
	height:100px;
}

/************ Form *****************/
.form-container .tag-clip, .form-container .tag-end{
	width:100%;
}
.form-container .form-body{
	background-size:contain;
	position:relative;
	z-index:0;
	background:#fff;
	padding-bottom:30px;
	padding-top:10px;
	border-radius:5px;
	-webkit-box-shadow: 0px 8px 18px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 18px -4px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 18px -4px rgba(0,0,0,0.3);
	
}
.form-control {
	height: 48px !important;
	border: 1px solid #bec6cf !important;
	box-shadow: none;
	padding: 0px 15px;
	box-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Roboto', sans-serif;
	border-radius: 4px;
	background-color:#fff !important;
	margin-bottom:10px;
	
}
#frmLogin .form-control{
	padding: 0px 15px 0px 50px !important;
	}
.form-group .form-data{
	
}
.txtuser-outer{
	position: relative;
}
.txtuser-outer .username-icon, .txtuser-outer .password-icon{
	position:absolute;
	opacity:0.3;
	top:12px;
	left:14px;
	z-index: 100;
}
.txtuser-outer, .txtpassword-outer{
	position:relative;
	width:100%;
}

.txtpassword-outer i{
	font-size:22px !important;
}
.logoOuter{
	margin-top:30px;
	margin-bottom:10px;
}
.poweredBy a{
	color:#555;
	text-decoration:none;
	display:inline-block;
}
.poweredBy a img{
	width:90px;
}
.poweredBy p{
	display:inline-block;
	color:#87929f;
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px;
}
#frmLogin a{
	font-family: 'Raleway', sans-serif;
	color:#87929f;
	font-size:13px;
	font-weight:400;
	}
#frmLogin a:hover{
	color:#000;
}	
.poweredBy{
	margin-top:10px;
}
/* .btn-primary:active, .btn-primary:hover{ */
#log-btn{
	margin-right: 4px; margin-bottom:20px;
    background: #e3414b !important;
}
.social-login{
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.social-login li{
	list-style: none;
	display: inline-block;
	margin:0px 5px;
	max-width:50px;
	overflow: hidden;
	
}

.social-login li button{
	font-size:18px;
	border-radius: 50%;
	width:50px;
	height:50px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background:#fff;
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    line-height:47px;
}
.social-login li button i{
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    font-size: 19px;
}
#logErr, #error{
	display: block;
	text-align: center;
	line-height: 18px;
	padding-bottom: 5px;
	font-size:12px;
}
.btn-linkedIn:hover{
	border-color:#0E76A8;
	
}
.btn-linkedIn:hover i{
	color:#0E76A8;
}
.btn-google:hover{
	border-color:#DB4437;
	
}
.btn-google:hover i{
	color:#DB4437;
}
.btn-windows:hover{
	border-color:#00BCF2;
	
}
.btn-windows:hover i{
	color:#00BCF2;
}

.social-login li button:focus{
	outline: 0px !important;
}
.or-div{
	width:100%;
	display: block;
	text-align:center;
	position: relative;
	margin-top:10px;
}
.or-div::after{
	content: "";
	display: block;
	width:100%;
	height:1px;
	border-top: 1px solid #ddd;
	position: absolute;
	left:0px;
	top:10px;
	z-index:5;
}
.or-div span{
	display: inline-block;
	padding:0px 10px;
	background:#fff;
	position:relative;
	z-index:10;
}

.form-group .devider{
	height:2px;
	background:#bbb;
	border-bottom:1px solid #f6f6f6;
}
.btn-primary{
	cursor: pointer;
	font-size:18px;
	font-weight:400;
	width:100%;
	padding: 8px 15px;
	border-radius: 3px;
	color: #fff;
	border:none !important;
	font-family: 'Raleway', sans-serif; 
	min-height:48px;
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.btn-primary:focus{
	outline:0;
}
.btn-primary:hover{
	
}

.label{
	font-size:13px;
	padding:7.5px 0;
}
.label a{
	text-decoration:none;
	color:#66C;
}
.label .left{
	float:left;
}
.label .right{
	float:right;
}

.control-label {
    color: #888888;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.modal-footer, .modal-header{
	padding:25px;
}
.modal-title {

    font-size: 23px !important;
    color: #17242e !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;

}
.button-primary {

    min-height: 44px;
    padding: 11px 30px;
    background: #34844b;
    color: #fff !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    border: none !important;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    overflow: hidden !important;
    padding: 4px 16px !important;
    min-width: 120px;
    font-family: 'Raleway', sans-serif;
    display: inline-block;

}
.btn-grey {
	min-height: 44px;
	padding: 11px 30px;
	background: #e8ebef;
	color: #87929f;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	border: none !important;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	min-width: 120px;
	font-family: 'Raleway', sans-serif;
	margin-right:5px;
}
.otp-btn{
	height: 48px;
	min-width:100px;
	border-radius:0px;
	-webkit-border-top-right-radius: 4px !important;
-webkit-border-bottom-right-radius: 4px !important;
-moz-border-radius-topright: 4px !important;
-moz-border-radius-bottomright: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
margin-left:-3px;
}
.from-group{
	
}
.modal-body{
	padding-bottom:0px;
}
.modal-body .form-control{
	margin-bottom:0px;
}

/***************** others ************/
.qote-container{
	margin-top:400px;
	color:#fff;
}
.qote-container .dp{
	width:130px;
	height:130px;
	float:left;
	border-radius:50%;
	border:4px solid #fff;
	overflow:hidden;
}
.qote-container .dp img{
	width:100%;
}
.qote-container .quote{
	margin-left:150px;
	padding:30px 0;
	text-transform:uppercase;
	font-size:15px;
	text-shadow:0 0 5px #000;
}
.p-relative{
	position:relative;
}
#otpStat{
	position: absolute;
    right: 15px;
    top: 41px;
}
.loaderOuter{
	background-color: rgba(255,255,255);
    padding: 10px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display:inline-block;
    height:72px;
    position: absolute;
    height: 72px;
    left: 50%;
    top: 40%;
    margin-left: -73px;
   
}
.loader {
	display:inline-block;
}
.loader::after{
	content:"";
	height: 50px;
    width: 50px;
    border-radius: 50%;
	border: 4px solid #d3d3d3;
	border-top-color: #018445;
	animation: spin 0.7s linear infinite;
	margin:0 auto;
	display:inline-block;
	float:left;
}
.loader-msg{font-size: 13px;
    line-height: 45px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 300px;
    max-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    }
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.temporarySection{
	max-width:600px;
}
.container{
	display:flex;
}

.bootstrap-select>.dropdown-toggle{
	height:100%;
	border: 1px solid #bec6cf !important;
	
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
	background-color:#fff !important;
}
.bootstrap-select.form-control{
	overflow: visible !important;
	border: none;
}
.modal-body-padding{
	padding:30px 20px;
}
.modal-sm{
	width:400px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color: #f5f5f5 ;
	color: #262626;
}
#loginpopup{
	overflow-y:hidden;
}
.bootstrap-select .dropdown-menu li a{
	padding: 8px 15px;
}
#loginpopup .control-label{
	font-size:16px;
}
.hasDatepicker{
	cursor:pointer !important;
}
.hasDatepicker[disabled]{
	cursor: not-allowed !important;
}
.bootstrap-select>.dropdown-toggle{
	border-radius:4px !important;
}
.bootstrap-select.form-control{
	border:none !important;
}
.sweet-alert .sa-icon.sa-warning {
	display: none !important;
}
.sa-custom {
	width: 65px !important;
	height: 65px !important;
}
.sweet-alert {
	padding: 40px 20px !important;
}
.sweet-alert h2 {
	font-size: 23px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	color: #2c3144;
}
.sa-button-container .confirm{
	background: #34844b !important;
	padding: 11px 30px !important;
	font-family: 'Raleway', sans-serif;
	min-width: 120px;
}
.sweet-alert button.cancel{
	font-family: 'Raleway', sans-serif;
}
.sa-button-container button {
	margin-top: 0px !important;
}
.sweet-alert h2{
	font-size: 14px !important;
	padding:0px !important;
	margin: 0px 0px 10px 0px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.sweet-alert {
    padding: 30px 20px !important;
    width: 400px !important;
    margin-left: -200px !important;
}
.ui-datepicker .ui-datepicker-title select{
	font-family: 'Roboto',sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.ui-datepicker table{
	font-family: 'Roboto',sans-serif !important;
}
.social-icon-name{
	font-size:11px;
	opacity:0.7;
	-moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.social-login li:first-child:hover .social-icon-name{
	color:#0E76A8;
}
.social-login li:nth-child(2):hover .social-icon-name{
	color:#DB4437;
}
.social-login li:nth-child(3):hover .social-icon-name{
	color:#00BCF2;
}

@supports (-ms-ime-align:auto) {
	.ui-datepicker .ui-datepicker-title select{
		font-size: 12px !important;
		padding: 5px 0px !important;
		font-family: Verdana,Arial,sans-serif !important;
	}
	
}
@media (max-width: 1024px){
	.placeholder img{
		height:100%;
	}
}

@media (max-width: 768px){
	.loginOuter{
		min-width:auto;
	}
	.container{
		width:100%;
	}
	.col-30, .loginOuter, .col-60{
		width:100%;
	}
	.qote-container{
		display:none;
	}
}
@media ( max-width : 767.98px) {
 .container{
	display: block;
}
	
}

