@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz@0,6..12;1,6..12&display=swap');
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
}
*{
  font-family: 'Nunito Sans', sans-serif;
}
.DeptLogin{
  width: 100%;
}

.login__forms {
  width: 50%;
  float: left;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}

.login__forms .form-section{
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.login-inner-form .form-group {
  margin-bottom: 25px;
}
.login-inner-form .login__box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}

.login-inner-form .login__input, .login__box select {
  font-size: 16px;
  outline: none;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  float: left;
  width: 100%;
  padding: 8px 40px 11px 15px;
}

.login-inner-form .login__box i {
  position: absolute;
  top: 12px;
  right: 3px;
  font-size: 18px;
  color: #535353;
}

.form-section a {
  text-decoration: none;
    font-size: 14px;
    color: #bababa;
    font-family: 'Nunito Sans', sans-serif;
}
.login-inner-form .login__forgot{
  margin: 0;
  color: #a5a5a5;
  font-size: 14px;
}

.login__img {
  width: 50%;
  float: left;
  top: 0;
  bottom: 0;
  min-height: 114vh;
  z-index: -1;
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #251209, #2E0F00);
}

.Login-img-inner:before {
  content: "";
  width: 20%;
  height: 20%;
  position: absolute;
  top: 50px;
  left: 50px;
  border-radius: 100% 0 100% 100%;
  background-image: linear-gradient(to bottom, #585858, #2E0F00);
}

.Login-img-inner:after {
  content: "";
  width: 30%;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
  clip-path: polygon(0 0, 100% 50%, 100% 80%);
  background-image: linear-gradient(to bottom, #585858, #000000);
}

.Title{
  z-index: 999;
  max-width: 650px;
}

p {
  margin-bottom: 0;
  color: #fff;
  line-height: 28px;
}

h3 {
  position: relative;
  font-size: 52px;
  /* text-transform: uppercase; */
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  /* display: inline-block;
  overflow: hidden; */
}

h3 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  padding-left: 2px;
}

.logo img{
  height: auto;
  width: 34%;
  margin-bottom: 10px 
}

.login-inner-form .form-check{
  clear: both;
  text-align: justify;
  margin: 10px 0 20px;
  
}

.login-inner-form .form-check a {
  color: #d6d6d6;
  /* float: right; */
}

.login-inner-form .form-check-input {
  position: absolute;
  margin-left: 0;
}

.login-inner-form .form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  color: #e5e5e5;
  font-family: 'Nunito Sans', sans-serif;
  margin-left: 30px;
}
.form-check-label span{
  font-family: 'Nunito Sans', sans-serif;
}
.form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 3px;
}

.form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

 .form-check-input:checked {
  background-color: #ff8a00;
  border-color: #ff8a00!important;
}

 .btn-section{
  top: 20px;
  position: absolute;
  left: 0px;
  float: right;
  display: inline-block;
  width: 100px;
}

 .btn-section .link-btn {
  font-size: 14px;
  float: left;
  background: transparent;
  font-weight: 400;
  line-height: 50px;
  width: 120px;
  text-decoration: none;
  text-decoration: blink;
  text-align: center;
  color: #fff!important;
  border-radius: 0 50px 50px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}


 .form-section{
  text-align: center;
  padding: 40px 60px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #422a1f, #2E0F00);
}

 .form-section .form-section-innner:before{
  content: "";
  width: 20%;
  height: 20%;
  position: absolute;
  top: 50px;
  left: 24px;
  background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
  border-radius: 100% 0 100% 100%;
  z-index: -999;
}

 .form-section .form-section-innner:after {
  content: "";
  width: 30%;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
  clip-path: polygon(0 0, 100% 50%, 100% 80%);
  background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}

 .form-section h3{
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #fff;
}

 .form-section p {
  margin: 25px 0 0;
  font-size: 15px;
  color: #fff;
}

