﻿body {
	background-color: #f6f5f4;
}

.signin-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.logo-box {
	margin: 0 auto 10px auto;
	text-align: center;
}

	.logo-box a {
		display: block;
	}

		.logo-box a img {
			height: 60px;
		}

.logo-text {
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eaeded;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
}

.pnl-signin {
	width: 95%;
	margin: auto;
}

	.pnl-signin .panel-body {
		background-color: #fff;
		padding: 15px;
		border: 1px solid #d3d3d3;
	}

	.pnl-signin .panel-heading {
		border-radius: 0;
	}

	.pnl-signin label {
		font-size: 14px;
		font-family: Vazir-M;
	}

label {
	font-weight: normal;
	line-height: 2;
}

@media (min-width : 768px) {
	.signin-container {
		top: 50%;
		transform: translateY(-50%);
	}

	.pnl-signin {
		width: 390px;
	}

	.logo-box {
		width: 550px;
	}
}

input[type=tel], input[type=tel]:focus, input[type=password], input[type=password]:focus {
	height: 40px;
	box-shadow: none;
	margin-left: -1px;
	border: 1px solid #ced4da;
	/*border-left: none;*/
}

.input-group-addon {
	border-radius: .25rem 0 0 .25rem;
	background-color: #fff;
	border-right: none;
	font-size: 20px;
	line-height: 1;
	color: #999;
}

.btn-forget, .btn-forget:focus, .btn-forget:active {
	border-radius: 10px;
	outline: none !important;
}

.btn-login-box, .btn-login-box:focus, .btn-login-box:active {
	cursor: pointer;
	padding: 0;
	height: 44px;
	outline: none;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #0463ca;
	border-radius: 10px;
	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 */
	margin-top: 10px;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

	.btn-login-box:hover {
		background-color: #0b73e2;
	}

.btn-login,
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login:visited {
	background-color: transparent !important;
	display: block;
	line-height: 44px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 0;
	z-index: 2;
	position: absolute;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}

.validation-red {
	color: red;
	font-size: 13px;
}

.message-box {
	color: red;
	text-align: center;
	height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}

	.message-box img {
		height: 40px;
	}

.forget {
	color: #00bbff;
	font-size: 14px;
	border-bottom: 1px dashed #00bbff;
	text-decoration: none !important;
	outline: none !important;
}

	.forget:hover {
		color: #0088ff;
		text-decoration: none;
		border-bottom: 1px dashed #0573d3;
	}

.signup {
	color: #00bbff;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	margin-right: 5px;
}

	.signup:hover {
		color: #0088ff;
		text-decoration: none;
	}

.image-captcha {
	height: 38px;
	width: 80px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.refresh-captcha {
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
