
#pswd_info {
	position: absolute;
	bottom: 17%;
	right: 52%;
	width: 23%;
	padding: 15px;
	background: #fefefe;
	font-size: .875em;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
	border: 1px solid #ddd;
	display: none;
}

#pswd_info::before {
	content: "\25B2";
	position: absolute;
	top: -12px;
	left: 45%;
	font-size: 14px;
	line-height: 14px;
	color: #ddd;
	text-shadow: none;
	display: block;
}

#pswd_info h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

.valid {
	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
}

.valid {
	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
}
#popup {
  position: fixed;
  top: 8%;
  left: 47%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  padding: 20px;
  text-align: center;
  color: white;
  background: limegreen;
  width: 35em;
}
#popup1 {
  position: fixed;
  top: 8%;
  left: 47%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid black;
  padding: 20px;
  text-align: center;
  color: white;
  background: limegreen;
  width: 35em;
}





 input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
  
        input[type=number] {
            -moz-appearance: textfield;
        }
        
    .form-groupids{
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 4px;
}
body{
    height: 100vh;
    overflow: hidden;
}
.footer_wrap {
    position: fixed !important;
    bottom: 0px;
    width: 100%;
}
.intro-three-Wrap {
    background: url(../../../images/landing/Bg/bg.jpg) 50%/cover repeat !important;
    height: 100vh;
    }
    
    
    
    
