.vlogin-content {
	width: 100%!important;
	max-width: 440px!important;
}
.forgotForm{
	padding: 0 30px;
	position: relative;
}
.forgotForm	input.v-button {
	float: right;
	flex: 1 1;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
}
.resetpassForm input{
	border-left-width: 1px!important;
}


.v-input:focus + .ic-input{
	left:40px;
}

.text-danger{
	font-size: 12px;
}
.text-danger ul{
	margin: 0;
	padding: 0;	
}
.text-danger ul li{
	list-style: none;
}

.validation-summary-errors + .v-input{
		padding-right: 32px;
		background-position: center right 8px;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' style='fill:rgba(198, 32, 38, 0.9);' d='M8 1c3.866,0 7,3.134 7,7 0,3.866 -3.134,7 -7,7 -3.866,0 -7,-3.134 -7,-7 0,-3.866 3.134,-7 7,-7zm0.05 9c0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 -0.553,0 -1,-0.448 -1,-1 0,-0.552 0.447,-1 1,-1zm2.35 -2.7c-0.465,0.696 -1.537,1.273 -1.8,1.8l-1.6 0c0,-1.576 2,-1.475 2,-2.901 0,-0.627 -0.564,-0.8 -1.1,-0.8 -0.601,0 -1.201,0.2 -2,0.601l-0.601 -1.2c0.962,-0.535 2.79,-1.116 4.037,-0.628 1.207,0.474 1.801,2.022 1.064,3.128z'/></svg>");
}

