/*
 Theme Name:   GeneratePress Child (AAC)
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.page-id-12206 #loginform input {
	width: auto !important;
	margin-right: 15px  !important;
}

#loginform {
	background-color: #EAEAEA;
	padding: 15px;
	margin-bottom: 15px;
}

.error404 p.login-username label {
	display: block;
}

.error404 p.login-username input[type="text"] {
	width: 100%;
}

.error404 p.login-password label {
	display: block;
}

.error404 p.login-password input[type="password"] {
	width: 100%;
}

.error404 p.login-submit {
	margin-bottom: 0px;
}

.error404 p.login-submit input[type="submit"] {
	background-color: #8c3a3c;
}

.create-account-button a {
	display: inline-block;
	padding: 10px 15px;
	color: #333;
	background-color: #F0F0F0;
}

.panel-group .panel-heading  a:before {
	font-family: 'Glyphicons Halflings';
	content: "\002b";
	float: left;
	transition: all 0.5s;
}

.panel-group .panel-heading.active a:before {
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	float: left;
} 


.panel-group h4 a:hover, .panel-group h4 a:active {
	text-decoration: none;
}

.panel-title {
	font-size: 24px;
	color: #8b9298;
}

.panel-title-right {
	padding-left: 0px;
}

.panel-title a {
	display: block;
	color: #44aaaa;
}
.panel-title-right a {
	display: block;
	color: #333;
}
.panel-heading  a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: left;
	transition: all 0.5s;
}
.panel-heading-right a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
} 
.panel-title a:hover, panel-title a:active {
	text-decoration: none;
}

h4 {
	font-weight: 18px;
	font-weight: bold;
}