.card-pan{
	width:100%;
}
.bg-gradient-primary-login {
        width: 100%;
   // background: url(../img/Innerpager_Pattern.jpg);
    background-repeat: repeat;
	background-image: linear-gradient(to right, #7E4555 0%, #7E4555 100%);	
}
.log_mt
{
margin-top:60px;
}
.err_all .status_msg_error{
  font-size: 13px;
  color: red;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom:20px;
}
.err_all .status_msg_success{
  font-size: 13px;
  color: green;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom:20px;

}
.bg-purple
{
background: #dd6ccfed;
    color: #fff;	
	
}
.red_sym
{
	color:red; font-size:19px; font-weight:bold;
}


.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
	font-style: normal;
}

.input-icon > input {
  padding-left: 20px;
	padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
 /* padding-left: 0; */
  padding-right: 25px;
  /*text-align: right; */
}
