.inner-wrapp {
	min-height: 500px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	margin-top: 60px;
	margin-bottom: 20%;
}

.inner-box-title.mainblock {
	background: #faf2ef;
	padding: 0 15px;
	min-height: 62px;
	display: flex;
	align-items: center;
}
.form-group{
	/* align-items: baseline; */
}
.errMsg{
	color:red;
}
.input-group input, .input-group select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e1d7d5;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    color: #000;
    /* width: 100%; */
    background: transparent;
}
.inputText {
    font-size: 14px;
    width: 268px;
    height: 35px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 12px;
    transition: 0.2s ease all;
    color: #8a8c8f;
}
.input-group input, .input-group select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e1d7d5;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    color: #000;
    /* width: 100%; */
    background: transparent;
}
.input-group input:focus, .input-group select:focus {
    border-bottom: 1px solid #8a89f7;
    outline: none;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: -10px;
  bottom: 10px;
  left: 0px;
  font-size: 13px;
  opacity: 1;
  
}

.loginlabel{
	top: 10px;
}

.forgotPassTop{
	margin-top: 10px;
}
.req::before {
    content: "*";
    color: #8b231d;
    font-size: 15px;
}
span.desc img {
    width: 20px;
    height: 20px;
    background: url(../../../images/Sprite.png) -321px -49px;
    margin-top: 18px;
}
.button{
	display:flex;
	justify-content: space-between;
}
.chngePwdBtn{
	border: 1px solid #8b231d;
	color: #fff !important;
    background: #8b231d !important;
}
@media screen and (min-width: 480px) {
  .inner-wrapp {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 576px) {
  .inner-wrapp {
   margin-bottom: 100%;
  }
}

.captchaImg{
	margin-bottom:-34px;
}
#img_captcha {
    background: url(../../../images/Sprite.png) -179px -2px;
    width: 20px;
    height: 20px;
    float: right;
}