
	/*Portal Register page css*/
.ibox-content {
	padding: 50px 100px 35px 100px;
}

.loginColumns{
	max-width:100% !important;

}
.top-right{
	float:right;
}
.loginColumns {
	margin: 0;
	padding: 0;
}

.login-image {
	padding-right:0px;
}

.login-image img{
	width:100%;
	object-fit: fill;
}
.footer{
	border-top: 0px;
}
/*.full-height{*/
	/*height: auto;*/
/*}*/
/*.full-width{*/
	/*width: 92% !important;*/
	/*margin: 0 14px;*/
/*}*/

.m-t-15{
	margin-top: 15px;
}
.help-block{
	margin-top: 2px !important;
	padding-left: 0;
}
.fg-low-margin {
	/*margin-bottom: 62px;*/
	/*margin: 9px 0;*/
	margin-bottom: -10px;

}
	.portal-login-register .form-group{
		margin-bottom: 0;
	}
	.portal-login-register .has-error .col-lg-12{
		padding-left: 0;
	}

.fg-no-margin.has-error .help-block, .fg-low-margin.has-error .help-block{
	margin-bottom: 0;
}
/*.form-control{*/
	/*margin-bottom: 10px;*/
/*}*/
	.animated .portal-register-row{
	height: 100%;
	}

@media screen and (max-device-width: 768px){
	.ibox-content {
		padding: 30px 20px 30px 30px !important;
	}
}

/*Portal Register page css*/



/*!* CSS Document *!*/
/*.ibox-content {*/
  /*padding: 50px 100px 20px 100px;*/
/*}*/

/*.loginColumns{*/
	/*max-width:100% !important;*/

/*}*/
/*.top-right{*/
	/*float:right;*/
/*}*/
/*.loginColumns {*/
  /*margin: 0;*/
  /*padding: 0;*/
/*}*/

/*.login-image {*/
	/*padding-right:0px;*/
/*}*/

/*.login-image img{*/
	/*width:100%;*/
/*}*/
/*.footer{*/
	/*border-top: 0px;*/
/*}*/

/*@media screen and (max-device-width: 768px){*/
	/*.ibox-content {*/
	  /*padding: 30px 20px 30px 30px !important;*/
	/*}*/
/*}*/

/* ------------------------------password hide and show---------------------------- */
.password-div {
    position: relative;
}

.toggle_password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    
}

.toggle_password:focus {
    outline: none;
}

.toggle_password i {
    font-size: 1.2em;
    color: #4787da;
}

.toggle_password i:hover {
    color: #1c5db2;
}
