/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.password {
	position: relative;
}
.password-control {
    position: absolute;
    top: 17px;
    right: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
	background: url(../fonts/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(../fonts/no-view.svg) 0 0 no-repeat;
}

.pass_error {
	display: none;
	color: red;
}

.form_error {
	color: red;
}

.account-card-new img {
	object-fit: contain;
	margin: 0 auto;
}

.account-card-new:hover {
	cursor: pointer;
}

.rounded-circle {
    object-fit: contain;
    height: 100%;	
}

.error {
	color: red;
}