﻿html {
}

body {
	padding: 0px !important;
}

body, * {
	direction: rtl;
}

#title-bar {
	margin: 5px auto;
}

#tabib-logo {
	  background-image: url("../Images/Logo/culture.png");
    background-repeat: no-repeat;
    height: 100px;
    margin: auto;
    width: 120px;
}

#tabib-titlebar {
	display: block;
	/*float: right;*/
	font-family: 'yekan';
	font-size: 18pt;
	padding-right: 20px;
	padding-top: 10px;
}

#tabib-subTitlebar {
	display: block;
	/*float: right;*/
	font-family: 'yekan';
	font-size: 12pt;
	padding-right: 25px;
	padding-top: 5px;
    color: steelblue;
}

#tabib-subTitleDescription {
	display: block;
	/*float: right;*/
	font-family: 'yekan';
	font-size: 10pt;
	padding-right: 15px;
	padding-top: 5px;
    color: steelblue;
}

#main-area {
	background-color: #6CB9F1;
	min-height: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
}

.login-box {
	background-color: #f7f7f7;
	padding: 20px 0;
	height: 400px;
}

	.login-box .login-title {
		font-family: 'Mitra';
		font-size: 24pt;
		color: #5395d9;
		padding-top: 12px;
		padding-bottom: 12px;
	}

		.login-box .login-title.small {
		font-size: 20pt;
	}


	.login-box input {
		max-width: none !important;
		height: auto;
		font-family: 'Mitra';
		font-size: 16pt;
	}

	.login-box a.forget-password {
		max-width: none !important;
		height: auto;
		font-family: 'Mitra';
		font-size: 12pt;
		color: slategray;
	}

.login-failed-message {
	font-family: 'Mitra';
	font-size: 12pt;
	color: #f85d5d;
}

.Register-box {
	background-color: #f7f7f7;
	padding: 20px;
	height: auto;
}

.poster-box {
    height: 400px;
    overflow: hidden;
}

	.poster-box img {
		width: 100%;
		height: 100%;
    background-image: url('../Images/LoginImage.jpg');
	}

.footer-icon .glyphicon {
	font-size: 30pt !important;
}
.footer-icon{
	padding-top: 5px;
	text-align: center;
}
.icon-group {
	display:inline-block;
	width:200px;
	text-align: center;
}
.icon-group .icon-title {
	font-family: 'Mitra';
	font-size: 20pt;
}

.btn-login {
	background-color: #5395d9;
	color: #fff;
}

	.btn-login:hover {
		background-color: #458cd6;
		color: white;
	}

.btn-Register {
	background-color: darkcyan;
	color: #fff;
	text-align: center;
	min-height: 50px;
}

	.btn-Register:hover {
		background-color: #458cd6;
		color: white;
	}

.row {
	margin: 0px;
	margin-bottom: 10px;
}

.forget-pass-box{
	background-color:white;
}
.forget-pass-box * {
	font-family:'Yekan';
	font-size: 12pt; 
}