/***************************************************************************************/
/* #region                                Global                                       */
/***************************************************************************************/
body {
	background-color: #2d2d2d !important;
	font-family: "Open Sans", sans-serif;
	overflow: hidden;
	margin: 0;
}

.screen-greyout {
	background-color: rgba(25, 25, 25, 0.65);
	z-index: 50;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}

.row {
	display: flex;
	flex-direction: row;
}

.col {
	display: flex;
	flex-direction: column;
}

.img-fluid {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: inherit;
}

.img-fit {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: inherit;
}

/* #endregion                                                                          */
/***************************************************************************************/

/***************************************************************************************/
/* #region                                 Login                                       */
/***************************************************************************************/
/*#region |> Login -> Main <| */
.luxedo-login {
	z-index: 25;
	display: flex;
	flex-direction: row;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.reveal-icon {
	font-size: 25px;
	color: #faae1b;
	cursor: pointer;
}

.luxedo-signin-view {
	display: none;
	width: 100vw;
	height: 100vh;
}

.luxedo-signin-view.active {
	display: flex;
}

.luxedo-signup-view {
	display: none;
	width: 100vw;
	height: 100vh;
}

.luxedo-signup-view.active {
	display: flex;
}

.login-pane-left {
	width: 50vw;
	height: 100vh;
	margin-left: 0;
	position: relative;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.login-pane-right {
	width: 50vw;
	height: 100vh;
	overflow: hidden;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	right: 0;
	position: relative;
}

.login-page-img {
	height: 100%;
	width: 100%;
	margin-left: -1300px;
	position: absolute;
	right: 0;
}

.login-btn-main {
	padding: 0.25vw;
	border-radius: 3px;
	cursor: pointer;
}

.btn-switch-page {
	background-color: #00000050;
	border-radius: 4px;
	cursor: pointer;
}

.g-recaptcha {
	transform: scale(0.77);
}
/*#endregion |> Login -> Main <| */

/*#region |> Login -> Intro <| */
.login-intro {
	display: flex;
	flex-direction: column;
	justify-content: left;
	margin-left: 150px;
}

.login-title {
	margin-top: 75px;
}

.login-logo {
	height: 50px;
	width: auto;
}

.login-welcome {
	margin-top: 100px;
}

.welcome-msg-head {
	line-height: 61px;
	font-weight: 400;
	font-size: 48px;
	color: #fff;
}

.welcome-msg-body {
	margin-top: 15px;
	line-height: 32px;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}
/*#endregion |> Login -> Intro <| */

/*#region |> Login -> Forgot PW <| */
.forgot-pw-btn {
	color: #faae1b;
	cursor: pointer;
}

.login-error.hidden {
	display: none;
}
/*#endregion |> Login -> Forgot PW <| */

/*#region |> Login -> Inputs <| */
.password-action-row {
	width: 480px;
	padding: 0px 10px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.login-inputs {
	display: flex;
	flex-direction: column;
	justify-content: left;
	margin-top: 60px;
	margin-left: 150px;
}

.inputs-title {
	margin-bottom: 15px;
	color: #faae1b;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 21px;
}

/* Hacky nonsense that is necessary to change the color of the text box */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:focus-visible,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:focus-visible {
	-webkit-transition-delay: 99999s;
}

input {
	color: white !important;
	border-radius: 5px;
	padding: 0.5vw;
	border: 1px solid #ffffff80;
	text-align: center;
	text-rendering: auto;
	caret-color: white;
	background-color: #00000080 !important;
	font-size: max(0.75vw, 13px) !important;
}

input:-webkit-autofill::first-line {
	font-size: 0.75vw;
	font-size: max(0.75vw, 13px) !important;
}

.inputs-input {
	margin-bottom: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #fff !important;
	border: 1px solid #979797;
	font-family: "Open Sans", sans-serif;
	border-radius: 5px;
	width: 500px;
	height: 45px;
}

.inputs-input.short {
	margin-bottom: 10px;
}

.login-error {
	color: red;
}
/*#endregion |> Login -> Inputs <| */

/*#region |> Login -> Signup <| */
.signup-input-cntr {
	margin-left: 150px;
	margin-top: 60px;
}

.signup-inputs-bar {
	display: flex;
	flex-direction: row;
}

.signup-inputs {
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: 500px;
}

.signup-inputs.halfbar {
	width: 235px;
	margin-right: 30px;
}

.signup-inputs-title {
	margin-bottom: 15px;
	color: #faae1b;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 21px;
}

.signup-inputs-input {
	margin-bottom: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #fff !important;
	border: 1px solid #979797;
	font-family: "Open Sans", sans-serif;
	border-radius: 5px;
	width: 100%;
	height: 45px;
}
/*#endregion |> Login -> Signup <| */

/*#region |> Login -> Submits <| */
.login-submit {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
	margin-left: 150px;
	width: 500px;
}

.submit-signup {
	display: flex;
	flex-direction: row;
	margin-left: 0;
}

.signup-query {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 10px;
}

.signup-link-btn {
	color: #faae1b;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 28px;
	text-decoration: underline;
	cursor: pointer;
}

.submit-login {
	margin-left: auto;
}

.submit-login-btn {
	font-family: "Open Sans", sans-serif;
	background-color: #faae1b;
	justify-content: center;
	align-items: center;
	display: flex;
	cursor: pointer;
	border-radius: 25px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	border: none;
	width: 160px;
	height: 45px;
}

.submit-login-btn:focus {
	outline: none;
}
/*#endregion |> Login -> Submits <| */

/* #endregion                                                                          */
/***************************************************************************************/

/***************************************************************************************/
/* #region                                Overlay                                      */
/***************************************************************************************/
.overlay {
	z-index: 75;
	width: 55vw;
	max-width: 1000px;
	height: 75vh;
	max-height: 800px;
	display: none;
	position: absolute;
	background-color: #3b3b3b;
	border-radius: 5px;
}

.welcome-close-btn {
	top: 20;
	right: 20;
	width: 20px;
	height: 20px;
	position: absolute;
	color: #7e8184;
	cursor: pointer;
}

.welcome-slide {
	display: none;
}

.welcome-slide.active {
	display: block;
}

.welcome-image-head {
	margin-top: 7%;
	margin-left: 26%;
	width: 47.5%;
	max-width: 475px;
	max-height: 315px;
	/*height: 40%;*/
	background-color: #000;
	box-shadow: 0 0 13px 0 #191919;
}

.welcome-main-sxn {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.welcome-title {
	margin-top: 3.6%;
	color: #faae1b;
	font-size: 36px;
	font-weight: 400;
	line-height: 51px;
	text-align: center;
}

.welcome-body {
	width: 60%;
	margin-top: 15px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	width: 600px;
	text-align: center;
}

.welcome-action-cntr {
	bottom: 0;
	width: 100%;
	margin-bottom: 6%;
	position: absolute;
}

.welcome-slide-dot-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.5%;
	margin-left: auto;
	margin-right: auto;
}

.welcome-slide-dot {
	background-color: #191919;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.welcome-slide-dot.active {
	background-color: #faae1b;
}

.welcome-btn-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.welcome-btn {
	width: 160px;
	height: 45px;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
}

.welcome-btn.next {
	background-color: #0e7bbf;
}

.welcome-btn.complete {
	background-color: #faae1b;
}

.welcome-btn.active {
	display: flex;
}

/* #endregion                                                                          */
/***************************************************************************************/
