html {
	font-size: 14px;
}

body {
	background-color: #F0F0F0;
	font-family: 'Ubuntu', sans-serif;
}

.btn,
.form-control {
	font-family: 'Ubuntu', sans-serif;
}

.login-header {
	background: #fff;
}

main .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.login-page main .container {
	max-width: 360px;
}

h1 {
	font-size: 1.875rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

legend {
	font-size: 1.25rem;
	font-weight: 600;
}

.alert-danger {
	background-color: #f55145;
	color: #fff;
	border-color: transparent;
}

.alert-success {
	background-color: #55b559;
	color: #ffffff;
	border-color: transparent;
}

.alert .fa {
	margin-right: 0.5rem;
}

.nav-link .fa {
	margin-right: 0.25rem;
}

.text-danger {
	color: #f44336 !important;
}

.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.open, 
.navbar-light .navbar-nav .open > .nav-link {
    color: #42bd3b;
}

.navbar-light .navbar-toggler {
    margin-top: 1.25rem;
}

input:-moz-placeholder {
  color: #999 !important;
}
input::-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
input::-webkit-input-placeholder {
  color: #999 !important;
}

@media (max-width: 767px) {
	.navbar-brand img {
		width: 190px;
	}
}

