/* Sticky footer styles
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #dedede;
  border-top: 1px solid #ccc
}

.cap {
  position: absolute;
  top: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #dedede;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.navbar-header img {
	padding:5px 	
}

body .form-container {
	width: 360px;
	height: 310px;
	border: 1px solid #888;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -155px;
	background-color: #F7F7F7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden	
}

body .form-container .form-body {
	padding: 15px;
	box-shadow: inset 0 1px 3px #FFF
}

body .form-container .form-body input {
	box-shadow: inset 0 8px 8px rgba(0,0,0,0.1), 0 1px 3px rgba(255,255,255,1), 0 -1px 0 rgba(0,0,0,0.1);
	/*-moz-box-shadow:  inset 0 8px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow:  inset 0 8px 8px rgba(0,0,0,0.1);*/
	border: 1px solid #999;
	padding-left: 30px;
	background: #FFF;
	width: calc(100% - 30px);
	margin: 0 auto
}

body .form-container .form-body label {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	width: 100%;
	text-align: left
}

body .form-container .form-body .invalid {
    outline-color: red;
    /* also need animation and -moz-animation */
    -webkit-animation: shake .5s linear;
}


 @-webkit-keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-5px);
    }
    25%, 58% {
        -webkit-transform: translateX(5px);
    }
    75% {
        -webkit-transform: translateX(-2px);
    }
    92% {
        -webkit-transform: translateX(2px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

body .form-container .form-title {
	text-align: center;	
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#efefef',GradientType=0 );
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
	height: 60px
}

body .form-container .form-title h3 {
	margin: 0;
	padding-top: 5px;
	color: #555;
	text-shadow: 0 1px 0 #FFF
}

body .form-container button {
	background:	#5898b9;
	border: 1px solid #255472;
	position: absolute;
	bottom: 10px;
	left: 50%;
	padding: 5px 0;
	text-align: center;
	width: 35%;
	margin-left: calc(-35%/2);
}

body .form-container .form-body input#email {
	background-image: url(../img/users81.png);
}

body .form-container .form-body input#email, body .form-container .form-body input#pwd {
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 17px;
}

body .form-container .form-body input#pwd {
	background-image: url(../img/locked59.png);
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
    text-align: right;
}

.cap > .container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
}

code {
  font-size: 80%;
}

td.small {
	width: 10px;
	cursor: pointer	
}