.form-section p a {
  color: #fff;
}

 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .form-section .social-list li {
  display: inline-block;
}

 .form-section .social-list li a {
  font-size: 13px;
  font-weight: 600;
  width: 125px;
  margin: 0 2px 5px 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
 .login__button {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  padding: 0 50px;
  position: relative;
  line-height: 40px;
  z-index: 1;
  transition: all .7s ease;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
cursor: pointer;
margin: 4px;
}

 .login__button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
  border-radius: 3px;
}

 .login__button:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .7s ease;
  z-index: -1;
}

 .login__button:hover {
  background: transparent;
}

 .login__button:hover:before {
  width: 0;
  opacity: 1;
  visibility: visible;
}

 .login__button:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

 .login__button {
  background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}

 .login__button:before {
  background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}

 .login__button:after {
  background-image: linear-gradient(to bottom, #ffb400, #ff8a00);
}

 .login__button:hover {
  color: #ff8a00;
  border: 2px solid #ff8a00;
}
/* Start Agency Login Section */
.Agency-Login{
  width: 100%;
  background: url("/static/images/userbg.jpg") 50% 0 no-repeat fixed;/* The image used */
  background-size: cover;
}
.Agency-Login .login__forms{
  width: 100%;
  min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    float: none;
}
.Agency-Login .login__img{
  align-items: normal;
  padding-top: 30px;
}
.Agency-Login h3{
font-size: 20px;
}
.Agency-Login  .form-section{
  border-radius: 0;
}
.Agency-Login .form-section .form-section-innner:before{
  display: none;
}
.Agency-Login .form-section .form-section-innner::after{
  display: none;
}
.Agency-Login .login__img{
  width: 56%;
}
/* End Agency Login Section */


/* Popup Error */
.hide{
	display:none;
}

.show{
	display:block;
}

 
.PromptSuccess, .PromptFail, .PromptSuccessTL {
	position:relative;
	top:100;
	z-index:1000;
	margin:0 auto;
	width:350px;
	padding:15px; border:1px solid transparent;border-radius:4px;
	color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;
	/* display:none; */
}
.PromptFail {
	color: #a94442;
    background-color: #f2dede;  
    border-color: #ebccd1;
}
.close {position:relative; left:26px; top:-27px; float:right; width:25px; height:25px; 
	border-radius: 6px;
	border-color: inherit;
    color:inherit;
}
.PromptSuccessTL{
	width:450px;
}

.alreadytext{
color: #bababa;
font-family: 'Nunito Sans', sans-serif;
font-size: 14px;
}


.Reg-Dist select, .Reg-Area select
{
width: 48.9%;
margin-right: 10px;
height: 36px;
border: 1px solid #7b7b7b;
border-radius: 3px;
float: left;
color: #848181;
margin-bottom: 15px;
}
.Reg-Area select{
  margin-right: 0;
}
/* Required class sign */
.Req-Sign{
  color: rgb(255 87 34);
}
.form-group::after {
  content:"*"; 
  color: #e32;
  position: absolute; 
  margin: 14px 0px 0px -20px; 
  font-size: 18px; 
  padding: 0 5px 0 0; }
/* Required class sign */


/* Basic styling for the custom dropdown Date: 22082024*/
.custom-dropdown {
	position: relative;
	display: inline-block;
	width: 88%;/* Adjust width as needed */
	/* margin: 5px; */
}
.custom-dropdown .dropdown-toggle {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
  border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	text-align: left;
}
.custom-dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.custom-dropdown .dropdown-menu label {
	display: block;
    padding: 8px;
	cursor: pointer;
	text-align: left;
}
.custom-dropdown .dropdown-menu label:hover {
	background-color: #f0f0f0;
}
.dropdown-menu input{
	width: auto;
}
.dropdown-toggle i{
	float: right;
	color: #000;
	font-size:18px
}
/* End of Multiple dropdown section */

/* for Double select  */
.double-div{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 5px 5px 11px 0; */
  padding-bottom: 10px ;
}

.double-div select {
  margin: 5px;
  width:86%;
  height: 44px;
  padding:8px;
  border: 1px solid rgb(182, 182, 182);
  outline: none;
  font-size:16px
}
