	#header {    position: relative !important;}
	
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  /* padding: 15px;  background: #ebeeefa8; */
}


.wrap-login100 {
  /* width: 670px; */
  width: 80%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
 /*  position: relative; */
  /* box-shadow: 0px 3px 5px 0px #7f7f7f9e; */
   box-shadow: 0px 1px 3px 0px #7f7f7f70; 
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 50px 15px 50px 15px; */
  padding: 10px 15px 10px 15px;
}

.login100-form-title-1 {
      font-size: 18px;
    color: #693737;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba(54,84,99,0.7); */
 /*  background-color: rgb(35 79 183 / 39%); */
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 110px 50px 190px;
}

.page-content a{text-decoration:none;}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 80%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
  font-size: 1em;
  color: #808080;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;
}

/*---------------------------------------------*/
.input100 {
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /* top: 0;
  left: 0; */
  pointer-events: none;
  font-size: 0.8rem;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  /* bottom: -1px; */
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #57b846;
}

/*---------------------------------------------*/
input.input100 {  height: 38px; border:0px; outline: none;}
.input100:focus + .focus-input100::before {  width: 100%; outline: none;}
.has-val.input100 + .focus-input100::before {  width: 100%;}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
      min-width: 106px;
    height: 40px;
    background-color: #07104e;
    /* border-radius: 25px; */
    font-family: unset;
    /* font-size: 0.8rem; */
    color: #fff;
    line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border:none;
}

.login100-form-btn:hover {  background-color: #333333;}
.login100-form-btn span {cursor: pointer; display: inline-block; position: relative; transition: 0.5s;}
.login100-form-btn span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.login100-form-btn:hover span { padding-right: 25px;}
.login100-form-btn:hover span:after { opacity: 1;  right: 0;}
#login-img{width: 80%;}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  /* .login100-form { padding: 43px 15px 57px 117px; } */
  .login100-form { padding: 0px; }
  .wrap-login100{width:100%; text-align: center;}
  #login-img{width: 40%;}
  .wrap-input100{ margin:0 auto;}
  .label-input100 { font-size: 16px; display:none;}
  .container-login100-form-btn, .flex-sb-m, .btm_sec{margin:0 auto;}
  #forgetPasswordTable{width:100% !important;}
  #forgetPasswordTable .input100{margin-top: 1rem;}
}

@media (max-width: 480px) {
  .login100-form { padding: 43px 15px 57px 15px;  }
  .label-input100 { text-align: left; position: unset; top: unset; left: unset; width: 100%; padding: 0 5px; }
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {  position: relative;}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {visibility: visible; opacity: 1;}

@media (max-width: 992px) {
  .alert-validate::before { visibility: visible; opacity: 1;}
}

.m-b-26 {margin-bottom: 26px;}
.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    }
    
.w-full { width: 80%; }
.p-b-10 { padding-bottom: 10px; }
.txt1 { font-family: Poppins-Regular; font-size: 12px; line-height: 1.4; color: #999999; text-decoration: none;
		background: antiquewhite;
    	padding: 0.2rem 0.6rem;
    	border-radius: 1rem;
    	}
    	
