/*!
 * Strong And Secured Password Pro [VMJ] by Dr Manish Joshi
 * Copyright 2015-2022 
 */

.popover-title {
    color: blue;
    font-size: 15px;
}
.popover-content {
    color: #000000;
    font-size: 14px;
}
.popover-header {
    color: blue;
    font-size: 15px;
}
.popover-body {
    color: #000000;
    font-size: 14px;
}
.popover-content .passrequl {
    padding:5px;
	list-style-type: circle;
	color: #000000;
}

.popover-content .passrequl li span {
  position: relative;
  left: -6px;
}

.popover-body .passrequl {
    padding:10px;
	list-style-type: circle;
	color: #000000;
}
.popover-parent { 
    position: relative:
}
.popover-parent.popover {
    position: absolute;
    left: 0;
	width:100%;
}


.field-icon-vmj {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  background-color:transperant;
  padding:3px;
  border-radius:1px;
}

.field-icon-vmj-red {
	color:#FE2E2E! important;
}
.field-icon-vmj-green {
	color:#04B404! important;
}

.field-eye-font {
	font-size:16px! important;
}