﻿header h1 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-shadow: 1px 2px 3px gray;
	margin: 0;
		
}
#page {
	max-width: 100%;
	min-width: 720px;
	margin: 10px auto 10px auto;
	padding: 20px;
}

#title a, a:hover,a:active,a:visited{
	text-decoration: none;
	color: rgba(0, 255, 42, 0.466);
}

header nav {
	display: flex;
  justify-content: flex-end;
}
footer p {
  text-align: right;
  font-size: 75%;

}
.login-container, .signup-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.login-container h2, .signup-container h2 {
	text-align: center;
}

input[type=submit], input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

input[type=text],input[type=password], input[type=email], input[type=tel], input[type=date] {
  height: 35px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 0 8px;
  box-sizing: border-box;
 }
 
.login-submit, .register-submit{
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;  
}

#password + .glyphicon, #signup-password + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }

.jumbotron {
	background-image:url('../img/fitness1_jumbotron_sm.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

.jumbotron .container h1 {
	color: white;
	font-weight: bold;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 48px;
	text-align:center;
	
}
.tab-pane:not(.active){
      display: none;
}
.without_ampm::-webkit-datetime-edit-ampm-field{
  display: none;
}
input[type=time]::-webkit-clear-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance:none;
  appearance: none;
  margin: -10px; 
}