
/* Custom Login */

body {
    background: #fff;
}

#login {
    width: 320px;
    padding: 10px 0px;
    margin: auto;
	background: #ffffff;
	z-index: 99999;
}

#loginform {
    background: #fffbf5;
}

#wp-submit {
    box-shadow: 0px 1px 0px 0px #fff6af;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color: #ffec64;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
}

.login h1 a {
    width: 17vw;
    height: 8vw;
    background: url(images/logo_general.png) center center no-repeat !important;
    background-size: contain !important;
}

#customlogin_footer {
	display: block;
	width: 100%;
	height: 20vw;
    overflow: hidden;
    position: absolute;
    bottom: -2vw;
}

#customlogin_footerinner {
    display: block;
	width: 105%;
	height: 20vw;
	background: url(images/barge_background.jpg) center center no-repeat;
	background-size: cover;
    transform: rotate(-1.5deg);
    position: absolute;
	z-index: 99;
    left: -1vw;
    bottom: -5vw;
}

#nav {
	text-align: center;
}

#nav a {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

#nav a:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}

#nav a:active {
	position:relative;
	top:1px;
}
