/* Utz Login Page - Destiny Karrington */

/* 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: 860px;
    padding:0px;
	margin:0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.loginContainer {
	background-image:none;
	background-color:#fff;
	width:100%;
	height:285px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:16px 16px 0px 16px;
	z-index:9997;
    border: solid 2px #1B325D;
	border-top:none !important;
}

#ssologinarea {
    text-align: center;
    background: white;
	color: #1B325D;
    font-size: 20px;
    padding-top: 10px;
	display:block;
	border: solid 2px #1B325D;
	border-bottom:none;
	z-index: 9997;
    margin-top: -1px;
}

.loginoptions{
	margin-top:25px;
	color:gray;
	display:block;
}


/* =Global Elements
-------------------------------------------------------------- */

html {
	height:100%;
	min-height:100%;
    min-width:100%;

}

body {
	background-color:#BABCBE;
	height:100%;
	min-height:100%;

}

body,
input,
textarea {
	color: #666;
	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:10px!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 */

#ctl00_cphBody_BodyPanel {
    background-color: #fff;
    height: auto;
    min-height: 100%;
    background-image: url(/globalassets/utz/utz_brands_pop-and_rack_e-commerce.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    background-attachment: fixed;
    vertical-align: middle;
}

#login {
	position:relative;
	display:block;
	width:100%;
	height:585px;
	padding:150px 0 0 0;
}

#login-container {
	position: relative;
	display:block;
	width:400px;
	height:auto;
	margin:10% auto;
}

#age-gate {
	background-image:none;
	background-color:rgba(0,0,0,1);
	width:320px;
	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:relative;
	width:100%;
	height:auto;
	padding:0px;
	background-color:#E6E7E8;
	text-align:center;
}

#logo img {
	display:none;
	width:100%;
	height:auto;

}

#footer {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:50px 0px;
	background-color:#BABCBE;
	-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:right;
}

.footer-chunk {
	position:relative;
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer p {
	color:#333;
	line-height:20px;
	font-size:12px;
	width:90%;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer img {
	display:inline-block;
	width:auto;
	height:auto;
	max-height:22px;
}

/* buttons */
#ssobutton{
	color:white;
	background-color: #1B325D;
	font-size:20px;
	padding:15px 65px;
	margin-top:10px;
	border-radius:30px;
	border-color:#A2A19F;
	width:62%;
}
#ssobutton:hover{
	background-color:#D72D31;
}
a#ssolink{
	color:white;
	text-decoration:none;
}

a.button {
	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: #1B325D;
	border:0px!important;
	white-space:nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	}

a.button:hover {
	cursor: pointer;
	background-color: #D72D31;
	text-decoration: none;
}

input.submit, input[type=submit] {
	display:block;
	position:relative;
	width:110px;
	height:34px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	text-decoration:none;
	background-image:url(/globalassets/Utz/LoginButton.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:transparent;
	border:0;
	margin:-25px 240px;
	cursor:pointer;
}

input.submit:hover, input[type=submit]:hover, .loginButton-Portal input:hover {
	text-decoration:underline;
}

/* forms */

input[type="text"], input[type="password"] {
	font-size:16px;
	color:#666;
	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:#000;
}

#ctl00_cphBody_ctl00_LoginViewControl_CustomLoginControl_UserName {
	margin-top: 30px;
    border: solid 1px #808080;
	width: 350px;
}



#ctl00_cphBody_ctl00_LoginViewControl_CustomLoginControl_Password {
	margin-top: 60px;
    border: solid 1px #808080;
	width: 350px;
}


select {
	padding:5px;
	font-size:16px;
	background-color:#efefef;
	border:0;
}

.form-field, .loginUserName-Portal, .loginPassword-Portal {
	display:block;
	width:100%;
	margin-bottom:16px;
	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:248px;
	margin-top:30px;
	text-align:center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.remember-me-portal {
	display:block;
	position:absolute;
	width:auto;
	margin-left:60px;
	margin-top:10px;
}

.selfRegistrationLink-Portal, passwordResetLink-Portal {
	display:block;
	position:absolute;
	width:auto;
	margin-left:0px;
	margin-top:16px;
}

.go-field p, .go-field label, .go-field a, .remember-me-portal label, .passwordResetLink-Portal a, .selfRegistrationLink-Portal a {
	font-size:13px;
	color:#000;
	text-decoration:none;
}

.go-field p {
	margin-bottom:5px;
}

.form-fields {
	display:block;
	margin-bottom:20px;
}

#age-check {
	display:block;
	padding:20px 0px;
	text-align:center;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#PasswordLabel{
	color: #000;
    font-size: 16px;
    margin: 128px 16px;
	position: absolute;
}


#UsernameLabel {
    color: #000;
    font-size: 16px;
    margin: 20px 16px;
	position: absolute;
}

#ctl00_cphBody_ctl00_LoginViewControl_CustomLoginControl_FailedText {position: absolute;margin: 80px;color: red;}

#ctl00_cphBody_ctl00_LoginViewControl_CustomLoginControl_FailedLink {
    position: absolute;
    top: 17px; /* Adjust this value to position it next to the Email Address line */
    left: 118px; /* Adjust this value to position it to the right of the Email Address line */
    color: red;
    text-align: left;
    width: auto; /* Adjust width to fit content */
	font-size: 24px;
    font-weight: bold;
}