/*   login  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
    line-height: 1;
	background-color:#FFF;
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#body_login {
	margin:0 auto;
	/*background:url(../images/login/bgLogin1.png)  top no-repeat;*/
	width:471px;
	height:320px;
	margin-top:130px;
}

input#username {
    background-color: white;
    background-image: url(../images/login/text-bg.gif);
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    border: 1px solid #B5B8C8;
    padding: 1px 3px;
    width: 177px;
    height: 20px;
}
input#password {
    background-color: white;
    background-image: url(../images/login/text-bg.gif);
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    border: 1px solid #B5B8C8;
    padding: 1px 3px;
    width: 177px;
    height: 20px;
}
input#confirmPassword {
    background-color: white;
    background-image: url(../images/login/text-bg.gif);
    background-position: 0 0;
    background-repeat: repeat no-repeat;
    border: 1px solid #B5B8C8;
    padding: 1px 3px;
    width: 177px;
    height: 20px;
}
.btnLogin {
    border: none;
    width: 59px;
    height: 26px;
    width: 297px;
}
.btnLogin:hover {
    border: none;
    width: 59px;
    height: 26px;
    cursor: pointer;
    background-color: rgba(158,158,158,0.2);
    width: 297px;
}
.alignFormLogin 
{
	margin-top: 100px;
	margin-left: 263px;
	float: left;
}
.containerAlignFormLogin 
{
    float: left;
    height: 320px;
}
.alignFormLogin  .alignPass 
{
	padding-top: 15px;
}
.textversion {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: -10px;
}

.login .form-signin {
    max-width: 350px;
    padding: 100px;
    margin: 0 auto;
}

.login .divAvatar {
    margin-top: 20px;
    margin-left: 32%;
}