@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:100,200,300,400,500,600,700");

#body{
    padding:0;
}
*:focus {
    outline: 0;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #657582  !important;
    font-size: 15px !important;
}
button:focus, input:focus, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

input:-webkit-autofill {
     background-color: transparent !important;
     font-size: 15px !important;
}
input:-moz-autofill {
     background-color: transparent !important;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #3c4648;
  -webkit-text-fill-color: #657582 !important;
  -webkit-box-shadow: 0 0 0px 1000px #3c4648 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 15px !important;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  font-size: 15px !important;
}
.inputWithIcon2 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 background-color: transparent !important;
background-image: none !important;
color: #657582 !important;
}


 .midlog input[type="text"] {
  width: 100%;
   border: 1px solid #657582; 
  border-radius: 6px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: .3s;
  background-color: transparent;
  color:#657582;
  height:46px;
  font-size: 15px;
  font-weight: 500;
}
  
 .midlog input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
    background-color: transparent !important;
  }
  
 .midlog .inputWithIcon2 input[type=text]{
    padding-left:50px;
  }
  
  .midlog input[type="password"] {
  width: 100%;
   border: 1px solid #657582; 
  border-radius: 6px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: .3s;
  background-color: transparent;
  color:#657582;
  height:46px;
  font-size: 15px;
  font-weight: 500;
}
  
 .midlog input[type=password]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
    background-color: transparent !important;
  }

 .midlog .inputWithIcon2 input[type=password]{
    padding-left:50px;
  }
  
 .midlog .inputWithIcon2{
    position:relative;
  }
  
