html, body {
	background-color: #fff;
}
html {

}
.layout-wrap {
	background: url("../img/layout-rbg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
	min-height: 555px;
	overflow: hidden;
	background-size: cover;
	border-bottom:4px solid #b54321;
	padding:20px 0;
}
.wrap{
	width:990px;
	margin:auto;
}
.box{
	margin-top: 180px;
	text-align: center;
	margin-right: 70px;
	vertical-align: top;
}
a{
	color:#B54321;
}
a:hover{
	color:#a13f21;
}
.clear{
	clear:both;
}
.group-logo {
	display:inline-block;
	text-align: left;

}
.logo{
	display:inline-block;
	margin-right:20px;
	position:relative;
	top: 80px;
	vertical-align: top;
}
.logo span{
	display:inline-block;
	color: #261C01;
	font-family: Georgia,Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	left: 0;
	position: absolute;
	text-align: center;
	top: 54px;
	width: 281px;
}

/* The white background content wrapper */
.group-logo > .content {
	background-color: #fff;
	padding: 20px 30px;
}

.login-form {
	width: 276px;
}

legend {

	font-weight: bold;
	color: #404040;
}
.group-logo > .content .row{
	margin:0;
}
.login-form form{
	margin:0;
}
.login-form h2{
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 0 15px;
}
.login-form input{
	padding:1px 8px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	color: #C5C5C5;
	font-size: 14px;
	height: 30px;
	line-height: 26px;
	width: 276px;
	text-shadow:inherit;
	box-shadow:inherit;
}
.login-form button{
	background-color: #b54321;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	height: 35px;
	padding: 0 35px;
	border:0;
	background-image:none;
	text-shadow:inherit;
	box-shadow:inherit;
	float:left;
	display:block;
}
.login-form button:hover{
	background-color: #383838;
	color: #fff;
}
.login-form a.btn{
	background-color: #EFEFEF;
	color: #000;
	background-image: none;
	border: 0 none;
	border-radius: 3px;
	box-shadow: inherit;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	font-size: 12px;
	padding: 0 15px;
	text-shadow: inherit;
	line-height: 39px;
	text-transform: uppercase;
}
.login-form a.btn:hover{
	background-color: #fff;
}
.login-form .reg{
	display:block;
	float:left;
	background-color: #fff;
	color: #B54321;
	border-radius: 0;
	font-size: 14px;
	height: 35px;
	padding: 0 35px;
	border:0;
	line-height: 35px;
	margin-right:20px;
}
.layout-wrap.reg .login-form{
	width: 397px;
}
.layout-wrap.reg .box {
	margin-top: 80px;
	margin-right: 120px;
}
.layout-wrap.reg .login-form .mb-3{
	margin: 0 0 15px;
}
.layout-wrap.reg .login-form .mb-3 .form-label{
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
}
.layout-wrap.reg .login-form input{
	width:100%;
}
.layout-wrap.reg .login-form .form-actions{
	margin-left: 0
}
.layout-wrap.forgot .box {
	margin-top: 195px;
}
.layout-wrap.forgot .logo{
	top: 55px;
}
.layout-wrap.reg .logo {
	top: 190px;
}
.form-horizontal .control-label {
	color:#BFBFBF;
	float: left;
	font-weight: 400;
	font-size: 13px;
	padding-top: 5px;
	padding-left:0px;
	padding-right:0px;
	text-align: left;
	width: 110px;
}
.form-horizontal .control-group {
	margin-bottom: 12px;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-bottom: 12px;
}


.form-horizontal .controls {
	margin-left: 120px;
}
.form-actions {
	background:none;
	border-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align:left;
}
.form-horizontal .form-actions{
	padding: 0;
}
a.forgot{
	display:block;
	font-size:11px;
	margin-top:5px;
}
.prev{
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 0 0 15px;
	padding: 0;
	width: 110px;
}
.alert-danger{
	padding:10px 15px;
	background-color:#F7F7F7!important;
	border:1px solid #B54321!important;
}
.alert.alert-danger {
	border-radius: 0;
}
.alert ul{
	margin:0;
	padding:0;
	margin-left:15px;
	font-size:12px;
}
.alert-success{
	padding:10px 15px;
	background-color:#F7F7F7!important;
	border:1px solid #7dcf5c!important;
}
.alert.alert-success{
	border-radius: 0;
}


