/*!
 * OPS - export 
 * CSS Custom
 * Copyright 2015 OPS - export 
 * 
 *
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}
* {
	border-radius:0 !important;
}
.full {
  background: url(../images/auto_parts.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.logo {
	max-width:400px;
	width:100%;
}
.logo-brand {
	max-width:120px;
	top: -2px;
    position: relative;
}
.color-row {
	background:rgba(246, 246, 247, 0.90);
}
.box {
	padding:50px;
	background: #322B65;
    color: #fff;
}
.box-left {
	padding:50px;
}
.help-block {
	margin:0px;
}
.small-link {
		font-size:12px;
		color:#999999;
		text-align:right;
}
.small-link a:hover{
	text-decoration:none;
	color:#941E77;
}