﻿body 
{
	padding:50px;
	direction:rtl;
}

section 
{
	margin: auto;
}

.login-banner-text {
	background-color: #394472;
	min-width: 405px;
	max-width: 405px;
	min-height: 90px;
	color: white;
	padding:10px;
}

.login-banner-text-text1 {
	line-height: 17px;
	padding-bottom:10px;
}

.login-banner-text-text2 {
	font-family: Arial;
	font-size: 14pt;
	margin-top: 15px;
}

.footer-login
{
	text-align: right;
	color: lightgray;
}

.ltr-layout .footer-login
{
	text-align: left;
	color: lightgray;
}

.login-img
{
	background-image: url(/Images/login-logo.jpg);
	margin-bottom: 20px;
	background-repeat: no-repeat;
	width: 350px;
	height: 90px;
	border: none;
}

.ltr-layout .login-img
{
	background-image: url(/Images/logo.png);
	padding: 0;
}

.horizontal-line
{
	clear: both;
	margin: 3px 0;
	padding: 3px 0;
	border-bottom: 1px solid lightgray;
}

.rightCell, .leftCell{
	width:50%
}

.leftCell > div{
	margin-top:150px;
	margin-right:85px;
}

#Username, #Password{
	width:320px;
}

.parentDiv{
	width:940px;
	margin: 0 auto;
}

.parentDiv > table{
	width:940px;
}

@media (max-width: 767px){
	td.rightCell{
		display:none;
	}
	
	td.leftCell{
		width:100%
	}

	.login-img
	{
		background-image: url(/Images/Mobile/login-logo.jpg);
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size:130px;
		width: 130px;
		height: 30px;
		border: none;
	}

	.leftCell > div{
		margin-right:initial;
		margin-top:60px;
	}

	.leftCell table{
		width:100%;
	}

	#Username, #Password{
		width:100%;
		height: 23pt;
	}

	.parentDiv{
		width:initial;
	}

	.parentDiv > table{
		width:100%;
	}

	body{
		padding:28px;
		overflow:initial;
		height:initial;
	}

	::-webkit-input-placeholder {
	   color:transparent;
	}

	:-moz-placeholder { /* Firefox 18- */
	   color:transparent; 
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   color:transparent; 
	}

	:-ms-input-placeholder {  
	   color:transparent;
	}

	input:not([type=checkbox]).button-left{
		background-color:#2672EC;
		border-style:none;
	}

	.usernameLabel, .passwordLabel{
		color:#1F1F1F;
		font-size:9pt;
		font-weight:bold;
		line-height:23pt;
	}

	input[type="submit"]{
		margin-top: 20px;
		height: 30px;
		font-size: 10pt;
	}

	.changeLanguage, .footerLine, .payvastDesktopFooter{
		display:none;
	}

	.KnowledgeReference{
		margin-top:20px;
		display:block;
		font-size: 9pt;
	}

	.payvastSlogan{
		display:block;
		margin-top:22px;
		font-size: 9pt;
	}

	table, td, tr{
		padding:0;
		-webkit-border-horizontal-spacing:0;
		-webkit-border-vertical-spacing:0;
	}

	div.loginFooterLogo img{
		margin-top:80px;
		width:90px;
	}

	div.loginFooterLogo{
		text-align:center;
	}

	.divHeader{
		margin-left:-28px;
		margin-top:-28px;
		margin-right:-28px;
		line-height:58px;
		background-color:#0072C6;
		color:white;
		font-size:10pt;
		text-align:right;
		padding-right:28px;
		font-weight:bold;
		font-family:Tahoma, DownloadTahomaBold;
		border-bottom: solid 2px #D6D6DC;
	}
}

@media (min-width: 768px){
	.usernameLabel, .passwordLabel{
		display:none;
	}

	.KnowledgeReference, .payvastSlogan{
		display:none;
	}

	.loginFooterLogo{
		display:none;
	}

	.divHeader{
		display:none;
	}
}