﻿/********** LOGON PAGE STYLE *********m.sh*/
@font-face {
    font-family: 'iranYekan';
    src: url('fonts/IranYekan.eot'); /* IE9 Compact Modes */
    src: url('fonts/IranYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/IranYekan.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/IranYekan.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/IranYekan.ttf') format('truetype') /* Safari, Android, iOS */;
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    font-family:iranYekan,regular,sans-serif;
}

::-moz-selection { background: #3b3b3b !important; color: #fff !important; }
::selection { background: #3b3b3b !important; color: #fff !important; }

.border1 {
	padding: 10px;
}

form {
	margin: 0;
}

#wrapper {
	/*height: auto;
	margin: 80px auto;
	width: 320px;*/
	font-family: iranyekan, yekan, byekan, tahoma;
	position: relative;
	z-index: 1;
	-webkit-animation: logpop .5s;
	animation: logpop .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

@-webkit-keyframes logpop { 0% { -webkit-transform: scale(.5) } to { -webkit-transform: scale(1) } }
@keyframes logpop { 0% { transform: translateY(100%) scale(0); } to { transform: translateY(0) scale(1); } }

.logon-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}

.login-form {
	width: 400px;
	font-weight: 100;
	padding: 25px;
	margin: 15px auto 0;
	border: 1px solid #f6f6f6;
	border-radius: 0 !important;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.login-form .logon-header {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 0;
	margin: -80px auto 0;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.85) url(logon-ico.png);
}

.login-form .logon-header h1 {
	color: #414848;
	font-family: inherit;
	font-size: 0;
	line-height: 16px;
	margin-bottom: 25px;
}

.login-form .logon-header span {
	color: #678889;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
}

.login-form .logon-content {
	display: block;
}

.login-form .logon-content .logon-input,
#captchaControl_captchaText {
	display: block;
	width: 100%;
	height: 45px;
	text-align: left;
	padding: 10px 10px 10px 40px;
	font-weight: 400;
	font-size: 14px;
	color: #888c95;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
	margin: 15px 0;
	box-shadow: none;

}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	color: #888c95 !important;
	background: #eee !important;
	box-shadow: inset 0 45px #eee;
}


.login-form .logon-content .logon-input:hover {}

.login-form .logon-content .logon-input:focus {
	outline: 0;
	box-shadow: none;
}

.logon-user-icon,
.logon-pass-icon {
	display: block;
	width: inherit;
	height: 42px;
	margin: -55px auto 0;
	box-sizing: border-box;
	background: transparent;
	position: relative;
	pointer-events: none;
	z-index: 99;
	top: 0;
	right: 0;
	padding-right: 0;
}

.logon-user-icon:after ,
.logon-pass-icon:after {
	content: '';
	width: 0;
	height: 100%;
	border-bottom: 2px solid #888c95;
	position: absolute;
	top: 0; left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	transition: .5s;
}

.logon-user-icon:before ,
.logon-pass-icon:before {
	color: #888c95;
	font: 18px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 13px;
	left: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.logon-user-icon:before { content: '\f007' }
.logon-pass-icon:before { content: '\f084'; }

.logon-content input:focus + div {
	right: 0;
}

.logon-content input:focus + div:before {
}

.logon-content input:focus + div:after {
	width: 100%;
}

.login-form .logon-footer {
	padding: 0 !important;
	display: block;
	background: white !important;
	border-top: none !important;
	box-shadow: none !important;
	overflow: hidden;
}


#backBtn.logon-button, 
.logon-continue-btn, 
.login-form .logon-footer .logon-button-page {
    font-family:iranYekan,regular,sans-serif !important;
	display: block;
	width: 100%;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	margin: 5px 0 !important;
	border: 0;
	border-radius: 0;
	background: -moz-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	background: -webkit-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	background: -ms-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	cursor: pointer;
	padding: 10px 10px;
	text-shadow: none;
	box-shadow: inset 0 -50px transparent;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
} 

#backBtn.logon-button:hover ,
.logon-continue-btn:hover ,
.login-form .logon-footer .logon-button-page:hover {
	background: -moz-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
	background: -webkit-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
	background: -ms-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
	background-position-y: 48px;
	letter-spacing: .5px;
}

.logon-forget-answer {
	padding: 10px !important;
}

.login-form .logon-footer .logon-register-page {
    font:13px iranYekan,regular,sans-serif !important;
	display: block;
	color: #3b3b3b;
	text-align: center;
	padding: 5px;
	margin: auto;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	transition: .5s;
}

.login-form .logon-footer .logon-register-page:hover {
	letter-spacing: .5px;
	box-shadow: inset 0 -1px #3b3b3b;
}

.login-form .logon-footer .logon-register-page:focus {
	position: relative;
	bottom: -1px;
}

.logon-remember-row {
	margin: 15px 0;
}

.logon-remember {
	color: #888c95;
}

.logon-forget {
	float: none !important;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #888c95;
}

.logon-forget:hover {
	text-decoration: underline;
}

#forgetLbl {
	display: block;
}

.logon-copyright {
	color: #FFF;
	text-align: center;
	padding-top: 9px;
}

.logon-copyright a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.logon-copyright a:hover {
	color: #f89318;
}

.logon-border1 {
	padding: 10px 0;
}

.logon-empty-message {
	display: none;
	width: 100%;
	color: red;
	padding: 5px;
	margin: 5px 0;
	border-right: 3px solid #ff1010;
	background: #ffc3c3;
	box-sizing: border-box;
}

.logon-header-label {
	font-size: 50px;
	display: inline-block;
}

