﻿html, body 
{
	width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    /*font-family: Heebo;*/
}

html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

body {
	font-family: Heebo;
	font-size: 12px;
	direction: rtl;
	color: #1d2e57;
	/*background-image: url(../Images/s_background.jpg);*/
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #E9EBF1 inset !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: black !important;
}

.ZebraDialog_Body {
	text-align: right !important;
}

.two-factor-authentication {
	padding: 20px;
	padding-top: 30px;
	box-sizing: border-box;
	border: 2px dotted #233768;
	border-radius: 10px;
	font-family: sans-serif;
}

.two-factor-authentication-input {

	margin: 0 auto;
	width: 110px;
}

.two-factor-authentication-input input {
	margin-top: 10px;
	min-width: unset !important;
	border: 2px solid #233768 !important;
	text-align: center;
	font-size: 20px;
}

.bold {
	font-weight: bold;
}
#background-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*opacity: 0.5;*/
}
.container {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 100vh; /* Optional, adjust according to your needs */
}

input[type=text], input[type=password], select {
	border-radius: 5px;
	border: 1px solid #E9EBF1;
	background-color: #E9EBF1 !important;
	color: #1d2e57;
	height: 32px;
	min-width:240px; 
}
.float_right
{
	float: right;
	}
.text_alignR{text-align:right;}	
.pt12{padding-top:12px;}	
.mrgT10{margin-top:10px;}	
.clr{clear:both;}

/*---------------------------------------------------------*/
.rounded {
	width: 25vw;
	height: 25vw;
	border-radius: 50%;
	background-color: #F17D1F;
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
}
.roundedIN {
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	background-color: red;
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
}
/*-*------*/
.container-circle {
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

	.container-circle img {
		/*width: 100px;
		height: 100px;*/
		/*background-color: red;*/
		position: fixed;
		bottom: 0;
		left: 0;
	}

/*-------------------------------------------------------*/
.form-control{
	width:100%;
}

.lanContainer
{
	/*display:flex; 
	align-items: center;*/
    margin: 10px;
    position:fixed;}
.shafa
{
	color: White;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	}
.LanMemu
{
	color: White;
	font-family:Heebo, Bold;
	margin:6px;
	font-size: 12px;}
.titleLogin {
	color: #1d2e57;
	font-size: 24px;
	font-weight: bolder;
	text-align: right;
}

.forgotPass {
	color: #1d2e57;
	font-size: 12px;
}


.DetailsPanel {
	opacity: 1;
	background: white;
	padding: 50px 42px 30px 50px;
	border-radius: 5% 0 0 5%;
}
.enterDetailsContent
{
	/*display:flex; justify-content:space-around;*/
	}
/*.enterDetails > **/
.enterDetails input, select, button {
	margin-bottom: 10px;
}
.titleSelectSystem {
	color: #1d2e57;
	font-size: 14px;
	padding: 7px 0 0 0;
	font-weight:bold;
}

.logoContainer {
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	right: 42px;
}
.button {
	background-color: #1d2e57;
	border-radius: 5px;
	color: #fff;
	border: none;
	height: 32px;
	cursor: pointer;
}

.button:hover {
	filter: brightness(1.2);
}