/* Additional CSS */

.newsociallogins {
	padding-top: 20px;
	clear: both;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.newsociallogins a {
	text-decoration: none;
}

#loginform h3,
#registerform h3 {
	display: none;
}

.login-facebook:before {
    font-family: "Fontawesome";
    content: "\f09a";
    font-size: 16px;
    padding-right: 10px;
}

.login-facebook {
    background: #516eab;
    color: #fff;
    padding: 1em;
    clear: both;
	max-width: 265px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.login-front {
	margin: auto;
}

.login-facebook:hover {
	-moz-box-shadow: inset 0 0 10px #555;
	-webkit-box-shadow: inset 0 0 10px #555;
	box-shadow: inset 0 0 10px #555;
}