﻿html {
	box-sizing: border-box;
	position: relative;
	min-height: 100%;
}

body {
	min-height: 100vh;
	font-family: 'Open Sans', sans-serif;
	background-color: #f5f5f5;
}

	body > .container {
		padding-top: 0;
		padding-top: env(safe-area-inset-top);
		font-size: 14px;
		min-height: 100vh;
		position: relative;
	}

.page-content {
	margin: 0 1em;
	margin: 0 3vw;
	padding-bottom: 7em;
	margin-top: 1em;
}

.user_card {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 7px;
	padding: 3em 3em 4em 3em;
	margin: 3em 1em 2em 1em;
}

.logoc {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 34px;
}

	.logoc > div {
		height: 100%;
	}

	.logoc svg {
		display: block;
		max-height: 100%;
		max-width: 100%;
	}

	.logoc .headerlogo {
		height: 78px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 100%;
	}

.login-provider-list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #ccc;
}

.login-provider {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: inherit;
	text-decoration: inherit;
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0;
}

	.login-provider:hover {
		background-color: #77b0ca;
		color: inherit;
		text-decoration: inherit;
	}

	.login-provider > .icon {
		width: 80px;
		height: 80px;
		display: flex;
		padding: 0.5em;
		margin: 0.5em;
		border-radius: 5px;
	}

		.login-provider > .icon img {
			max-width: 100%;
			max-height: 100%;
		}

	.login-provider > .text {
		flex: 1;
		margin: 0 1em;
		text-transform: uppercase;
		font-weight: bold;
	}

	.login-provider > .arrow {
		font-family: Calibri;
		font-weight: 600;
		margin-right: 0.5em;
	}


.backLink {
	margin-bottom: 1em;
	font-size: 125%;
	height: 2em;
}

	.backLink > a {
		color: inherit;
	}

		.backLink > a:hover {
			color: inherit;
			text-decoration: inherit;
		}

input.backLink {
	background-color: inherit;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.form-content {
	display: flex;
	flex-direction: column;
}

.btnAccept {
	background-color: rgb(249, 142, 43);
	color: rgb(255, 255, 255);
	border-radius: 0.25em;
	width: 100%;
	display: block;
	font-weight: 600;
	padding: 0.8em;
	border: 0 none;
	margin: 1em 0 0 0;
}
.btnAccept:disabled {
	background-color: rgb(160, 160, 160);
}

input[type='email'],
input[type='text'],
input[type='tel'],
input[type='password'] {
	text-align: center;
	outline: none;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6);
	padding: 0.6em 0.5em;
	background-color: #fff;
	border-radius: 0.25em;
	max-width: 100%;
	width: 100%;
	margin-left: 1px;
	margin-right: 1px;
	cursor: text;
	border: 0 none;
	-webkit-appearance: none;
}

	input[type='email']:focus,
	input[type='text']:focus,
	input[type='tel']:focus,
	input[type='password']:focus {
		box-shadow: 0px 0px 0px 2px #f98e2b !important;
		outline: none;
	}

h1 {
	font-family: "Open Sans";
	font-weight: 200;
	font-size: 1.5em;
	margin-top: 40px;
	margin-bottom: 35px;
	color: #9f3259;
}

label {
	margin: 0;
	padding: 0;
	user-select: none;
}

.highlight-gray {
	text-align: center;
	background-color: lightgray;
	padding: 0.5em;
}

.formgroup {
	margin: 1em 0 0.5em;
}

@media (min-width: 240px) {
	body > .container {
		font-size: 14px;
	}
}

@media (min-width: 576px) {
	body > .container {
		font-size: 20px;
	}
}

@media (min-width: 766px) {
	body > .container {
		max-width: 766px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}

	.page-content {
		margin-left: 1.55em;
		margin-right: 1.55em;
	}
}

/* Temporary separator. */
a .navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
	padding: 10px 40px;
	font-size: larger;
	margin-top: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Vertically center the text there */
	line-height: 60px;
}

.propertyTable {
	padding: 1em;
	background-color: #FFCC53;
	border: 1px solid #000000;
	/*	max-width: 800px;*/
}

	.propertyTable input {
		font-family: Arial;
	}

	.propertyTable b {
		font-weight: bold;
	}

	.propertyTable p {
		margin-top: 0.9em;
		margin-bottom: 0.9em;
	}

	.propertyTable select[multiple] {
		width: 100%;
		height: 8em;
	}

	.propertyTable h2 {
		margin-top: 0.4em;
		font-weight: bold;
		font-size: 1.2em;
	}

	.propertyTable table, .propertyTable td, .propertyTable th {
		padding: 0.2em;
		border-width: 0;
	}

		.propertyTable td input {
			width: 13em;
		}

tr {
	vertical-align: top;
}

.propertyTable input.error {
	border: 1px solid red;
	background-color: #FDC;
}

.propertyTable label.error {
	display: block;
	color: Red;
	font-size: 0.8em;
}

.propertyTable th {
	font-weight: bold;
}

li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 4px;
}

.errormessageBox {
	background-color: white;
	color: #000000;
}

.errormessage1 {
	background-color: white;
	color: #000000;
}

.form_container {
	margin-top: 25px;
}

.login_btn {
	width: 100%;
	background: #c0392b !important;
	color: white !important;
}

	.login_btn:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}

.login_container {
	padding: 0 2rem;
}

.input-group-text {
	background: #c0392b !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #c0392b !important;
}

.error-message {
	text-align: center;
	color: #f5517f;
	min-height: 1em;
}

.usermessage {
	text-align: center;
	color: #000000;
	font-size: larger;
	padding-bottom: 40px;
}

.submessage {
	text-align: left;
	color: #555555;
	font-size: small;
	overflow-wrap: break-word;
}
.sso-checkbox {
	display: flex;
	align-items: center;
}
.sso-checkbox > div {
	margin: 0.5em;
}
.sso-checkbox > label {
	margin: 0.5em;
	padding-left: 10px;
}
