/* RSE : 2023-09-22 | Build 007 */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

:root {
	--login-logo-background: rgba(0, 0, 0, 0.02);
	--login-logo-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/*--login-background: #e3e3e3 url('../images/body-bg32.png');*/
	--login-background: rgba(0, 83, 125, 1) linear-gradient(45deg, rgba(0, 83, 125, 1) 0%, rgba(0, 73, 110, 1) 35%, rgba(0, 116, 173, 1) 100%);

	--login-box-shadow-color: rgba(0, 0, 0, 0.2);

	--login-btn-border: #0c619e;
	--login-btn-background: #1a7bbf;
	--login-btn-textshadow: #2765a4;

	--login-btn-hover-background: #2765a4;
	--login-btn-hover-color: #FFFFFF;
	--login-btn-hover-boxshadow: 0px 0px 3px 0px #4a89c8;

	--login-message-background: #1a7bbf;
	--login-message-color: #FFFFFF;
	--login-message-border: 1px solid #0d5b93;

	--title-color: #FFFFFF;
	--title-background: #8b1380;
}

* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body, html {
	height: 100%;
}

body {
	background: var(--login-background);

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	font-family: 'Rubik', Calibri, Helvetica, Tahoma, serif;
}

* {
	box-sizing: content-box;
}

.rtl {
	direction: rtl;
	text-align: right;
}

.ltr {
	direction: ltr;
	text-align: left;
}

.login_div {
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	box-shadow: 0 0 1.5rem 0 var(--login-box-shadow-color);
	border-radius: 10px;
	transition: all 0.7s ease;
}

.login_div_1 {
	background: white;
	width: 520px;
	height: auto;
	min-height: 300px;
	/*border: 1px solid #c0c2c4;*/
	/*border-top: 4px solid rgba(0,122,100,0.35);
    border-bottom: 4px solid rgba(0,122,100,0.35);*/
	border-radius: 15px;
	transition: all 0.7s ease;
	overflow: hidden;
}

.login_div.tall {
	transition: all 0.5s ease;
}

.login_div.tall > .login_div_1 {
	transition: all 0.5s ease;
}

.login_logo {
	/*margin-top:16px;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border-top: 10px solid #FFFFFF;*/
	padding: 18px 25px;
	background: var(--login-logo-background);
	border-bottom: var(--login-logo-border-bottom);
	/*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}

.login_logo img {
	max-width: 220px;
	max-height: 75px;
}

.login_logo .company_logo {
	max-width: 180px;
	max-height: 60px;
}

/*.rtl .login_logo .company_logo {
	float: left;
}

.ltr .login_logo .company_logo {
	float: right;
}*/

.login_div2 {
	text-align: left;
	color: black;
	margin-top: 5px;
}

.oauth .login_div2 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 160px;
}

.oauth .login_div2 > div {
	width: 100%;
}

.oauth .login_div_1 {
	min-height: auto !important;
	height: auto !important;
}

