@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.container {
	width: 100%;
	height: 100%;
}

.header-container {
	width: 100%;
	height: 75px;
	/* 	background-color: #07594A;
 */
}

.header-logo {
	width: 25%;
	float: left;
	text-align: center;
}

.header-logo-content {
	line-height: 75px;
}

.header-logo-content a {
	text-decoration: none;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 25px;
}

.header-logo-content img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.header-menu {
	width: 50%;
	float: left;
	line-height: 75px;
}

.header-menu ul li {
	list-style: none;
	display: inline;
}

.header-menu li a {
	padding-left: 50px;
	color: #555;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

.header-menu li a:hover {
	color: #333;
}

.header-user {
	width: 25%;
	float: left;
	text-align: center;
	line-height: 70px;
	/* 	background: #07594A;
 */
}

.header-user img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.header-user a {
	font-size: 20px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	text-decoration: none;
}

.header-user a:hover {
	color: #333;
}

.header-user-menu {
	min-width: 25%; /* Set width of the dropdown */
	position: absolute;
	display: none;
	background: #ffffff;
	z-index: 1;
	line-height: 50px;
	padding-bottom: 20px;
	border: 1px solid #e5e5e5;
}

.header-user-menu ul {
	list-style: none;
}

.header-user-menu ul li {
	display: block;
}

.header-user-menu li a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

.header-user-menu li a:hover {
	color: #333;
}

#active {
	color: #333;
}

#menubar {
	width: 30px;
	opacity: 0;
	visibility: hidden;
	top: 20px;
	left: 20px;
	position: absolute;
}

.about-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 40px 100px 40px 100px;
	min-height: 100vh;
}

.about {
	width: 100%;
	height: auto;
	text-align: center;
}

.about h2, .about h2 {
	text-align: center;
}

.about p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.home-container {
	margin: auto;
	width: 50%;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 50px 0px 50px 0px;
	min-height: 100vh;
	text-align: center;
}

.home-container p {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.how-to-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 50px 150px 50px 150px;
	min-height: 100vh;
}

.how-to-container p {
	font-size: 18px;
	line-height: 1.5;
}

.how-to-container img {
	width: 100%;
	height: auto;
}

.how-to-download {
	text-align: center;
}

.how-to-download img {
	width: 250px;
	height: 100px;
}

.how-to-features {
	text-align: center;
}

.how-to-features img {
	width: 40%;
	height: auto;
}

.download-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 50px;
	min-height: 100vh;
}

.download-left {
	width: 30%;
	height: auto;
	float: left;
}

.download-left img {
	width: 100%;
	height: auto;
}

.download-right {
	width: 70%;
	height: auto;
	float: right;
	padding: 40px;
}

.download-right p {
	font-size: 18px;
	line-height: 1.5;
}

.login-container, .reset-container {
	width: 100%;
	background-color: white;
	padding: 50px;
	overflow: hidden;
	clear: both;
}

.login-container h1 {
	margin-top: 50px;
	text-align: center;
	color: #333;
}

.login, .reset {
	width: 40%;
	text-align: center;
	display: table;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	border: none;
	border-radius: 5px;
}

.tabs {
	padding: 20px;
}

.tabs li {
	display: inline;
	list-style: none;
	font-size: 20px;
	padding: 10px;
	color: #999;
	font-weight: bold;
}

.tabs li:hover {
	cursor: pointer;
}

#login-tab {
	color: #333;
}

.register-form, .login-form, .forgot-password-form, .reset-password-form
	{
	padding: 30px 50px 30px 50px;
}

.register-form {
	display: none;
}

.forgot-password-form {
	display: none;
}

form input {
	width: 100%;
	padding: 20px;
	margin-top: 10px;
	border-radius: 5px;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	font-size: 16px;
}

.register-agree-column-left {
	width: 20%;
	float: left;
}

.register-agree-column-left input {
	box-shadow: none;
	width: 20px;
	height: 20px;
}

.register-agree-column-right {
	width: 80%;
	float: right;
}

.register-agree-column-right p {
	font-size: 14px;
	text-align: left;
	color: #555;
}

#register-button {
	cursor: not-allowed;
	background-color: #aaa;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

#login-button {
	background-color: #00c764;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

