﻿.password-input-wrapper {
	position: relative;
}

.password-input
{
	box-sizing: border-box;
	padding-right: 30px;
	width: 100%;
	float: left;
}

.password-peek {
	position: absolute;
	right: 0;
	width: 30px;
	border: 0;
	padding: 0;
	vertical-align: middle;
	background: transparent;
}

.strength0   {  background-color: #f94144; } /* red */
.strength1   {  background-color: #f8961e; } /* orange */
.strength2   {  background-color: #f9c74f; } /* yellow */
.strength3   {  background-color: #90be6d; } /* pale green */
.strength4   {  background-color: #43aa8b; } /* green */

.strength-text {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.warning {
	background: #f9c74f;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 25%;
	padding: 0;
}