#accounts {

	a.item {
		height: 81px;
	
		&.item-icon-left {
	    padding-left: 57px;
		}

	 	>.item-note {
			color: $v-light-gray;
		}

		.error {
	    color: $v-error-color;
	    font-weight: 500;
	  }
	}	
}
