@font-face {
  font-family: iransans;
  src: url(../font/iransans.ttf);
}
body {
	font-family: iransans;
	line-height: 1.5;
	font-size: 14px;
	direction: rtl;
	/*background-image: linear-gradient(to right, #1d9dae, #1d9dae);*/
	background-color: #1b5a62;
}
* {
	outline: none;
	box-sizing: border-box;
}
a {
	text-decoration: none !important;
	color: #00453d;
}
a:hover {
	color: inherit !important;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.pointer {
	cursor: pointer;
}
.red {
	color: red;
}
.hidden {
	display: none;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
}
.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: 1px solid var(--bs-alert-border-color);
	--bs-alert-border-radius: 0.375rem;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
}
.alert-danger {
	--bs-alert-color: #842029;
	--bs-alert-bg: #f8d7da;
	--bs-alert-border-color: #f5c2c7;
}
.alert-success {
	--bs-alert-color: #0f5132;
	--bs-alert-bg: #d1e7dd;
	--bs-alert-border-color: #badbcc;
}
#login-card {
	margin: 10px auto;
	width: 100%;
	background: white;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 10px;
	box-shadow: 0px 2px 6px -3px;
	max-width: 50%;
	padding: 1.5rem !important;
}
#loginBtn {
	color: white;
	font-family: iransans;
	background: #42d1b0;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #45d5b1;
	padding: 0.4rem 0.75rem;
	font-size: .9375rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
}
#login-head {
	height: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#login-head img {
	height: 100%;
}
.form-control {
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	height: 40px;
	line-height: 1;
	max-width: unset;
	background-color: #fff;
	font-size: .9375rem;
	font-weight: 400;
	border-radius: 5px !important;
	color: #313131;
	border: 1px solid #cbcbcb;
	width: 100% !important;
	direction: ltr !important;
}
.form-label {
	font-size: 16px;
	vertical-align: middle;
	position: unset;
	width: 100% ;
	color: #069cad;
	padding: 0;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	display: block;
	text-align: right;
}
#login-form {
	width: 60%;
}
.form-group {
	direction: rtl;
	width: 100%;
	margin-bottom: 1rem;
}
#two-section-page {
	display: flex;
	justify-content: space-around;
}
#two-section-page > div {
	max-width: 300px !important;
}
#logo-aside-loginform {
	background-image: url('../img/vadamooz_login.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 222px 223px;
	width: 40%;
}
h1.login-heading {
	font-size: 1.3rem ;
	width: 100%;
	text-align: center;
	margin: 10px 0px 30px 0px;
	color: #069cad ;
}
footer {
	color: white;
	text-align: center;
	line-height: 30px;
}
.notice-card {
	margin: 10px auto;
	width: 100%;
	background: white;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 10px;
	box-shadow: 0px 2px 6px -3px;
	max-width: 50%;
	padding: 1.5rem !important;
}
.notice-card b {
	color: red;
}
.notice-card p {}
.notice-card a {}

.the-help-box-container {
	padding: 20px;
	direction: rtl;
}
h2.help-big-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 33.04px;
	color: #000000 !important;
	text-align: right;
	margin: 0px 0px 10px 0px;
}
p.help-paragraph {
	font-weight: 500;
	font-size: 15px;
	text-align: right;
	color: #565656;
}
div#inner-div{

	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
div#inner-div > div {
	padding: 10px;
	background: #D1FAFF;
	width: 45%;
	height: max-content;
	border-radius: 10px;
	padding-top: 1.4rem;
	padding-right: 1.5rem;
	padding-bottom: 1.4rem;
	text-align: right;
}
.helper-title {
	color: #1D9DAE !important;
	font-size: 1.1rem;
	margin: 0px 0px 10px 0px;
}
.container-two-blue-boxes{
	line-height: 30px;
}
.container-two-blue-boxes > div{
	display:flex;
}
.help-label{
	color : #000000 !important;
}
span.help-value {
	color: #565656;
	padding-right: 10px;
	direction: ltr;
}
.general-help-text{
	font-weight:400;
	font-size:15px;
	line-height:24.78px;
	color: #565656 !important;
	margin-top: 30px;
}