.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: white !important;
}

.no-padding {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.page-link {
	color: #ff7f00 !important;
}
.profile-picture {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}

.profile-picture-large {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
}

.heading-medium {
	font-size: 24px;
	font-weight: normal;
}

.accordion-heading {
	padding: 10px;
}
.accordion-heading:hover {
	text-decoration: none;
}

.work-experience {
	margin-bottom: 40px;
}
.work-experience h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.work-experience .job-date {
	font-size: 12px;
	color: #9a9a9a;
}
.work-experience p {
	font-size: 12px;
	margin: 10px 0px;
}

.loginPanel {
	background: #f4f3ef;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
}
.loginForm {
	width: 100%;
	max-width: calc(100vw - 70vw);
	margin: auto;
}

.no-minHeight {
	min-height: auto !important;
}
@media (max-width: 1000px){
.loginForm {
    width: 100%;
    max-width: calc(157vw - 70vw);
    margin: auto;
}
}