html,
body {
	height: 100%;
}

.dbaoc {
	background-color: #161616;
	background-blend-mode: lighten;
}

.dbaoc-page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: white;
	overflow: hidden;
}

.dbaoc-product-name {
	margin-left: .25rem;
}

.dbaoc-scroll-container {
	overflow: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dbaoc-main {
	padding: 2rem 7rem 1rem 10rem;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.dbaoc-is-internet-explorer .dbaoc-main {
	justify-content: space-around;
}

.dboac-image-box {
	padding-left: 8vw;
}

.dbaoc-login-image {
	margin-top: 15vh;
	width: 40vw;
}

.dbaoc-login-box-inner {
	width: 22rem;
}

.dbaoc-login-box-inner-trial {
	min-width: unset;
	max-width: unset;
}

.dbaoc-login-box-inner a {
	/* translated links need more space, so don't break line within the link */
	white-space: nowrap;
}

.dbaoc-title {
	margin-top: 20vh;
	font-weight: 500;
	font-size: 20px;
	color: #F4F4F4;
	letter-spacing: 0;
	line-height: 26px;
}

.dbaoc-need-accound-box {
	display: none;
	padding-top: 35px;
	padding-bottom: 25px;
}

.dbaoc-start-trial-welcome {
	font-size: 16px;
	color: #C6C6C6;
	letter-spacing: 0;
	line-height: 22px;
}

.dbaoc-select-subscriptions {
	padding: 2rem 7rem 1rem 10rem;
}

.dbaoc-select-subscriptions .dbaoc-title {
	margin-top: 0;
}

.dbaoc-form-area {
	margin-top: 25px;
	margin-bottom: 25px;
}

.dbaoc-header {
	justify-content: space-between;
	position: static;
}

.dbaoc-header nav::before,
.dbaoc-header ul>li::before {
	display: none;
}

.dbaoc-footer {
	padding-left: 4rem;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.dbaoc-footer-link {
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}

@media screen and (max-width: 90rem) {

	.dbaoc-main,
	.dbaoc-select-subscriptions {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.dbaoc-login-image {
		width: 40rem;
	}
}

@media screen and (max-width: 70rem) {

	.dbaoc-main,
	.dbaoc-footer,
	.dbaoc-select-subscriptions {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.dboac-image-box {
		display: none;
	}
}

@media screen and (max-width: 30rem) {
	.dbaoc-product-name {
		display: none;
	}

	.dbaoc-login-box-inner {
		width: 80vw;
	}
}

@media screen and (min-width: 150rem) {
	.dbaoc-login-image {
		width: 60rem;
	}

	.dboac-image-box {
		padding-left: 12rem;
	}
}

@media screen and (max-height: 50rem) {
	.dbaoc-main {
		align-items: center;
		height: auto;
	}

	.dbaoc-title,
	.dbaoc-login-image {
		margin-top: 0;
	}

	.dbaoc-login-image {
		width: 40rem;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.spinner-container {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: white;
	opacity: 0.6;
	z-index: 99999;
}

.page-spinner-container {
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.6;
}

.error-panel {
	color: #e61d32;
}

.select-card-img {
	width: 109px !important;
	height: 109px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center !important;
}

.margin-b-20 {
	margin-bottom: 20px !important;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.page-link {
	cursor: pointer;
}

.padding-b-100 {
	padding-bottom: 100px;
}

.padding-b-40 {
	padding-bottom: 40px !important;
}

.padding-b-90 {
	padding-bottom: 90px !important;
}

.padding-b-100 {
	padding-bottom: 100px !important;
}

.padding-t-60 {
	padding-top: 60px !important;
}

.padding-t-125 {
	padding-top: 125px !important;
}

.padding-b-125 {
	padding-bottom: 125px !important;
}

.padding-b-60 {
	padding-bottom: 60px !important;
}

.padding-l-30 {
	padding-left: 30px !important;
}

.padding-l-40 {
	padding-left: 40px !important;
}

.padding-r-40 {
	padding-right: 40px !important;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

span.error {
	color: #e61f33;
	display: none;
	overflow: hidden;
	line-height: 24px;
}

.padding-b-5 {
	padding-bottom: 5px !important;
}

.full-width {
	width: 100% !important;
}

.margin-t-11 {
	margin-top: 11px !important;
}

.margin-t-15 {
	margin-top: 15px !important;
}

.margin-t-20 {
	margin-top: 20px !important;
}

.margin-t-25 {
	margin-top: 25px !important;
}

.benefits-img {
	width: 64px !important;
	height: 64px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.carousel-width {
	max-width: 80% !important;
}

.color-red {
	color: red;
}

.page-link {
	color: #3b6caa;
	cursor: pointer;
}

.page-link:hover {
	text-decoration: underline;
}

.login-content .bx--label {
	max-width: 416px;
	font-size: 14px;
	letter-spacing: 0.32px;
	line-height: 16px;
}

.dbaoc-form-area .bx--text-input {
	background: #262626;
	color: #F4F4F4;
}

.dbaoc-form-area input::placeholder {
	/* placeholder doesn't work in IE and Edge Spartan, just ignore it there*/
	color: #6F6F6F;
}


.dbaoc-form-area .bx--btn * {
	font-size: 14px;
	/* 	background-color: #858585; */
	letter-spacing: 0.16px;
	line-height: 18px;
}

/* .login-button:hover { */
/* 	background-color: #A0A0A0;  */
/* } */

/* .dbaoc-form-area .bx--text-input:focus, .dbaoc-form-area .bx--text-input:active { */
/* 	outline-color: #78a9ff; */
/* } */

.password-rules {
	margin-bottom: 1rem;
}

.password-rules ul {
	font-size: 0.75rem;
	line-height: 1rem;
	list-style: disc;
	margin-left: 1.25rem;
	margin-top: .5rem;
}

.password-rules a {
	color: #78a9ff !important;
}

.dbaoc-notifications {
	display: flex;
	flex-direction: column;
	margin: 0px;
}

.dbaoc-notifications>div {
	width: 100%;
}

.dbaoc-notifications .bx--inline-notification {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1px 0;
}

.dbaoc-notifications ul {
	list-style: disc;
	margin-left: 1.5rem;
	margin-top: .5rem;
}

.bx--link {
	color: #78a9ff !important;
}

.trial-expired-content {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

.trial-expired-explanation {
	padding-bottom: 36px;
}

.trial-expired-resources-text {
	padding-bottom: 18px;
	font-style: italic;
}

/* subscription selection panel */

.subscription-card {
	padding-bottom: 1rem;
}

.subscription-card-clickable {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 8rem;
	justify-content: start;
}

.subscription-card-img {
	width: 80px;
}

.subscription-card-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.subscription-card-text-display-name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.subscription-card-text-type {
	text-align: center;
	margin-top: 5px;
}

.subscription-card-id-hidden {
	display: none;
}