.oauth-button {
	width: 60%;
	background: #eb3c00;
	display: inline-block;
	color: white;
	border: none;
	padding: 1.5rem 2rem;
	text-decoration: none;
	margin: 30px auto;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.oauth-button:hover {
	color: white;
	background: #d03500;
}

.ltr .login_div2 {
	text-align: right;
}

.login_div2 .group:first-child {
	margin-top: 30px;
}

.login_div2 .group:nth-child(2) {
	margin-top: 15px;
}

.loginPanel {
	text-align: center;
	color: #808080;
}

.LInput {
	border: 1px solid #ced0d3;
	padding: 8px;
	width: 90%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
.LInput:hover{
    background: #fafafa;
}*/
.login_button {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 10px;
	font-size: 1.6rem;
	/*
    float:right;
    position:absolute;
    bottom:0px;
    width: 95px;
    */
	width: 75%;
	color: white;
	border: 1px solid var(--login-btn-border);
	background: var(--login-btn-background);
	text-shadow: 0 1px 1px var(--login-btn-textshadow);
	font-weight: bold;
	cursor: pointer;
	margin: 15px auto 30px auto;

	/*background-image:         linear-gradient(#4a89c8, #431f65) !important;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
.reset_button{
	border: 1px solid var(--reset-btn-border);
	background: var(--reset-btn-background);
	text-shadow: 0 1px 1px var(--reset-btn-textshadow);
}
*/
.login_button:hover {
	transition: all 0.5s ease;
	color: var(--login-btn-hover-color);
	background: var(--login-btn-hover-background);
	box-shadow: var(--login-btn-hover-boxshadow);
}

/*
.reset_button:hover{
	color: var(--reset-btn-hover-color);
	background: var(--reset-btn-hover-backgrond);
	box-shadow: var(--reset-btn-hover-boxshadow);
	text-decoration: none;
}
*/
#loginmsg {
	box-sizing: border-box;
	background: var(--login-message-background);
	color: var(--login-message-color);
	width: 100%;
	font: 10pt Tahoma;
	padding: 14PX 20px;
	margin-bottom: 10px;
	border-bottom: var(--login-message-border);
}


div.group {
	position: relative;
	width: 75%;
	padding: 6px;
	margin: 20px auto auto;
}

.group label {
	display: inline-block;
	width: 100%;
	border: 1px solid #ced0d3;
	padding: 0;
	border-radius: 5px;
}

.group label.invalid {
	border: 1px solid #ff6e6e;
	transition: border ease-in 0.2s;
}

.group label.invalid i {
	color: #ff6e6e;
	transition: color ease-in 0.2s;
}


.group label span {
	display: block;
	margin-bottom: 6px;
}

.group {
	position: relative;
}

.group label {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}

.group label span {
	margin: 0;
}

.group label span.icon {
	position: absolute;
	left: initial;
	right: 0;
	padding: 15px 20px;
	font-size: 15pt;
	color: #ced0d3;
}

.group label span.input {
	padding-right: 40px;
}

.group label span input {
	box-sizing: border-box;
	display: block;
	border: none;
	width: 100%;
	padding: 15px 10px;
}

.group.remember-me {
	margin-top: 10px;
}

.rtl .group.remember-me label input {
	margin-left: 8px;
}

.ltr .group.remember-me label input {
	margin-left: 2px;
	margin-right: 8px;
}

.group.remember-me label {
	padding: 10px 12px;
}

.ltr .group label span.icon {
	right: auto;
	left: 0;
}

.ltr .group label span.input {
	padding-right: 0;
	padding-left: 40px;
}

.twoFactorCode {
	width: 120px;
	font-size: 1.3em;
	margin: auto;
	text-align: center;
	letter-spacing: 5px;
}

.btn-twoFactor {
	width: 25%;
}

.labelText {
	padding: 0 10px 10px 10px;
	text-align: right;
	font-weight: bold;
}

.ltr .labelText {
	text-align: left;
}

.links {
	text-align: center;
	padding: 4px 14px 14px 14px;
}

.links a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.login_div_1 h1 {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 16pt;
	color: var(--title-color);
	background: var(--title-background);
}

@media only screen and (max-width: 700px) {
	.login_div {
		display: block;
		position: absolute;
		width: 100%;
		top: 100px;
		left: 0;
		margin-top: 0;
		margin-left: 0;

		-ms-transform: none;
		transform: none;

		box-shadow: 0 0 8px 0 var(--login-box-shadow-color);
		border-radius: 0;
	}

	.login_div_1 {
		background: white;
		width: 100%;
		height: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	div.group {
		width: 80%;
		margin: auto;
		padding: 6px;
	}

	.login_button {
		width: 70%;
	}

	.login_div2 {
		width: 100%;
	}

}

@media (max-width: 500px) {
	.login_logo {
		justify-content: center;
		text-align: center;
	}

	.login_logo .company_logo {
		display: none;
	}

	.login_div_1 {
		height: auto;
	}

}


.bg-shapes {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}

.bg-shapes div{
	animation: shapeAnimate 90s linear infinite;
}

@keyframes shapeAnimate {
	0% {
		transform: translateY(0) rotate(0deg);
		scale: 1;
	}

	50% {
		transform: translateY(-50px) rotate(180deg);
		scale: 1.1;
	}

	100% {
		transform: translateY(0px) rotate(360deg);
		scale: 1;
	}
}

.bg-shapes div:first-child {
	position: absolute;
	background: rgba(180, 180, 180, 0.1);
	transform: rotate(25deg);
	width: 80vh;
	height: 80vh;
	left: -20px;
	top: -20px;
	border-radius: 25% 25% 60% 25%;
}

.bg-shapes div:last-child {
	position: absolute;
	background: rgba(200, 200, 200, 0.1);
	transform: rotate(-35deg);
	width: 80vh;
	height: 80vh;
	right: -20px;
	bottom: -20px;
	border-radius: 25% 25% 25% 60%;
}


[data-lastpass-icon-root="true"] {
	display: none;
}