@charset "UTF-8";
:root {
	--color-primary: #3e2a1c;
    --color-secondary: #6b4c33;
    --color-tertiary: #e9e3e1;	
	--color-primary-grey: #222;
	--color-espresso: #2c1e14;
	--color-gold: #a6936f;
	--color-no-guide: #FDF5E6;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	height: 100vh;
	font-family: 'Raleway', sans-serif;	
}

.topSection {
	COMMANDO-height: 33.3333vh;
	height: 50vh;
	background-color: var(--color-primary-grey);
	border-bottom: 2px solid var(--color-gold);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottomSection {
	COMMANDO-height: 66.6667vh;
	height: 50vh;
	background: linear-gradient(to bottom, #111 0%, #3e2a1c 90%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}

#reseller_logo {
	max-width: 450px;
	display: block;
}

.need_access {
	margin: 24px 0 0 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}
.need_access a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: dotted 1px #FFF;
}
.need_access a:hover {
	border-bottom: solid 1px #FFF;
}
#password {
	padding:6px;
	width: 220px;
	color: #000;
	margin-right: 6px;
	border-radius: 4px;
	border: none;
	font-size: 14px;
	background: #FFF;
}
.reseller_btn {
	background-color: var(--color-primary-grey);
	color: #DDD;
	width: 80px;
	border: solid 1px var(--color-primary-grey);
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 0px;
}
.reseller_btn:hover {
	background-color: var(--color-primary);
	color: #DDD;
	border-color: var(--color-primary);
}

.bottomSection {
	height: 50vh;
	background: linear-gradient(to bottom, #111 0%, #3e2a1c 90%);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}

.bottomContent {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.errmsg_off,
.errmsg_on {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-gold);
	text-align: center;
	letter-spacing: .5px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin: 0 0 14px 0;
	box-sizing: border-box;
}

.errmsg_off {
	visibility: hidden;
}

.errmsg_on {
	visibility: visible;
}

.formWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}


.need_access p {
	margin: 8px 0 0 0;
}

#form1 {
	text-align: center;
	margin: 0 auto;
	max-width: 550px;
	border: solid 1px var(--color-primary);	
	padding: 32px;
	border-radius: 6px;
	background-color: var(--color-secondary);
	box-sizing: border-box;
}