/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.log_in_outer {
	width: 100%;
}
.log_in_inner {
	margin: 0 auto;
	width: 464px;
	background-color: #faf9f9;
	padding: 0 19px 22px;
	border: solid 1px #ccc;
	position: relative;
	top: 50px;
	box-sizing: border-box;
	border-radius: 5px 5px 4px 4px;
	display: table;
}
h2.heading {
	margin: -1px -20px 8px !important;
	text-align: center;
	background-color: #337ab7;
	padding: 13px 10px;
	box-sizing: border-box;
	color: #fff;
	text-transform: capitalize;
	border-radius: 5px 5px 0px 0px;
}
h2.heading::after, h2.heading::before {
	display: table;
	content: "";
	clear: both;
	box-sizing: border-box;
}

.log_in_inner .btn.btn-primary {
	padding: 4px 27px 5px;
	font-size: 17px;
	float: left;
}
.log_in_inner input {
	height: 39px;
}
.log_in_inner label {
	font-size: 17px;
	font-weight: 500;
}