﻿.header, .clone, .MenuContainer, .p-0.mt-5, .mobilemenuContainer {
	display: none;
}

body {
	padding-top: 20px;
}

.signup-container {
	width: 400px;
	margin: auto;
	overflow: hidden;
}



hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.signup-content {
	background-color: #fff;
	padding-top: 10px;
	box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

.signup-logo {
	text-align: center;
	margin-bottom: 15px;
	height: 150px;
	overflow: hidden;
}

	.signup-logo img {
		height: 100%;
		object-fit: contain;
	}

@media only screen and (max-width: 480px) {
	.signup-container {
		width: 95%;
	}
}

.signup-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.pnl-register h3.congratulation {
	margin-bottom: 20px;
	color: #339933;
}

.pnl-register h5.continue {
	margin-bottom: 20px;
}

.pnl-register .btn {
	margin-bottom: 20px;
}

.sep {
	background: #eee;
	margin: auto;
	width: 1px;
	height: 400px;
}

.btn-login {
	cursor: pointer;
	float: left;
}

.signup-validation {
	color: #f00;
	font-size: 11px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:visited {
	color: #0094ff;
	border-bottom: 1px dashed #0094ff;
	text-decoration: none;
	outline: none;
}

.form-control {
	height: 40px;
	font-family: IRANSans;
	font-size: 12px !important;
}

.image_captcha {
	height: 40px;
}

.btn-reg-box {
	cursor: pointer;
	padding: 0;
	height: 40px;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #0094ff;
	border-radius: 5px;
	line-height: 40px;
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

	.btn-reg-box:after {
		content: '';
		position: absolute;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		width: 20%;
		height: 100%;
		background: rgba(244,255,255,.2);
		z-index: 1;
		right: 0;
		bottom: 0;
		margin: -5px 0 0 -5px;
		border-radius: 40px 0 0 40px;
	}

	.btn-reg-box:hover:after {
		width: 100%;
		border-radius: 0;
	}

	.btn-reg-box:active {
	}

	.btn-reg-box:before {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		line-height: 3;
		font-size: 140%;
		width: 60px;
	}

	.btn-reg-box i {
		position: absolute;
		right: 5px;
		font-size: 22px;
		top: 50%;
		transform: translateY(-50%);
		line-height: 20px;
		color: #fff;
	}

.btn-reg,
.btn-reg:hover,
.btn-reg:focus,
.btn-reg:active,
.btn-reg:visited {
	background-color: transparent;
	display: block;
	line-height: 40px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	padding: 0;
	z-index: 2;
	position: absolute;
}

.warning {
	color: red;
	font-size: 11px;
	display: block;
	text-align: center;
}

input[type=file] {
	margin: 15px 0 30px 0;
}
