ACC SHELL

Path : /srv/www/vhosts/boardmanbikes/assets/css/
File Upload :
Current File : //srv/www/vhosts/boardmanbikes/assets/css/style.css

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body
{
	font-family: 'Helvetica Neue', Arial;
}


.wrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../gfx/bg.jpg) center -80px no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.box
{
	width: 400px;
	background: black;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 20px;
	left: 24%;
	text-align: center;
	padding: 10px;
	color: #fff;
	line-height: 1.5;
	font-size: 15px;
}

h1
{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.btn
{
	display: inline-block;
	background: #f8eb00;
	color: black;
	font-weight: bold;
	padding: 16px 30px;
	text-decoration: none;
}

a
{
	color: #f8eb00;
	text-decoration: underline;
}

.link
{
	color: #f8eb00;
}

div.cleaner
{
	clear: both;
	margin: 16px;
}

.flag
{
	margin-left: 10px;
	position: relative;
	top: -2px;
}

ACC SHELL 2018