.divform {
	margin: 10px 0;
	overflow: hidden;
}

.authform .form-group {
	margin: 10px auto;
	overflow: hidden;
}

.fbbutton {
	display: inline-block;
	padding: 10px 10px;
	font-size: 13px;
	background: #4965a0;
	border-radius: 2px;
	color: white;
	text-decoration: none;
}
.fbbutton:hover {
	background: #46629e;
	color: white;
	text-decoration: none;
}
.fbbutton i {
    border-right: 1px solid rgba(255,255,255,0.5);
    margin-right: 9px;
    padding-right: 9px;
}