@charset "utf-8";
/* CSS Document */

.jumbotron {
  padding-top: 5px;
  padding-bottom: 5px;
}
.logo {
	width:14vw; 
}

.hd-main { color: #999; }

.login-form {
  	padding: 30px;
	margin: 50px auto;
	width:95%;
	max-width: 600px;
}

form .validate {
  display: none;
  color: red;
  margin: 0px;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
}

form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.tab-content .tab-pane { padding: 10px; }

