
html, body, #main{
	width: 100%;
	min-height: 100%;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: #f7c223;
}
#main{
	background-image: url(login-bg-personal.jpg);
	background-size: cover;
	display: flex;
	flex-flow: row wrap;
	color: white;
	overflow: hidden;
	transition: background 0.5s linear;
}
#header, #footer{
	padding: 15px 20px 10px 5px;
	display: flex;
	width: 100%;
	height: 8vh;
	justify-content: center;
}

#logo{
	flex: 1 5%;
}
#nav-bar{
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	flex: 0 80%;
	margin-left: auto;
	margin-right: auto;
}

#nav-bar a{
	margin: 0px 20px 0px 20px;
}
#menu{
	flex: 0 5%;
	text-align: right;
	height: 100%;
}
.burger{
	z-index: 10;
	position: absolute;
	width: 20px;
	height: 20px;
}
.bar{
	width: 100%;
	margin: 4px 0px;
	height: 2px;
	background-color: white;
	transition: .4s;
}

.change .bar:nth-child(1){
	 -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
		transform: rotate(-45deg) translate(-3px, 2px) ;
}
.change .bar:nth-child(2){
	opacity: 0;
}
.change .bar:nth-child(3){
   -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-6px, -6px) ;
}

.burger:hover .bar{
	background-color: #f7c223;
}
#dropdown{
	border-radius: 2px;
	overflow: hidden;
	width: 150px;
	height: 0px;
	position: absolute;
	right: 25px;
	top: -2px;
	background-color: #2c99ed;
	transition: .5s;
}
#dropdown div:nth-child(1){
	padding-top: 10px;
}
#dropdown div{
	font-size: 15px;
	padding-top: 10px;
	height: 30px;
	text-align: center;
	transition: .3s;
}
#dropdown div:nth-child(1):hover{
	background-color: #2c99ed;
}
#dropdown div:hover{

	font-size: 18px;
	background-color: #f7c223;
	color: white;
}
div#dropdown.change{
	height: 220px;
}
#container{
	width: 100%;
	min-height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.content{
	margin: 0px 15px 0px 15px;
	max-height: 50vh;
	overflow: hidden;
	min-width: 300px;
}
#heading{
	flex: 0 35%;
}
#form{
	flex: 0 30%;
}
#heading h1{
	margin-top:15px;
	font-size: 45px;
	margin-bottom: .33em;
}
#heading span{
	font-size: 15px;
	opacity: .65;
}
#signup{
	border-top-color: rgba(204,204,204, .6);
	border-radius: 2px 2px 0px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(204,204,204, .6);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(204,204,204, .6);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgba(204,204,204, .6);
    border-left-style: solid;
    border-left-width: 1px;
	overflow: hidden;

}
#cta{
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 15px;
}
#tos{
	font-size: 10px;
	text-align: center;
	opacity: .60;
	margin-top:15px;
}
#signup .input-wrap{
	font-size: 12px;
	color: white;
	background-color: rgba(204,204,204, .15);
	padding: 15px 10px 5px 10px;
	height: 25px;
    border-bottom-color: rgba(204,204,204, .6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(204,204,204, .6);
    border-left-style: solid;
    border-left-width: 0px;
}
input{
	color: white;
	background-color: transparent;
	border:none;
	opacity: .85;
}
input:focus{
	outline: none;
	opacity: 1.0;
}
#signup .input-wrap:nth-last-child(1){
	border: 0px;
}
#form button{
	width: 100%;
	height: 45px;
	margin: 0px;
	border: none;
	color: white;
	background-color: #2c99ed;
	border: 1px #2c99ed solid;
	border-radius: 0px 0px 5px 5px;
	transition: .3s;
}
#signup input:nth-child(0), input:nth-child(1){
	width: 100%;
}
#password, #showpass{
	display: inline-block;
}
#password{
	text-align: left;
	width: calc(100% - 60px);
}
#showpass{
	width: 50px;
	text-align:right;
	transition: .3s;
}
#showpass:hover{
	color: #2c99ed;
}
#form button:hover{
	font-size: 15px;
	background-color: #f7c223;
	color: white;
	border-color: #f7c223;
}

#copyright{
	opacity: .85;
	padding-left: 20px;
	font-size: 10px;
	width: 20%;
}
#foot-nav{
	letter-spacing: 2px;
	width: 80%;
	float: right;
	text-align: right;
	font-weight: 400;
	font-size: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#foot-nav a{
	margin: 0px 10px 0px 10px;
}


.js-tabs {
  margin: 2em;
  max-width: 100%;
}
.js-tabs__header {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.js-tabs__header li {
  display: inline-block;
  float: left;
}
.js-tabs__title {
  background: #5d5d5d;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  margin-right: 0.1em;
  padding: 1em 1.5em;
  transition: all 0.25s;
}
.js-tabs__title:hover {
  text-decoration: none;
}
.js-tabs__title-active {
  background: #1f6bb5;
  /*border-bottom-color: #fff;*/
  border-top-left-radius: 0.75em;
}
.js-tabs__content {
	background: none;
	opacity: 0.6;
  line-height: 1.5;
  margin-top: -1px;
  /*padding: 1em 4em 2em 0em;*/
	flex:1;
	flex-direction: column;
	flex-basis: auto;
}
.btn-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
	flex:1;
	flex-direction: column;
	flex-basis: auto;
	height: 85px;
}

@media only screen and (max-width: 450px) {
	#heading{
		text-align: center;
	}
	#nav-bar{
		display: none;
	}

	#menu{
		margin-left:200px;
		float: right;
	}
	.burger{
		width: 40px;
		height: 40px;
	}
	.bar{
		height: 5px;
		margin: 8px 0px;
		height: 4px;
	}
	.change .bar:nth-child(1){
		 -webkit-transform: rotate(-45deg) translate(-11px, 7px) ;
	}
	.change .bar:nth-child(2){
		opacity: 0;
	}
	.change .bar:nth-child(3){
	   -webkit-transform: rotate(45deg) translate(-7px, -7px) ;
	}
	#dropdown{
		width: 175px;
		right: 40px;
		top: -2px;
	}
	#dropdown div:nth-child(1){
		padding-top: 35px;
	}
	div#dropdown.change{
		height: 250px;
	}
	.content{
		margin-top: 30px;
	}
	#footer{
		flex-flow: row wrap;
	}
	#footer span{
		margin: 0px;
		width: 100%;
	}
}


.btn-hover-effect {
  display: -webkit-box;
  display: flex;
  font-family: Arial;
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
}
.btn-hover-effect:nth-child(1) {
  background-color: #00539b;
}

.btn-hover-effect:nth-child(2) {
  background-color: #f37224;
}
.btn-hover-effect {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 22px 40px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-decoration: none;
  overflow: hidden;
}

/* effect 1 styles */
.btn-hover-effect--effect-1 {
  /* overlay block styles */
  /* icon styles */
}
.btn-hover-effect--effect-1:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
}
.btn-hover-effect--effect-1:after {
  position: absolute;
  top: 1px;
  right: -40px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 40px;
  content: '\003E';
  font-size: 25px;
  font-weight: 900;
  line-height: inherit;
  opacity: 0;
}
.btn-hover-effect--effect-1:hover {
  padding-left: 26px;
  padding-right: 46px;
}
.btn-hover-effect--effect-1:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btn-hover-effect--effect-1:hover:after {
  right: 0;
  opacity: 1;
}
