/*box login*/
body.index{
	display: table;
	/*background-image: url("../admin/img/texturetastic_gray.png");
	background-repeat: repeat;*/
	width: 100%;
}


.box-login{
    width: 250px;
    margin: 82px 8px;
    border: 1px solid #aaa;
    display: table;
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.box-login h1{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

.box-login .form{
	float: left;
	background-color: #4674b5;
    padding: 22px;
    width: 260px;
	border-radius: 0 0 10px 10px;
}

.box-login .form div{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.box-login .form div:last-child{
	margin-bottom: 0;
}

.box-login .form span{
	float: left;
	margin-top: 8px;
	color: #fff;
}

.box-login .form input[type="text"],
.box-login .form input[type="password"]{
	float: right;
	width: 155px;
	padding: 10px;
	border: 1px solid #4674b5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 5px;
}

.box-login .form input[type="submit"]{
	float: right;
	padding: 10px;
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #4674b5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 5px;
	color: rgb(0, 60, 146);
}

.box-login .form input:hover{
	border: 1px solid #fff;
}
.contribue2{
    display: block;
    float: right;
    width: 320px;
    margin-top: 10px;	
}
/*box login*/