#forgot-password-button, #back-to-login-button,
	#forgot-password-reset-button, #reset-password-button,
	#login-now-button {
	background-color: #00c764;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

#login-button:hover, #forgot-password-button:hover,
	#back-to-login-button:hover, #forgot-password-reset-button:hover,
	#reset-password-button:hover, #login-now-button:hover {
	background-color: #02a152;
}

#forgot-password {
	padding: 20px 0px 20px 0px;
	text-decoration: none;
}

.forgot-password-form h2 {
	font-size: 20px;
	padding: 10px;
	margin: 10px;
	color: #333;
	font-weight: bold;
}

#button:hover {
	background-color: #02a152;
}

.register-msg, .register-email-msg, .register-password-msg,
	.register-confirm-password-msg, .login-msg, .login-email-msg,
	.login-password-msg, .forgot-password-msg, .forgot-password-email-msg,
	.reset-password-email-msg, .reset-msg, .reset-password-msg,
	.reset-confirm-password-msg, .resend-verification-msg {
	padding: 10px;
	color: rgb(206, 11, 60);
}

.verify-container {
	width: 100%;
	height: 100vh;
	background-color: white;
	overflow: hidden;
	clear: both;
	text-align: center;
	padding: 50px;
}

.verify-container h2 {
	color: #333;
}

.register-loader, .login-loader, .forgot-password-loader,
	.reset-password-loader {
	visibility: hidden;
	display: none;
}

.verify-container button {
	margin-top: 10px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	padding: 15px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 30px;
	border-width: 1px;
	color: #333;
	opacity: 0.8;
}

.verify-container button:hover {
	opacity: 1;
	outline: none;
}

.empty-container {
	padding: 100px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.empty h1 {
	font-size: 50px;
}

.empty h2 {
	font-size: 100px;
}

.empty h3 {
	font-size: 30px;
}

.empty button {
	margin-top: 10px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	padding: 15px;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 30px;
	border-width: 1px;
	color: #333;
}

.empty button:hover {
	opacity: 0.8;
	outline: none;
}

.policy-container, .tos-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 40px 100px 40px 100px;
}

.policy h2, .tos h2 {
	text-align: center;
}

.policy p, .tos p {
	font-size: 18px;
	line-height: 1.5;
}

#lastupdated {
	text-align: center;
}

.footer {
	padding: 20px;
	width: 100%;
	background-color: #111;
	text-align: center;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0;
}

.footer p {
	color: white;
}

.footer a {
	color: white;
}

@media ( min-width : 1200px) {
}

@media ( max-width : 990px) {
	.header-logo-content {
		display: inline-flex;
	}
	.header-logo {
		width: 100%;
	}
	.header-menu {
		visibility: hidden;
		opacity: 0;
		float: none;
		z-index: 1;
	}
	.header-menu.responsive {
		width: 100%;
		height: 300px;
		visibility: visible;
		opacity: 1;
		overflow: hidden;
		clear: both;
		background-color: white;
		position: absolute;
	}
	.header-menu.responsive ul {
		width: 100%;
		padding-top: 20px;
		padding-right: 20px;
		position: absolute;
	}
	.header-menu.responsive ul li {
		width: 100%;
		display: block;
	}
	.header-menu.responsive a {
		float: none;
		display: block;
		text-align: center;
		line-height: 50px;
	}
	#my_account {
		visibility: hidden;
		opacity: 0;
	}
	.header-user {
		float: right;
		width: 20%;
		top: 0px;
		right: 0px;
		position: absolute;
		overflow: hidden;
		clear: both;
	}
	.header-user-menu {
		width: 100%; /* Set width of the dropdown */
		position: absolute;
		top: 0px;
		line-height: 50px;
		padding-bottom: 0px;
	}
	#menubar {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.home-container {
		width: 100%;
		padding: 20px;
	}
	.home-container p {
		font-size: 24px;
		line-height: 1.5;
		text-align: center;
	}
	.how-to-container {
		padding: 20px;
	}
	.how-to-features img {
		width: 100%;
	}
	.policy-container, .tos-container {
		padding: 20px;
	}
	.about-container {
		padding: 20px;
	}
}

@media ( max-width : 800px) {
}

@media ( max-width : 600px) {
}

@media ( max-width : 480px) {
}