﻿
@font-face{font-family:"DIN Next LT W23"; src:url("../Fonts/644ad789-1663-4740-a778-649cfad3951a.eot?iefix") format("eot")}
@font-face{font-family:"DIN Next LT W23"; src:url("../Fonts/644ad789-1663-4740-a778-649cfad3951a.eot?iefix"); src:url("../Fonts/b53d284e-baaa-45fe-a2d9-9ed3d364834f.woff") format("woff"),url("../Fonts/decc2f6c-155a-4101-aaa9-e8570711af71.ttf") format("truetype"),url("../Fonts/96953c77-fad6-4aa8-93d1-24182ebd0494.svg#96953c77-fad6-4aa8-93d1-24182ebd0494") format("svg")}
@font-face{font-family:"DIN Next LT W23 Medium 893519"; src:url("../Fonts/6e7f8ec5-ab54-4a5f-bb89-ef815c6a6e14.eot?iefix") format("eot")}
@font-face{font-family:"DIN Next LT W23 Medium 893519"; src:url("../Fonts/6e7f8ec5-ab54-4a5f-bb89-ef815c6a6e14.eot?iefix"); src:url("../Fonts/1424678a-7c69-4221-ba01-30a5d88e631d.woff") format("woff"),url("../Fonts/2e195c47-57c9-413e-80a7-e89bc6357180.ttf") format("truetype"),url("../Fonts/bf37d5ca-0243-42f1-b614-0857ec2c7aab.svg#bf37d5ca-0243-42f1-b614-0857ec2c7aab") format("svg")}

body{
	direction:rtl;
	font-family:"DIN Next LT W23" !important;
	background: url(../images/bg_body.jpg) no-repeat top center #fcfcfc;
	background-size: 100% 100%;
	margin: 0;
	height: 100vh;
}

.profile{
  /* margin-top:30px; */
  /* margin-right:150px; */
  width:170px;
  margin: 100px auto 0;
  height:80px;
  background: url(../images/logo.png) no-repeat;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow:hidden;
}

.login_md{
	padding-top:10%;
}


.lang a{
	color: #ffffff;
    text-decoration: none;
    background-color: #007548;
    height: 26px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    width: 25%;
    font-size: 18px;
    font-family: auto;
    border-radius: 4px;
}

input {
    background-color: white;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    height: 35px;
    width: 90%;
    font-size: 15px;
    text-indent: 10px;
    margin: 10px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

input[type=submit] {
  background: #005e85;
  border:none;
  color:white;
  width: 87%;
  font-size:17px;
  height: 40px;
  line-height:0px;
  text-align: center;
  font-family: inherit;
  padding-bottom: 7px;
  margin-top: 25px;
  cursor: pointer;
}

.login_lgnnfo{
	width: 35%;
	margin: auto;
}

td a{
	display:block;
	text-align:center;
}

p.forget{
     font-size: 18px;
    color: #404040;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    text-shadow: 0 0 0;
    border-bottom: 1px solid;
}

.forget a {
	color: #003d57;
    text-shadow: 0 0 0;
    font-size: 16px;
    text-decoration: none;
}

p.newUser{
    font-size: 16px;
    background-color: #005e85;
    margin-top: 25px;
    text-align: center;
    height: 75px;
    color: #fff;
    line-height: 67px;
}

.newUser a {
	color: #fff;
	margin-right: 5px;
	font-size: 20px;
}

.newUser a:hover {
	color: #fff;
}

.DevHelperValCtrl{
	color:red;
	font-size: 13px;
}

input[type=submit]:hover{
	 background: #005e85;
}

.form{
  width: 400px;
  margin: 20px auto 0;
}

.topform{
  border: 1px solid #f1f1f1;
  margin:0px;
  background: url(../images/username.png) no-repeat;
  background-repeat: no-repeat;
  background-color:white;
  background-size: 6%;
  background-position: 5% 50%;
  font-size: 15px;
  font-family: inherit;
}

.bottomform{
  margin-top: 3px;
  margin-bottom:10px;
  background: url(../images/password.png) no-repeat;
  background-repeat: no-repeat;
  background-color:white;
  background-size:6%;
  background-position: 5% 50%;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid #f1f1f1;
}

footer {
    background-color: #595959;
	height:50px;
	position:absolute;
	bottom:0;
	width:100%;
}

.copyright {
    text-align: center;
    color: #fcfcfc;
    font-size: 17px;
    line-height: 50px;
}

.DevHelperRequiredMark{
	color:#f00;
}

.login_fieldstable{
	margin: 0 auto 0;
	/* border-radius: 10px; */
	background-color: rgba(240,240,240,.6);
	padding: 10px 35px 20px;
}

.login_fieldstable tr td:last-child{
	margin-bottom: 0px;
	display:block;
}


.login_fieldstable tr td label{
	color: #404040;
	font-size: 17px;
	text-shadow: 0 0 0;
}

#captcha_txtCaptcha{
	width: 35% !important;
	float: right;
	margin-left: 1%;
}

.login_logo a{
	background: url(../images/logo.png) no-repeat center;
	width: 350px;
	height: 103px;
	display: block;
}

#captcha_cvCaptcha{
	color:red;
}


@media (max-width:600px){
	.form{
	  width: 100%;
	  margin: 0 auto;
	}
	.login_logo a{
		width:250px;
	}
	.login_fieldstable{
	 margin: 0 auto ;
	}
	td{
		display:block;
	}
	td input{
		width:100%;
		margin:10px 0;
	}
	input[type=submit]{
		width:100%;
	}
	.captchaImage{
		width:230px;
	}
	#captcha_txtCaptcha{
		width: 100% !important;
	}
	.login_lgnnfo{
		width:90%;
	}
	.login_md{
		padding-top:0;
	}
}