body {
	background: #e9e9e9;
	color: #666;
	font-family: Vazir, 'tahoma';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.logo {
	background: url('../../../images/logo.png')no-repeat top;
	width: 70px;
	height: 69px;
	float: right;
	position: absolute;
	top: 5px;
	right: 40px;
}
.ltr .logo {
	float: left;
	right: auto;
	left: 40px;
}
.pen-title {
	padding: 50px 0;
	text-align: center;
	letter-spacing: 2px
}
.pen-title h1 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 300
}
.pen-title span {
	font-size: 12px
}
.pen-title span .fa {
	color: #33b5e5
}
.pen-title span a {
	color: #33b5e5;
	font-weight: 600;
	text-decoration: none
}
.form-module {
	position: relative;
	background: #fff;
	max-width: 320px;
	width: 100%;
	border-top: 5px solid #33b5e5;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	top: 100px;
	text-align: right;
}
.ltr .form-module {
	text-align: left;
}
.form-module .toggle {
	cursor: pointer;
	position: absolute;
	top: -0;
	right: -0;
	background: #33b5e5;
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center
}
.ltr .form-module .toggle {
	right: auto;
	left: -0;
}
.form-module .toggle .tooltip {
	display:none;
	position: absolute;
	top: 5px;
	right: -125px;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: .3s ease;
	transition: .3s ease
}
.form-module .toggle:hover .tooltip{
	display:block;
}
.ltr .form-module .toggle .tooltip {
	right: auto;
	left: -124px;
}
.form-module .toggle .tooltip:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 0.6)
}
.ltr .form-module .toggle .tooltip:before {
	left: auto;
	right: -5px;
	border-left: 5px solid rgba(0, 0, 0, 0.6);
	border-right: 0px !important;
}
.form-module .form {
	display: none;
	padding: 40px
}
.form-module .form:nth-child(2) {
	display: block
}
.form-module .forget {
	padding: 40px
}
.form-module h1 {
	margin: -30px 80px 0px 0px;
	font-size: 18px;
	font-weight: 300;
	color: #33b5e5;
}
.ltr .form-module h1 {
	margin: -30px 0px 0px 80px;
}
.form-module h2 {
	margin: 0px 80px 30px 0px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1
}
.ltr .form-module h2 {
	margin: 0px 0px 30px 80px;
}
.form-module p {
	color: #ff0000;
}
.form-module input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-wieght: 400;
	-webkit-transition: .3s ease;
	transition: .3s ease
}
.form-module input:focus {
	border: 1px solid #33b5e5;
	color: #333
}
.form-module input::-webkit-input-placeholder {
	text-align: right;
	direction: rtl;
}
.ltr .form-module input::-webkit-input-placeholder {
	text-align: left;
	direction: ltr;
}
.form-module input:-moz-placeholder {
	text-align: right;
	direction: rtl;
}
.ltr .form-module input:-moz-placeholder {
	text-align: left;
	direction: ltr;
}
.form-module input::-moz-placeholder {
	text-align: right;
	direction: rtl;
}
.ltr .form-module input::-moz-placeholder {
	text-align: left;
	direction: ltr;
}
.form-module input:-ms-input-placeholder {
	text-align: right;
	direction: rtl;
}
.ltr .form-module input:-ms-input-placeholder {
	text-align: left;
	direction: ltr;
}
.form-module button {
	cursor: pointer;
	background: #33b5e5;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease
}
.form-module button:hover {
	background: #178ab4
}
.form-module .cta {
	background: #f2f2f2;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	text-align: center
}
.form-module .cta a {
	color: #333;
	text-decoration: none
}
.code {
	margin-top: -61px;
	float: right;
}
.ltr .code {
	float: left;
}
.gscode {
	width: 53% !important;
	padding: 11px 5px !important;
}