/* Global reset */
/* Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
body { 
	font-family: Lato, sans-serif; 
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input,  blockquote, th, td{ 
    margin:0; 
    padding:0; 
}
table { 
    border-collapse:collapse; 
    border-spacing:0;
}
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { 
    font-style: normal; 
    font-weight: normal;
}
ul, li { 
    list-style:none;
}
caption, th { 
    text-align:left;
}
h1, h2, h4, h5, h6 { 
    font-size:100%; 
    font-weight:normal ;
}
q:before, q:after { 
    content:'';
}
iframe {
    border-width: 0;
}

/* Global reset-RESET */

body {
	background: #F3F3F3;
}
    
html {
    overflow: hidden;
}

#main-container {
	/*background: #fff url(/content/images/login/honeycomb.png);*/
	overflow: hidden;
	position: relative;
	background: #FCA726;
}

#main-container:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background: url(/content/images/login/honeycomb.png) 0 0 repeat;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}

#main {
    
    padding-bottom: 180px;
}

body#LoginError #powered-by {
    position: relative;
    left: 220px;
}

#header {
    background-color: #FCA726;
    min-height: 40px;
    display: none;
}

#login-holder {
	background: #FAFAFA;
	border: 1px solid #aaa;
	padding: 30px;
	border-radius: 3px;
	position: relative;
	margin-top: 140px;
}

#login-holder .error {
	padding: 0px;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	text-align: center;
}

#login-message {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

#login-holder label {
	color: #335;
	margin-bottom: 4px;
	font-size: 16px;
}

#login-holder input[type=text], #login-holder input[type=password] {
    font-size: 16px;
}

#login-submit {
    float: right;
    clear: both;
    margin-top: 10px;
}

a {
    color: #666;
}

button, .button {
	font-family: Lato, sans-serif;
	background: #2C6FE9;
	border-radius: 3px;
	font-size: 16px;
	margin: 0;
	color: #fff;
	padding-bottom: 14px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 12px;
}

button:hover, .button:hover {
	background: #437FEB;
}

button:active, .button:active {
	background: #2C6FE9;
}

.clearer {
    clear: both;
}

.thrivehive-login-logo {
    width: 100%; 
    height: 35px; 
    display: block; 
    margin-bottom: 2em;
}

.forgot-password-link-container {
	margin-top: 15px;
}

/* site footer */

#site-footer {
	text-align: center;
	border-top: 1px solid #EBEBEB;
	box-shadow: 0 -1px 0 #A0A0A0;
	padding: 16px 0 32px 0;
	font-size: 12px;
	background: #F3F3F3;
	position: relative;
}

#site-footer .site-footer-list {
	margin-bottom: 18px;
}

#site-footer .site-footer-list li {
	display: inline-block;
	margin-left: 22px;
}

#site-footer .site-footer-list li a {
	color: #2c6fe9;
}

#site-footer .site-footer-copyright {
	color: #555;
	font-size: 16px;
}

#site-footer .mixpanel-analytics-button {
    margin-top: 25px;
}

@media only screen and (max-width : 640px) {
	#login-holder {
		margin-top: 20px;
	}
}