html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif !important;
}

.users-form {
	width: 296px !important;
}

#signup-form .errorlist {
	padding: 0px;
	margin: 0 0 0 10px;
	list-style: circle;
}

.form-group,
#signup-form p {
	margin-bottom: 0.5rem !important;
}

.small {
	line-height: 1.2 !important;
}

.text-muted a {
	text-decoration: underline;
	color: inherit !important;
}

span.social-btn-title-sm {
	position: relative;
	left: -14px;
}

.btn-jackq-social {
	color: #0079d4 !important;
	background-color: #fff !important;
	border-color: #0079d4 !important;
}

.btn-jackq-social:hover {
	color: #fff !important;
	background-color: #0079d4 !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.btn-jackq-social:focus,
.btn-jackq.focus {
	color: #fff !important;
	background-color: #005ca3 !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.btn-primary {
	background-color: #0079d4 !important;
}

.btn-primary:hover {
	background-color: #2b6cc4 !important;
}

a {
	color: #0079d4 !important;
}