/* Login */

.navbar {
	box-shadow: 5px 5px 10px #F7F7F7;
}

.navbar .logo {
	text-decoration: none;
	font-size: 30px;
	color: black;
	font-weight: bold;
}

.navbar-nav .nav-item > .btn {
	font-size: 19px;
}

.login-wrap > h1 {
	margin-top: 14%;
}

.inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.inner-wrap .col > .btn {
	background-color: black;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.inner-wrap .col > .btn:hover {
	border: 1px solid black;
	background-color: white;
	color: black;
}
