﻿@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Nunito-Regular.woff2') format('woff2'), 
		url('../fonts/Nunito-Regular.woff') format('woff'), 
		url('../fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
		url('../fonts/Nunito-Regular.woff') format('woff'),
		url('../fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';		
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Nunito-Regular.woff2') format('woff2'), 
		url('../fonts/Nunito-Regular.woff') format('woff'),
		url('../fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype');
}
.side-content-wrapper {
	width: 50%;
}
html, body {
	font-family: 'Nunito', sans-serif;
	background-color: #F6F9FC !important;
}

.side-content {
	position: relative;
	width: 100%;
	max-width: 508px;
	margin: 0 auto;
	padding: 55px 15px 90px 15px;
}

.side-picture {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url('../images/login-bg.png') no-repeat;
	background-position: right 9% center;
	background-size: cover;
}

.app-logo {
	height: 50px;
}

.footer {
	position: absolute;
	left: 15px;
	bottom: 30px;
	text-align: right;
	width: 100%;
	padding-right: 20px;
}

	.footer a {
		margin-right: 16px;
	}

	.footer .powered-by {
		position: absolute;
		left: 0;
		bottom: -10px;
		text-align: center;
		font-family: Nunito;
		font-size: 14px;
		color: #4d4d4d;
		text-decoration: none;
	}

		.footer .powered-by img {
			width: 70px;
		}

@media(min-height: 600px) {
	.side-content-wrapper {
		height: 100%;
	}

	.side-content {
		height: 100%;
	}
}

@media(max-width: 1023px) {
	.side-content-wrapper {
		width: 100%;
	}

	.side-picture {
		display: none;
	}

	.app-logo {
		height: auto;
		width: 100%;
	}
}

@media(min-width: 1920px) {
	.side.right {
		background-position: right center;
	}
}

/* Content */

a {
	font-size: 14px;
	color: #1976d2;
	text-decoration: underline;
}

input {
	font-size: 13px;
	height: 36px;
	border: 1px solid #BDBDBD; /* red */
	border-radius: 2px;
	outline: none;
	font-family: 'Nunito';
}

	input:focus, input:active, input:focus-visible {
		border-color: #1976d2;
	}

a:hover {
	color: #1976D2;
}

h1 {
	color: rgba(0,0,0,87);
	margin: 25px 0 0 0;
}

h3 {
	font-weight: normal;
	color: #707070;
	margin: 5px 0 0 0;
}

.sub-header {
	margin-bottom: 30px;
}

.subscription-prefix {
	border-spacing: 0;
	font-size: 14px;
	margin-top: 30px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.subscription-prefix div {
		padding: 0;
	}

	.subscription-prefix input {
		width: 100%;
		text-align: right;
		padding: 1px 12px;
	}

	.subscription-prefix .left-area {
		width: auto;
		flex: auto;
	}

	.subscription-prefix .right-area {
		width: auto;
		white-space: nowrap;
		padding-left: 8px;
		margin: auto;
	}

.button {
	position: relative;
	display: inline-block;
	margin-top: 7px;
	height: 36px;
	background: #1976d2 0 0 no-repeat padding-box;
	color: #FFFFFF;
	font-size: 13px;
	border: none;
	width: 100%; /* 10px */
	text-decoration: none;
	transition: background-color 300ms ease;
}

	.button span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.button:active,
	.button:focus,
	.button:hover {
		background-color: #2c347c;
		cursor: pointer;
	}

		.button:active,
		.button:focus,
		.button:hover span {
			color: #FFFFFF;
		}

		.button[disabled], .button:disabled, .button:hover:disabled {
			background-color: #EEEEEE;
			color: #BDBDBD;
			cursor: auto;
		}

.small {
	display: inline-block;
	margin-top: 14px;
	width: 49%;
	font-size: 13px;
}

	.small.right {
		text-align: right;
	}

	.small.single {
		width: 100%;
	}

.subscription-link {
	display: block;
	margin-top: 7px;
}

.login {
	position: relative;
	width: 100%;
	height: 38px;
	display: block;
	background: none;
	border: solid 1px #8B929B;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
}
	/*
	.login:hover {
		background: none;
		border-color: #424242;
		color: #424242;
	}

	.login.okta {
		border-color: #1976d2;
		color: #1976d2;
	}

		.login.okta:hover {
			border-color: #1565C0;
			color: #1565C0;
		}*/

	.login .login-type img {
		/*position: absolute;
		top: 50%;
		left: 40%;*/
		width: 16px;
		height: 16px;
		transform: translateY(20%);
		/**/
	}

	.login .login-type {
		position: absolute;
		top: 50%;
		left: 40%;
		/*width: 16px;
		height: 16px;*/
		transform: translateY(-50%);
	}


/*.login span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-40%, -50%);
	}*/

/*----Reveal-------*/
.container {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

	.container input[type="text"],
	.container input[type="password"] {
		width: 55%;
		max-width: 90%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		box-sizing: border-box;
	}

	.container .account-info-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 1rem;
	}

		.container .account-info-row .left,
		.container .account-info-row .right {
			float: none;
		}
/* Base text style */
.reveal-text-display,
.reveal-text-heading,
.reveal-text-body,
.reveal-link {
	font-family: nunito;
	letter-spacing: 0;
	color: #172437;
}

/* Display */
.reveal-text-display {
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

/* Heading */
.reveal-text-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

/* Body */
.reveal-text-body {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin: 0px !important;
}

/* Link */
.reveal-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #2670bb !important;
	text-decoration: none;
}

/* Primary Button*/
.reveal-primary-button,
.reveal-primary-disabled-button {
	width: 100%;
	min-width:223px !important;
	height: 38px;
	background-color: #953653;
	color: #ffffff;
	padding: 10px 15px;
	border: 1px solid #953653;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 7px;
	margin-right: 2px;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	line-height: 18px;
	font-weight: 700;
	font-size: 14px;
}

	.reveal-primary-button:active,
	.reveal-primary-button:focus,
	.reveal-primary-button:hover {
		background-color: #ffffff;
		border: 1px solid #953653;
		color: #953653;
		cursor: pointer;
	}

		.reveal-primary-button[disabled], .reveal-primary-button:disabled, .reveal-primary-button:hover:disabled {
			background-color: #D8DBDE;
			border-color: #D8DBDE;
			color: #B2B6BC;
			cursor: auto;
		}

.reveal-primary-disabled-button {
	background-color: #D8DBDE;
	border-color: #D8DBDE;
	color: #B2B6BC;
	cursor: auto;
}
/* Secondary Button*/
.reveal-button-secondary {
	padding: 10px 15px;
	background-color: #FFFFFF;
	border: 1px solid #8B929B;
	border-radius: 5px;
	height: 38px;
	width: 100%;
    min-width: 223px !important;
	line-height: 18px;
	color: #2670bb;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0px;
	text-decoration: none;
}

	.reveal-button-secondary:hover {
		background-color: #D8E5F3;
		color: #213D62;
		border: 1px solid #213D62;
	}

	.reveal-button-secondary:disabled {
		color: #B2B6BC;
		background-color: #FFFFFF;
		border-color: #B2B6BC;
		pointer-events: none;
	}


/* Margin-Bottom common 20px*/
.reveal-margin-bottom-20 {
	margin-bottom: 20px;
}
/* Margin-top common 9px*/
.reveal-margin-top-9 {
	margin-top: 9px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
}
/* if tenants list is more will apply scroll*/
.reveal-tenant-wrapper {
	max-height: calc(100vh - 60vh);
	overflow: auto;
}

/*spave between*/
.reveal-text-body.account-info-row {
	margin-top: 20px !important;
}

.reveal-margin-bottom-top-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#username {
	width: 226px !important;
	height: 38px !important;
}

.login-host {
	top: 50%;
}

.page-header {
	margin-bottom: 30px;
	text-align: left;
}