.logon-forget-question {
	display: block;
	padding: 10px;
	text-align: center;
}

.logon-forget-form {
	display: none;
}

.logon-forget-overlay {
	z-index: 100;
	background-color: gray;
	position: absolute;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	display: none;
}

.logon-custom-message {
	display: none;
}

.logon-button {
	margin: 5px;
}

.logon-forget-custom-message {
	display: inline-block;
	color: red;
}

.logon-message {
	display: block;
	width: 100%;
	color: red;
	line-height: 2em;
	padding: 0 10px;
	margin: 5px 0;
	border-right: 3px solid #ff1010;
	background: #ffc3c3;
	box-sizing: border-box;
}

#captchaControl {
	height: 140px !important;
}

#captchaControl_captchaInputContainer {
	margin-bottom: 15px;
}

.login-form #captchaControl_captchaRefresh {
	width: 40px;
	font-size: 18px;
	padding: 7px;
	margin: 0 !important;
	border-radius: 0;
}

#captchaControl_captchaText {
	display: inline-block;
	width: calc(100% - 40px) !important;
	height: 34px;
	padding: 10px !important;
	margin: 0;
	outline: 0;
}

.login-form .capture-code-style img {
	display: block;
	width: 100% !important;
	height: 60px !important;
	margin: auto;
	background-color: #ccc;
	border-radius: 0;
	border: 1px solid #aaaaaa !important;
	/*border-bottom: 0 !important;*/
	box-shadow: none !important;
}

#logon-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	/* -webkit-filter: blur(4px); */
	/* filter: blur(1px); */
}

.copyright {
	display: block;
	text-align: center;
	color: #FFF;
	background: #3b3b3b8f;
	padding-top: 2px;
	margin: 0 auto;
	font-size: 10px;
}

.copyright a {
	text-decoration: none;
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
}

.captcha-container {
	margin: 15px 0;
}

.captcha-text {
	background: #eee;
	color: #414848;
	text-align: left;
	box-sizing: border-box;
	height: 30px !important;
	margin: 3px 5px 0 0 !important;
	padding: 0 7px;
	border: 1px solid #ccc;
}

.captcha-text:focus {
	background: #dfe9ec
}

.row-insert-code {
	margin: 7px 0;
}
.captcha-refresh-btn {
	margin-top: -4px !important;
}

.logon-title {
	font-family: iranYekan,regular,sans-serif !important;
	color: #aaaaaa;
}


/**************** 2FA AUTHENTICATION ****************/
.activation-code-input {
	display: none;
}

.activation-code {
	direction: ltr;
	position: relative;
}

.activation-code::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border-bottom: 2px solid;
	border-color: #ccc;
	transition: opacity 0.3s ease;
}

.activation-code > span {
	position: absolute;
	display: block;
	font-size: 13px;
	color: #ccc;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
}

.activation-code .activation-code-inputs {
	display: flex;
	/*flex-direction: row;*/
	/*flex-wrap: nowrap;*/
	flex-flow: row nowrap;
}

.activation-code .activation-code-inputs input {
	display: flex;
	flex-flow: column nowrap;
	padding: 0;
	border: 0;
	outline: 0;
	min-width: 0;
	line-height: 36px;
	text-align: center;
	align-items: center;
	transition: all 0.3s ease;
	border-bottom: 2px solid;
	border-color: #ccc;
	margin-right: 8px;
	/*background: red;*/
	opacity: 0;
}

.activation-code .activation-code-inputs input:last-child {
	margin-right: 0;
}

.activation-code.active::before {
	opacity: 0;
}

.activation-code.active .activation-code-inputs input {
	opacity: 1 !important;
}

.activation-code .activation-code-inputs input:focus {
	border-color: #46b2f0 !important;
}

.activation-code.active > span {
	transform: translate(0, -100%);
	line-height: 30px;
	opacity: 0.6;
}

.activation-code-inputs input {
	font: 20px IranSansNum, regular, sans-serif !important;
	width: 35px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 2px;
	text-align: center;
	outline: none;
}

#lblTwoFaCaption {
	font-size:12px;
}

.activation-code  {
	margin-top:30px;
}

.activation-code-inputs {
	direction: ltr;
	text-align: center;
}

#logonContainer {
	text-align: center;
}
/*Forget password page css*/
.logon-content.forgetPassword-content{
	text-align:right
}
.forgetPassword-content .logon-input {
	margin-top: 5px !important
}
.error-invalid{
	text-transform:capitalize
}
.error-invalid :nth-child(1){
	margin-right:3px
}
.error-invalid :nth-child(2){
	margin-right:3px
}
.submitBtn{
	text-align:center
}
.save-button-page {
	font-family: iranYekan,regular,sans-serif !important;
	display: block;
	width: 100%;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	margin: 5px 0 !important;
	border: 0;
	border-radius: 0;
	background: -moz-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	background: -webkit-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	background: -ms-linear-gradient(90deg, #3b3b3b 50%, #414141 51%);
	cursor: pointer;
	padding: 10px 10px;
	text-shadow: none;
	box-shadow: inset 0 -50px transparent;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
}
 .save-button-page:hover {
		background: -moz-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
		background: -webkit-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
		background: -ms-linear-gradient(90deg, #414141 50%, #3b3b3b 51%);
		background-position-y: 48px;
		letter-spacing: .5px;
		color:#fff
	}
.logon-content.forgetPassword-content.forgetPassword-en {
	text-align: left !important
}

.register-input-hidden {
	display: none;
}
.ErrorInput {
	background-color: red;
}