﻿.store-logo {
	height: 45px;
}

input.form-control:focus, input.btn:focus, button.btn:focus, input.form-control:focus-visible, input.btn:focus-visible, button.btn:focus-visible {
	box-shadow: none !important;
}

.langSelect:focus-visible, input.btn:focus-visible, button.btn:focus-visible, img:focus-visible {
	outline-offset: 2px;
}

.btn-custom-themed {
	color: white;
	text-decoration: none !important;
	border-radius: 0.4rem !important;
	outline: 0;
	border: none;
}

	.btn-custom-themed:hover {
		color: white !important;
		filter: brightness(110%);
		opacity: 70%;
	}

.btn.btn-tooltip {
	border: none;
	border-radius: 50%;
}

body {
	background-color: #f6f8f7;
}

h1 {
	font-size: 1.25rem !important;
}

a {
	text-decoration: underline;
	border-radius: 2px;
}

	a:hover {
		text-decoration-thickness: 2px;
	}

.langSelect {
	background-color: transparent;
	border-radius: 6.4px;
}

.langSelect,
.list-inline-item {
	font-size: 14px;
}

.vertical-center {
	display: flex;
	min-height: 100vh;
	align-items: center;
}

.carousel-item {
	padding-left: 5px;
	padding-right: 5px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ededed;
	font-size: 10px;
}

	.footer p {
		margin-bottom: 5px;
	}

#loginAttempts, #loginMemWordAttempts {
	display: flex;
	flex-direction: row-reverse;
	margin-top: -1em;
}

#loginMemWordAttempts {
	margin-bottom: 1.5em;
}

#MainContent_securityAnswerNextBtn {
	margin-top: 1em;
}


/* float label input CSS
---------------------------------
*/
.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

	.form-label-group > input,
	.form-label-group > label {
		height: 3.125rem;
		padding: .75rem;
	}

	.form-label-group > label {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		margin-bottom: 0; /* Override default `<label>` margin */
		line-height: 1.5;
		color: #495057;
		pointer-events: none;
		cursor: text; /* Match the input under the label */
		border: 1px solid transparent;
		border-radius: .25rem;
		transition: all .1s ease-in-out;
	}

	.form-label-group input::-webkit-input-placeholder {
		color: transparent;
	}

	.form-label-group input:-ms-input-placeholder {
		color: transparent;
	}

	.form-label-group input::-ms-input-placeholder {
		color: transparent;
	}

	.form-label-group input::-moz-placeholder {
		color: transparent;
	}

	.form-label-group input::placeholder {
		color: transparent;
	}

	.form-label-group input:not(:placeholder-shown) {
		padding-top: 1.25rem;
		padding-bottom: .25rem;
	}

		.form-label-group input:not(:placeholder-shown) ~ label {
			padding-top: .25rem;
			padding-bottom: .25rem;
			font-size: 12px;
			color: #777;
		}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
	.form-label-group > label {
		display: none;
	}

	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-label-group > label {
		display: none;
	}

	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}

/* Portal Styling */
#platformContainer {
	margin-top: 1em;
	display: flex;
	justify-content: space-around;
}

.platformCard {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.platformBtn {
	border-radius: 7px;
	border: 1px solid #6c757d;
	width: -webkit-fill-available;
	margin: 5px;
	padding: 1em;
	transition: 100ms;
}

	.platformBtn:hover {
		transform: scale(1.02);
	}

	.platformBtn:focus {
		outline: none;
	}

.platformTitle {
	width: 100%;
	height: fit-content;
}

.platformLogo {
	width: inherit;
}
