/* -- 3.1 - PW -- */


#gen {
	text-align: center;
	padding: 75px 25px;
}
.pwtxt {
	margin-bottom: 30px;
	width: 100%;
	background: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #00468C;
	color: #00468C;
	font-size: 20px;
	padding: 10px 0px 10px;
}
.pwtxt2 {
	width: 480px;
	margin: 20px 10px 20px;
	background: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #00468C;
	color: #00468C;
	font-size: 20px;
	padding: 10px;
}
.pwtxt3 {
	width: 100%;
	background: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #00468C;
	color: #00468C;
	font-size: 20px;
	padding: 10px 0px 10px;
}
.myform select {
	margin-top: 10px !important;
	width: auto !important;
	background: #FFF !important;
	border: 1px solid #00468C !important;
	color: #00468C !important;
	font-size: 16px !important;
}
.pwtxt-gen, .txt-gen {
	width: 100px;
	height: 100px;
	background: #00468C;
	border: none;
	color: #FFF;
	padding: 10px;
	font-size: 32px;
	border-radius: 50px;
}
.pwtxt-gen:hover, .txt-gen:hover {
	background: #d2ebf9;
	color: #00468C;
	cursor: pointer;
}
.pw_strengthIndicator .strength {
	margin: 0px !important;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 25%;
	padding: 15px 0px 15px;
	text-align: center;
	color: #CCC;
	display: inline-block;
}
.pw_strengthIndicator .strength.weak.pass {
	margin: 0px !important;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
.pw_strengthIndicator .strength.medium.pass {
	margin: 0px !important;
	background: #eab92d;
	background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810));
	background: -webkit-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -o-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: -ms-linear-gradient(top, #eab92d 0%,#c79810 100%);
	background: linear-gradient(to bottom, #eab92d 0%,#c79810 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 );
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
.pw_strengthIndicator .strength.strong.pass {
	margin: 0px !important;
	background: #73d800;
	background: -moz-linear-gradient(top, #73d800 0%, #3dae10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73d800), color-stop(100%,#3dae10));
	background: -webkit-linear-gradient(top, #73d800 0%,#3dae10 100%);
	background: -o-linear-gradient(top, #73d800 0%,#3dae10 100%);
	background: -ms-linear-gradient(top, #73d800 0%,#3dae10 100%);
	background: linear-gradient(to bottom, #73d800 0%,#3dae10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d800', endColorstr='#3dae10',GradientType=0 );
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}
.pw_strengthIndicator .strength.hard.pass {
	margin: 0px !important;
	background: #51d430;
	background: -moz-linear-gradient(top, #51d430 0%, #309c39 44%, #1b653c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51d430), color-stop(44%,#309c39), color-stop(100%,#1b653c));
	background: -webkit-linear-gradient(top, #51d430 0%,#309c39 44%,#1b653c 100%);
	background: -o-linear-gradient(top, #51d430 0%,#309c39 44%,#1b653c 100%);
	background: -ms-linear-gradient(top, #51d430 0%,#309c39 44%,#1b653c 100%);
	background: linear-gradient(to bottom, #51d430 0%,#309c39 44%,#1b653c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51d430', endColorstr='#1b653c',GradientType=0 );
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
}

@media only screen and (max-width: 640px) { 

.pwtxt2 {
	width: 100%;
}

}