/* Edrington Login Page - Aaron Elliott - forwardtrends.com */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fonts */

body,
input,
textarea {
	font-family: 'Ek Mukta', "Myriad Pro", sans-serif;
}

/* general structure */

.container                                 
{
    position: relative;
    display:block;
    width: 800px;
    height:500px;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
  
}

.loginContainer-Portal {
	background-image:none;
	background-color:rgba(255,255,255,0.90);
	width:400px;
	height:250px;
	margin-left:-640px;
	margin-top:-50px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	padding:30px 16px;
	top:50%;
	left:50%;
	position:absolute;
	z-index:9997;
}



/* =Global Elements
-------------------------------------------------------------- */

html { 
	height:100%;
	min-height:100%;
    min-width:100%;
	
}

body {
	background-color:#000;
	height:100%;
	min-height:100%;
	background-image:url(/globalassets/ihgstore/login/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #00aeef;
	border: 0;
	clear: both;
	height: 3px;
	margin-bottom: 10px;
}

/* general classes */

.vert-50 {
	top: 50%;
    transform: translateY(-50%);
}

.center {
	text-align:center;
}

.right {
	text-align:right;	
}

.left {
	text-align:left;	
}

.hidden {
	display:none!important;	
}

.ico {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
	display:inline-block;
	text-decoration:none;
	color:#333;
	font-size:11px;
	line-height:15px;
}

a.ico:hover {
	text-decoration:underline;	
}

.btn {
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:50px!important;	
}

.rounded {
	-moz-border-radius: 8px!important;
	-webkit-border-radius: 8px!important;
	border-radius: 8px!important;
	-khtml-border-radius: 8px!important;
}

.gray {
	background-color:#d1d3d4!important;	
}

/* specific structure */

#age-gate {
	background-image:none;
	background-color:rgba(0,0,0,1);
	width:400px;
	height:250px;
	margin-left:-200px;
	margin-top:-125px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	padding:30px 16px;
	top:50%;
	left:50%;
	position:absolute;
	-moz-border-radius: 8px!important;
	-webkit-border-radius: 8px!important;
	border-radius: 8px!important;
	-khtml-border-radius: 8px!important;
	z-index:9999;
}

#logo {
	display:block;
	position:absolute;
	width:400px;
	height:100px;
	margin-left:-640px;
	margin-top:-150px;
	background-color:rgba(255,255,255,0.90);
	top:50%;
	left:50%;
	text-align:center;
}
#logo img {
	position:relative;
	width:auto;
	height:auto;
	max-width:80%;
	margin:0 auto;
}


#footer {
	display:block;
	position:fixed;
	bottom:0;
	width:100%;
	height:22px;
	padding:0px;
	background-color:rgba(0,0,0,0.90);
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}

.footer-left {
	position:absolute;
	width:40%;
	left:20px;	
}

.footer-right {
	position:absolute;
	width:40%;
	right:20px;
	text-align:left;	
}

#footer p {
	color:#666;	
	line-height:22px;
	font-size:11px;
}

#footer a {
	color:#666;
	text-decoration:none;	
}

#footer img {
	display:inline-block;
	width:auto;
	height:auto;
	max-height:22px;	
}

/* buttons */

a.button, input.submit, input[type=submit] {
	text-decoration: none;
	display: inline-block;
	padding: 0px 16px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 48px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	background-color: #477626;
	border:0px!important;
	white-space:nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	text-transform:uppercase;
}

a.button:hover, input.submit:hover, input[type=submit]:hover, .loginButton-Portal input:hover {
	cursor: pointer;
	background-color: #000;
	text-decoration: none;
}

/* forms */

input[type="text"], input[type="password"] {
	font-size:16px;
	color:#CCC;
	height:48px;
	line-height:48px;
	padding:0px 10px 0px 10px!important;
	display:block;
	background-color:#FFF;
	border:none;
	width:100%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	-webkit-box-shadow:none!important;
}

input[type="text"]:focus, input[type="password"]:focus {
	color:#333;
}

select {
	padding:5px;
	font-size:16px;
	background-color:#fff;
	border:0;
}

.form-field, .loginUserName-Portal, .loginPassword-Portal {
	display:block;
	width:100%;
	margin-bottom:10px;
	padding-left:0px;
	background-repeat:no-repeat;
	background-position:center left;
	height:48px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}


.loginButton-Portal {
	display:block;
	position:absolute;
	width:auto;
	right:16px;
	margin-top:10px;
	text-align:right;
}

.remember-me-portal {
	display:block;
	position:absolute;
	width:auto;
	margin-left:60px;
	margin-top:10px;
}

.selfRegistrationLink-Portal {
	display:block;
	position:absolute;
	width:auto;
	margin-left:0px;
	margin-top:22px;
}

.passwordResetLink-Portal {
	display:block;
	position:absolute;
	width:auto;
	margin-left:0px;
	margin-top:42px;
}

.go-field p, .go-field label, .go-field a, .remember-me-portal label, .passwordResetLink-Portal a, .selfRegistrationLink-Portal a {
	font-size:16px;
	color:#333;	
}

.go-field p {
	margin-bottom:5px;	
}

.form-fields {
	display:block;
	margin-bottom:20px;
}	

#age-check {
	display:block;
	padding:20px 0px;
	text-align:center;	
}