/* for togglepassword positioning */
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 45px;
    text-align: center;
    pointer-events: none
}

.togglepassword-right {
	position: relative;
}

.togglepassword-right .form-control {
	padding-right: 42.5px;
}

.togglepassword-right label~.form-control-feedback {
    top: 35px
}

.togglepassword-right label.sr-only~.form-control-feedback {
    top: 0
}

.form-horizontal .togglepassword-right .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
	.form-inline .togglepassword-right .form-control-feedback {
        top: 0
    }
	.navbar-form .togglepassword-right .form-control-feedback {
        top: 0
    }
}

/* for password masking */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.f4769f9bdb74.eot");
    src: url("../fonts/glyphicons-halflings-regular.f4769f9bdb74.eot?#iefix") format('embedded-opentype'),url("../fonts/glyphicons-halflings-regular.448c34a56d69.woff2") format('woff2'),url("../fonts/glyphicons-halflings-regular.fa2772327f55.woff") format('woff'),url("../fonts/glyphicons-halflings-regular.e18bbf611f2a.ttf") format('truetype'),url("../fonts/glyphicons-halflings-regular.89889688147b.svg#glyphicons_halflingsregular") format('svg')
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.form-group .glyphicon {
    cursor: pointer;
    pointer-events: all;
    /* top: 10px; */
}

.form-group .glyphicon_register {
    cursor: pointer;
    pointer-events: all;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}