.login img {
	left: 27% !important;
	width: 120px !important; 
}

.btn-success {
	background-color: rgb(104,46,146) !important;
	background-image: linear-gradient(bottom, rgb(104,46,146) 50%, rgb(140,71,156) 50%, rgb(159,118,176) 100%);
	background-image: -o-linear-gradient(bottom, rgb(104,46,146) 50%, rgb(140,71,156) 50%, rgb(159,118,176) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(104,46,146) 50%, rgb(140,71,156) 50%, rgb(159,118,176) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(104,46,146) 50%, rgb(140,71,156) 50%, rgb(159,118,176) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(104,46,146) 50%, rgb(140,71,156) 50%, rgb(159,118,176) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(104,46,146)), color-stop(0.5, rgb(140,71,156)), color-stop(1, rgb(159,118,176)) );
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-image: linear-gradient(bottom, rgb(159,118,176) 50%, rgb(140,71,156) 50%, rgb(104,46,146) 100%);
	background-image: -o-linear-gradient(bottom, rgb(159,118,176) 50%, rgb(140,71,156) 50%, rgb(104,46,146) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(159,118,176) 50%, rgb(140,71,156) 50%, rgb(104,46,146) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(159,118,176) 50%, rgb(140,71,156) 50%, rgb(104,46,146) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(159,118,176) 50%, rgb(140,71,156) 50%, rgb(104,46,146) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(159,118,176)), color-stop(0.5, rgb(140,71,156)), color-stop(1, rgb(104,46,146)) );
}