#logo-group {
	padding: 0px !important;
}

#logo {
	padding: 0 !important;
	margin-top: 8px !important;
}

#logo img {
	height: 50px !important;
	width: 200px !important;
}

button, a.btn {
	font-family: 'Source Sans Pro', Tahoma, sans-serif !important;
	font-size: 12px !important;
}

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:#ffffff !important;
  position: relative;

}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:#ffffff !important;
  direction: ltr;
}

label {
	font-size: 11px !important;
}

#login-form input {
	font-size: 11px !important;
}

#login-form header {
	font-family: 'Source Sans Pro', Tahoma, sans-serif !important;
	font-size: 14px !important;
}

.bg-success {
	background-color: #28a745 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}