:root {
	--primary-color: #295990;
}

body {
	background-color: #f6f6f6;
	padding-bottom: 100px;
}

.card {
	border-radius: 0 !important;
	border: none;
	box-shadow: none !important;
	border-top: 3px solid var(--primary-color);
}
.modal-content {
	border-radius: 0 !important;
}
.form-control {
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}
.form-control:focus {
	border: 1px solid var(--primary-color);
}

.alert {
	border-radius: 0 !important;
}

.btn {
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1;
	transition: all 0.2s ease;
}
.btn:hover {
	opacity: 0.9;
}
.btn-primary {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.btn-gmail {
    background-color: #EA4336 !important;
    color: #ffffff !important;
}

.login-logo {
	height: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.login-logo img {
	max-width: 100%;
	max-height: 100%;
}

.navbar {
	background-color: #ffffff;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.navbar-toggler {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
@media all and (min-width: 768px) {
	.nav-link {
		padding: 1rem 1rem !important;

		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	.nav-link.active,
	.nav-link:hover {
		border-bottom: 2px solid var(--primary-color);
	}
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 15px 0;
	background-color: #ffffff;
}
.footer a {
	color: inherit;
}

.login-credit {
	margin-top: 10px;
	text-align: center;
	color: #939393;
	font-size: 12px;
}
.login-credit a {
	color: #939393;
	text-decoration: underline;
}