.txt1:hover{  text-decoration: underline; color: #2d8f38;	}
.buttom_txt{
	        text-align: center;
    position: relative;
    background: #fff;
    display: inline-block;
    top: -0.8rem;
    padding: 0 6px;
    margin-bottom: 0px;
    color: #455A64;
    font-size: 12px;
    font-weight: 700;
    margin-left: 0.5rem;
    font-size: 0.8rem;
}	
.buttom_txt a:hover{text-decoration: underline; color: #2d8f38;}
.btm_sec{border-top: 1px solid #9a999996;  padding-top: 0rem;  width: 80%; text-align: end; margin-top: 0.6rem;}
input::placeholder {color: #0000004f;  font-size: 14px; font-style: italic; font-weight: 600;}
.w-100-pass{ text-align: end;  margin: 0.4rem 0rem; width: 80% !important;}

/*checkbox*/
.checkbox-wrapper-3 input[type="checkbox"] { visibility: hidden; display: none;  }
.checkbox-wrapper-3 .check_text{font-size: 11px; margin-left: 0.4rem;}
.checkbox-wrapper-3 .toggle {
	position: relative;
    /* display: block; */
    width: 40px;
    /* height: 20px; */
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-3 .toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-3 .toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
  }

  .checkbox-wrapper-3 #cbx-3:checked + .toggle:before { background: #947ADA;  }
  .checkbox-wrapper-3 #cbx-3:checked + .toggle span {
    background: #4F2EDC;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .checkbox-wrapper-3 #cbx-3:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
  }
/*checkbox css end*/

/*flip css START*/
#flip-card {
  /* position: absolute; */
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
      margin-top: 1rem;
}
.do-flip {
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
/* #flip-card-btn-turn-to-back, #flip-card-btn-turn-to-front {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: white;
  cursor: pointer;
  visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: .7em;
  padding: 0;
  color: grey;
  border: 1px solid grey;
} */
#flip-card .flip-card-front, #flip-card .flip-card-back{
  position: absolute;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

#flip-card .flip-card-back{
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* #flip-card .flip-card-front p, #flip-card .flip-card-back p {
  color: grey;
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
} */
/*flip css END*/

/*check icon START*/
/* #forgetOtpVerified */
.otpverifystyle{
	line-height: 3rem;
    vertical-align: middle !important;
    color: #4e993e;
    font-weight: 600;
    font-size: 0.8rem;
    }
.otpverifystyle svg{ width: 1.6rem; margin-top: -0.6rem;}
.otpverifystyle .path {
	 stroke-dasharray: 1000;
	 stroke-dashoffset: 0;
}
.otpverifystyle .path.circle {
	 -webkit-animation: dash .9s ease-in-out;
	 animation: dash .9s ease-in-out;
}
.otpverifystyle .path.line {
	 stroke-dashoffset: 1000;
	 -webkit-animation: dash .9s .35s ease-in-out forwards;
	 animation: dash .9s .35s ease-in-out forwards;
}
.otpverifystyle .path.check {
	 stroke-dashoffset: -100;
	 -webkit-animation: dash-check .9s .35s ease-in-out forwards;
	 animation: dash-check .9s .35s ease-in-out forwards;
}
 @-webkit-keyframes dash {
	 0% {
		 stroke-dashoffset: 1000;
	}
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @keyframes dash {
	 0% {
		 stroke-dashoffset: 1000;
	}
	 100% {
		 stroke-dashoffset: 0;
	}
}
 @-webkit-keyframes dash-check {
	 0% {
		 stroke-dashoffset: -100;
	}
	 100% {
		 stroke-dashoffset: 900;
	}
}
 @keyframes dash-check {
	 0% {
		 stroke-dashoffset: -100;
	}
	 100% {
		 stroke-dashoffset: 900;
	}
}
 
/*check icon END*/

#validateForgetOtpModal .modal-content, #otpValidate .modal-content{
	position: relative;
    width: 70%;
    margin: 3rem auto;
    padding: 1rem;
}

.btn-close-mod{background: #fff;  color: #000000c4;  border: 2px solid #00000057;}

#validateForgetOtpModal .modal-title, #otpValidate .modal-title, #loginSuccessModal .modal-title{
	font-weight: 700; 
	font-size: 1rem !important; 
	color: #050e4c; 
	letter-spacing: 0.1rem;
	}

.log_error .btn-close{font-size: 0.7rem;}

#reSendOtp{background: chocolate;}

.b-0{border: 0px;}

/*registration*/
.cat-title{
	color: #061977;
    font-family: fantasy;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
    text-align: center;
    }

.cat-title:after {
    background: #f7941d;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    width: 80px;
}

/* #applicantCategory{
	background-color: #eaeaea;
    border-radius: 10px;
    height: 40px;
    overflow: hidden;    
    display: inline-flex;
    }
    
#applicantCategory div{
 	border-right: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    min-width: 140px;
    padding: 0 15px;
    text-align: center;
 } */
 
 
 #reg_main_div h5{text-align: center;    color: #808080; }
/*  .form-check-input:checked[type=radio]{border:2px solid red;} */\

#reg_main_div{padding: 2rem 8rem !important; border:2px solid red;}
.error {	color: #FF0000; }
.login_title{
	font-size: 30px; text-transform: uppercase; font-weight: 700; margin: 1rem; color: #d3d3d3;
}

#reg_main_div .label-input100{font-size: 0.8rem;}

.sign-buttons{
	/* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0px 0px 25px 0;
    /* width: 80%; */
    text-align: end;
    }
    
.login-w-button{
	/* display: flex; */
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    /* border: 1px solid #3676FF; */
    background: #fff;
    padding: 10px;
    height: 40px;
    width: 200px;
    border-radius: 5px;
    color: #222222;
    transition: .3s ease all;
    font-size: 14px;
    box-shadow: 0 0 15px #0000000f;	
}    
    
.login-w-button:hover{
    background: #eef4ff;
    border: 1px solid #a3c1f5;
    box-shadow: 0 0 5px #00000020;
}

.w-100{width:100px;}

/*top toggle for OTP*/
.toggle-button-cover {
  /* display: table-cell; */
  display: block;
  position: relative;
  box-sizing: border-box;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.buttonknob {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  /* margin: -20px auto 0 auto; */
  overflow: hidden;
}

.buttonknob.r,
.buttonknob.r .layer {
  border-radius: 100px;
}

.buttonknob.b2 {
  border-radius: 2px;
}

.checkboxknob {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/*login radios*/
.hide {  display: none;}
#otp_container {
  /* width: 28em; */
    background-color: #ffffff;
    padding: 4em 0em;
    border: 0em;
}
#otp_container .otpinputfield {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#otp_container .otpinputfield .otpinput {
  height: 2.4em;
    width: 2.4em;
    border: 1px solid #dad9df !important;
    outline: none;
    text-align: center;
    font-size: 1.4em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
  /*Hide number field arrows*/
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* #otp_container #otpsubmit {
  background-color: #044ecf;
  border: none;
  outline: none;
  font-size: 1.2em;
  padding: 0.8em 2em;
  color: #ffffff;
  border-radius: 0.1em;
  margin: 1em auto 0 auto;
  cursor: pointer;
} */
.show {
  display: block;
}
.otpinput:disabled {
  color: #89888b;
}
.otpinput:focus {
  border: 3px solid #ffb800;
}




/* Button 11 */
#button-11 {
  overflow: visible;
}

#button-11 .knobs {
  perspective: 70px;
}

#button-11 .knobs:before,
#button-11 .knobs:after,
#button-11 .knobs span {
  position: absolute;
  top: 4px;
  border-radius: 2px;
}

#button-11 .knobs:before,
#button-11 .knobs:after {
  /* width: 20px;
  height: 10px; */
  color: #4e4e4e;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 10px 8px;
}

#button-11 .knobs:before {
  content: "OTP";
  left: 4px;
}

#button-11 .knobs:after {
  content: "User Id";
  right: 4px;
}

#button-11 .knobs span {
  right: 4px;
  width: 55px;
  height: 30px;
  background-color: #03a9f4;
  transform: rotateY(0);
  transform-origin: 0% 50%;
  /* transition: 0.6s ease all; */
  z-index: 1;
}

#button-11 .checkbox11:checked + .knobs span {
  transform: rotateY(-180deg);
  background-color: #f44336;
}

#button-11 .checkbox11:checked ~ .layer {
  background-color: #fcebeb;
}

.button11 {
  position: relative;
   /*  top: 50%; */
    width: 120px;
    height: 40px;
    margin: -10px 0 0 auto;
  overflow: hidden;
}

.button11.r,
.button11.r .layer {
  border-radius: 100px;
}

.button11.b2 {
  border-radius: 2px;
}

.checkbox11 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}
