* {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
	height: 100%
}

body {
	color: white;
	margin: 0;
	padding: 0;
	/* background: linear-gradient(rgb(0, 124, 176), white);  */
	/* background:url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite_converted1687432040.jpg); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
	font-family: sans-serif;
	background: linear-gradient(0deg, #46a0c5, #46a0c5), url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite1684926253.jpg);
	/* background: linear-gradient(0deg, rgba(102, 108, 221, 0.5), rgba(102, 108, 221, 0.5)), url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite1684926253.jpg); */
	/* background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite_converted1687432040.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* background: linear-gradient(0deg, rgba(102, 108, 221, 0.5), rgba(102, 108, 221, 0.5)), url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite_converted1687432040.jpg); */
	/* background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/2023-04-20-Integrex-001-Sense-Micro-Wellbeing-Suite_converted1687432040.jpg); */
	/* background-size: cover; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */

}

.navbar {
	border-bottom: 5px solid rgba(255, 255, 255, 0.34);
	height: 8vh;
}

#header-text {
	text-transform: capitalize;
	white-space: nowrap;
	font-size: 1.5rem;
	padding: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: white;
}

/* .imaginate-logo { */
/* scale: 1.4; */
/* margin: 0rem 0.5rem; */
/* } */

.top-nav-left {
	margin: 0rem 1rem 0.5rem 1rem;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	height: fit-content;
	border-radius: 1rem;
	border: 2px solid rgb(255 255 255);
	padding: 0px;
	/* overflow: hidden; */
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
	box-shadow: 0 0 120px rgba(0, 0, 0, 0.8);
	/* box-shadow: 0 8px 120px rgba(0, 0, 0, 0.6),0 0 150px rgba(255, 255, 255, 0.2); */

}

#forgotpassword {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0.5rem 0.8rem;
	text-decoration-color: white;
	color: white;
}


.imgBox {
	position: absolute;
	width: 350px;
	height: 420px;
	overflow: hidden;
	display: inline-block;
}

.imgBox img {
	width: 100%
}

input::-webkit-input-placeholder {
	color: white !important;
}

/* Chrome/Safari/Opera */
input:-ms-input-placeholder {
	color: white !important;
}

/* IE 10+ */
input::-ms-input-placeholder {
	color: white !important;
}

/* Edge */
input::placeholder {
	color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.7) inset !important;
	/* match your card bg */
	-webkit-text-fill-color: white !important;
	/* ensure text stays white */
	transition: background-color 5000s ease-in-out 0s;
	/* trick to suppress flash */
}

/* Standard */

.loginBox {
	text-align: center;
	float: right;
	width: 100%;
	height: 100%;
	/* box-sizing: border-box; */
	padding: 1.5rem 4rem 3rem;
	/* background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); */
	/* background: linear-gradient(135deg, #667eea, #764ba2); */
	/* background: linear-gradient(187deg, #667eead6, #764ba28a); */
	background: linear-gradient(137deg, #667eea7a, #764ba294);
	border-radius: 1rem;

	/* box-shadow:0 8px 16px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 255, 255, 0.2); */

	/* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8); */
	/* background: rgba(255, 255, 255, .8); */
	/* background-color: #46a0c5; */
	/* background-color: rgba(70, 160, 197, 1); */
	/* background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark */
	/* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); */
	color: white;
}

h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: 200;
}

h5 {
	font-weight: 100;
}

.loginBox input:Not([type=checkbox]) {
	width: 100%;
	/* margin: 10px 10% 10px 10%; */
	margin-bottom: 20px;

}

.loginBox h3 {
	font-size: 2rem;
	margin-bottom: 30px;
}

.imaginate-logo {
	margin: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.loginBox h5 {
	margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"] {
	border: none;
	border-bottom: 2px solid white;
	outline: none;
	height: 40px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	/* background: transparent; */
	font-size: 16px;
	padding-left: 40px;
	box-sizing: border-box;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100vw;
}

::placeholder {
	color: rgbs(0, 0, 0, .5)
}

.inputBox {
	position: relative;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: left;

}

.inputBox span {
	position: absolute;
	top: 10px;
	left: 0px;
	color: white;
	padding-left: 10px;
}

.loginBox input[type="submit"] {
	border: 2px solid white;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 2em;
	border-radius: 5px;
	/* opacity: .5; */
	margin: auto;
	transition: .3s;
	width: 80%;
}

.loginBox input[type="submit"]:hover {
	/* border: 2px solid #104F55; */
	/* background-color: rgba(365,365,365,0.5); */
	cursor: pointer;
	/* color: #104F55; */
	opacity: 1;
	transition: .3s;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	font-weight: 300;
}


footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#ps_logo {
	display: inline-block;
	background: url(/images/play_store.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	width: 160px;
	margin-top: 5px;
}

#as_logo {
	display: inline-block;
	background: url(/images/app_store.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	width: 160px;
	margin-top: 5px;
	margin-right: 70px;
}

#brevo-conversations {
	margin-bottom: 0;
	right: 0px;
	bottom: 0px;
}


.inputBox .fa {
	color: white;
	/* color: #262626; */
}

.flash-message {
  width: 80%;
  margin: auto;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInCool 0.6s ease-out forwards;
}

@keyframes fadeInCool {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.flash-message span {
	width: 100%;
	font-weight: 500;
}

.flash-message i {
	font-size: 1.5rem;
	color: #2a718b;
}
