@import url('bootstrap-rtl.min.css');
/*Form Validation */
label.valid {width: 24px; height: 24px;
	background: url(../../assets/images/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
	}
label.error {font-weight: bold; color: red; padding: 2px 8px; margin-top: 2px;}

/*UserCheck*/
#check_username_availability{background: #225384;border:1px solid black;color:white;}
body{font-family: Tahoma, Geneva, sans-serif;
background-color:#373737;}
input{padding:5px;font-family: Tahoma, Geneva, sans-serif;}
.is_available{color:green;}
.is_not_available{color:red;}
#loading{right:10px;position:relative;top:3px;visibility:hidden;}
#error{background-color:#ffebe8;border:1px solid #dd3c10;padding:7px 3px;text-align:center;
margin-top:10px;visibility:hidden;
}
/*Password strenght*/
#PwdStrength{height:10px;display:block;float:left;}
.strength0{width:220px;background:#F4F4F4;}
.strength1{width:50px;background:#ff0000;}
.strength2{width:100px;	background:#FC0;}
.strength3{width:120px;background:#56e500;}
.strength4{background:#4dcd00;width:150px;}
.strength5{background:#399800;width:220px;}