.midlog .inputWithIcon2 i {
	position: absolute;
	left: 6px;
	top: 6px;
	padding: 9px 8px;
	color: #657582;
	transition: .3s;
}
  
  .midlog .inputWithIcon2 input[type=text]:focus + i{
    color:dodgerBlue;
  }  
  
  .midlog .inputWithIcon2 input[type=password]:focus + i{
    color:dodgerBlue;
  }
  
  .midlog .inputWithIcon2.inputIconBg i{
    background-color:#000;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  } 
/*.newloginbdy{
      width:100%;
      float:left;
      padding:50px 0 25px;
      background:#313131;
      min-height:100%;
  }*/

.newloginbdy {
  width: 100%;
  background: #313131;
  margin-top: 0;
  min-height: 100%;
  background-image: url('/app/image/sign-up-page-photo.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* background-attachment: fixed; */
  background-color: #313131;
  padding: 50px 0 0;
}
.midlog {
  max-width: 500px;
  /* margin: 0 auto; */
  margin-left: 15%;
  background: rgba(255, 255, 255, 0.4);
  padding:10px 25px 25px;
  box-shadow: 0px 1px 6px #d2d1d1;
}
  .midlog span.fa {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color:#fff;
    font-size: 23px;
}

 .midlog .form-group {
    position: relative;
}

.logchk{
	width:100%;
	float:left;
	margin-top:8px;
	}

/*========
Check box start 
=========*/

.inputWithIcon2 .checkbox-group {
	position: relative;
	margin: 0;
	float: left;
	width: auto;
}
.inputWithIcon2 .checkbox-group input[type=checkbox] {
    display:none
}
.inputWithIcon2 .checkbox-group label {
	padding-left: 26px;
	cursor: pointer;
	color: #bfbaba;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
.inputWithIcon2 .checkbox-group label span {
    display:block;
    position:absolute;
    left:0;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s;
}
.inputWithIcon2 .checkbox-group label .box1 {
	background: #000;
	height: 17px;
	width: 17px;
	z-index: 9;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	border: 2px solid #000;
	border-radius: 2px;
}
.inputWithIcon2 .checkbox-group label .check {
	top: 2px;
	left: 6px;
	width: 6px;
	height: 11px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	opacity: 0;
	z-index: 10;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
}
.inputWithIcon2 input[type="checkbox"]:checked ~ label .box1 {
	background: #000;
	border: 1px solid #000;
}
.inputWithIcon2 input[type=checkbox]:checked ~ label .check {
    opacity:1;
    -webkit-transform:scale(1) rotate(45deg);
    -moz-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
.inputWithIcon2 .checkbox-group label b {
	color: #0097ff;
	font-weight: normal !important;
}
.inputWithIcon2 input[type="checkbox"] + label::before, input[type="radio"] + label::before {
	background: none;
	border-color: transparent;
}
.inputWithIcon2 input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
	background-color: transparent !important;
	border-color: transparent;
	color: transparent;
}
/*========
Check box End 
=========*/


.logchk a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #bfbaba;
	float: right;
	text-decoration: none;
	display: inline-block;
	font-style: italic;
}
.logchk a:hover {
	color: #fff;
}

.sbmtbtn{
	background:DodgerBlue;
	border: none;
	border-radius: 25px;
	color: #ffffff !important;
	font-size: 21px;
	font-weight: 500;
	padding: 9px 25px;
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
	/* font-family: 'Poppins', sans-serif; */
	height: auto;
	line-height: unset;
	text-decoration:none;
}
.sbmtbtn:hover {
	background: DodgerBlue;
	border: none;
	box-shadow:none;
}
.welcomsecc{
    width:100%;
    display:block;
    text-align:center;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.welcomsecc span {
	width: 110px;
	height: 110px;
	/* line-height: 100px; */
	/*background: #5487c0;*/
	border-radius: 50%;
	font-size: 34px;
	margin: 0 auto;
	color: #fff;
	display: block;
	overflow: hidden;
}
.welcomsecc span img{
	max-width: 100%;

}
.welcomsecc p{
    width: 100%;
    display: block;
    color: #64727d;
    font-size: 30px;
    text-align: center;
    margin: 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.inputWithIcon2 input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(60, 70, 72) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}
.inputWithIcon2 input[type="hidden" i] {
    display: none;
    appearance: initial;
    background-color: #3c4648 ;
    cursor: default;
    padding: initial;
    border: initial;
}
.inputWithIcon2 input{
     background-color: transparent !important;
}
/*input:-webkit-autofill {*/
/*    -webkit-text-fill-color: black !important;*/
/*}*/
input:-webkit-autofill {
   background-color: transparent !important;
}

.lgfgt-buton {
	width: 100%;
	display: block;
	margin-top: 10px;
	/* margin-left: 0; */
	overflow: hidden;
	padding: 0;
}
.lgfgt-buton li{
    text-decoration:none;
    width:49%;
    float:left;
    margin-right:1%;
    list-style-type: none;
    padding:0;
}
.lgfgt-buton li:last-child{
    margin-left:1%;
    margin-right:0;
}

.lgfgt-buton li a{
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    display:block;
    text-align:center;
    padding:7px;
    background: #6a7883;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
}
.lgfgt-buton li a:hover{
    background:#147ce1;
    text-decoration:none;
    color: #fff;
}

.sgnupclor{
  background: #f96e11 !important;
}

.sgnupclor:hover{
    background:#147ce1 !important;
}

.sbmmtbtn{
    color:#fff !important;
    background-color:#5186ee ;
    font-size: 21px;
    border-radius:25px;
    width:100%;
    margin-top:5px;
    border: none;
    box-shadow: none;
}
.sbmmtbtn:hover{
    background:#6a7883;
    color:#FFF !important;
    border: none;
    box-shadow: none;
}



.midlog9 {
  max-width: 600px;
  /* margin: 0 auto; */
  margin-left: 10%;
}
.lognsucss {
  width: 100%;
  display: block;
  text-align: center;
}
.lognsucss span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #5487c0;
  border-radius: 50%;
  font-size: 45px;
  margin: 0 auto;
  color: #fff;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.lognsucss p {
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 0 0 25px;
  font-weight: 500;
}
.lognsucss p a{
  text-decoration: none;
}



.extngnws {
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.extngnws span {
  width: 130px;
  height: 130px;
  /* line-height: 100px; */
  /* background: #5487c0; */
  border-radius: 50%;
  font-size: 34px;
  margin: 0 auto;
  color: #fff;
  display: block;
  overflow: hidden;
}
.extngnws span img {
  max-width: 100%;
}
.extngnws h5 {
  width: 100%;
  display: block;
  color: #4a4a4c;
  font-size: 25px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 600;
}
.extngnws p {
  width: 100%;
  display: block;
  color: #000;
  font-size: 15px;
  text-align: left;
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 23px;
}
.extngnws p a{
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #2c9ed6;
}


.chkboxfild {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
  /*cursor: pointer;*/
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* font-family: 'Source Sans Pro', sans-serif; */
  text-align: left;
}

.chkboxfild i{
  color: #5486c1;
}



.chkboxfild input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkboxfild .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border:1px solid #638fc6;
}

.chkboxfild:hover input ~ .checkmark {
  background-color: #fff;

}


.chkboxfild input:checked ~ .checkmark {
  background-color: #638fc6;
}


.chkboxfild .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.chkboxfild input:checked ~ .checkmark:after {
  display: block;
}


.chkboxfild .checkmark::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.updtpopwdth {
  max-width: 550px !important;
}

.barcodee {
  background: #fff !important;
  border-radius: 20px !important;
  padding: 10px 20px;
}
.barcodee .modal-header {
  border: none !important;
  padding: 0 !important;
}

.barcodee .modal-header .close {
  padding: 0 0 5px 1px !important;
  margin: 0;
  background: none !important;
  opacity: 1;
  width: 22px;
  height: 22px;
  line-height: 3px !important;
  border-radius: 50%;
  text-align: center;
  color: #000 !important;
  font-size: 34px;
  right: 6px;
  top: 7px;
  position: absolute;
  box-shadow: none;
  font-weight: 300;
  display: block;
  border: none;
  line-height: 18px;
}
.barcodee .modal-body {
  padding-bottom: 0 !important;
  text-align: center;
  color: #fff;
  padding: 0;
}

.barcodee .modal-footer {
  border: none !important;
  padding: 0;
  justify-content: left;
}
.barcodee .modal-footer p {
  font-size: 13px;
  color: #000;
  text-align: left;
  margin: 0;
  font-weight: 600;
}


.pophdtxt{
  display: block;
}
.pophdtxt p {
  font-size: 13px;
  color: #000;
  text-align: left;
  margin: 0;
  padding-right: 10px;
  opacity: 1;
  font-weight: 600;
}

.frvdotxt-sec {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  margin: 8px 0;
  border-radius: 12px;
  border: 2px solid #ececec;
}
.frvdotxt-sec h3 {
  font-size: 18px;
  font-weight: bold;
  color: #50abcc;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-align: left;
  font-style: italic;
  opacity: 0.5;
}

.audocontent {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
}
.adwnld{
  max-width: 68px;
  float: left;
  padding-top: 35px;
  opacity: 0.5;
}
.adwnld img{
  max-width: 100%;
}
.addutxt {
  width: auto;
  float: left;
  padding: 0 12px;
  text-align: left;
}
.addutxt p {
  font-size: 12px;
  color: #000;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 18px;
  font-weight: 500;
}
.addutxt b{
  font-weight: 500;
  opacity: 0.5;
}
.addutxt p strong{
  font-weight: bold;
  color: #000;
  opacity: 0.5;
}

.addutxt p span {
  font-weight: bold;
  color: #fff;
  background: #f21717;
  border-radius: 25px;
  padding: 1.5px 5px;
  opacity: 1;
}

.audobarcod{
  max-width: 60px;
  float: right;
  padding-top: 31px;
  opacity: 0.5;
}
.audobarcod img{
  max-width: 100%;
}


.audolst{
  width: 100%;
  display: block;
  float: left;
  background: #cef3fe;
  border-radius: 12px;
  padding: 10px;
  opacity: 0.5;
}
.audolst ul{
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.audolst ul p{
  display: block;
  font-size: 12px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
.audolst ul li {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #000;
  display: block;
  margin-bottom: 5px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
}
.audolst ul li strong{
  font-weight: bold;
  color: #000;
}

.midlog form {
  margin: 0;
}

input::-webkit-input-placeholder { /* Edge */
  color: #657582 !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder { /* Internet Explorer */
  color: #657582 !important;
  opacity: 1 !important;
}

input::placeholder {
  color: #657582 !important;
  opacity: 1 !important;
}
  
.midlog ul {
  margin-bottom: 0;
}


.signupfb{
  display: block;
  margin: 15px 0 8px;
}
.signupfb p {
  width: 100%;
  display: block;
  color: #4e4e50;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.signupfb span {
  width: 100%;
  display: block;
  color: #4e4e50;
  font-size: 13px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.signupfb h5 {
  width: 100%;
  display: block;
  color: #4e4e50;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  text-transform: none;
}
.signupfb ul {
  width: 100%;
  display: block;
  margin: 7px 0 0;
  /* margin-left: 0; */
  overflow: hidden;
  padding: 0;
}
.signupfb ul li {
  text-decoration: none;
  width: 49%;
  float: left;
  margin-right: 1%;
  list-style-type: none;
  padding: 0;
}
.signupfb ul li:last-child {
  margin-left: 1%;
  margin-right: 0;
}
.signupfb ul li a img{
  max-width: 100%;
}



@media(max-width:767px) {
.midlog {
  margin: 0 auto;
}
}