/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
.container {
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	margin-top: 25px;
}
.row {
	margin-bottom: 20px;
}
.row .row {
	margin-top: 10px;
	margin-bottom: 0;
}
/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border-left: 3px solid #eee;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	background-color: #fff;
	border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}
.transparent {
	background-color: rgba(0,0,0,0.30) !important;
}
#playground-container {
	height: 500px;
	overflow: hidden !important;
}
#itsm_footer {
	color: white;
}
.main {
	margin-top: 70px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	padding: 0px;
}
.fb:focus, .fb:hover {
	color: FFF !important;
}
body {
	 background: url(../images/b5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	
	font-family: 'Vazir', sans-serif;
}
#alert_box, #spinner, #success_box, #success_logout {
	display: none;
}
.left-side {
	padding: 0px 0px 100px;
}
.left-side h1 {
	font-size: 70px;
	font-weight: 900;
	color: #FFF;
	padding: 50px 10px 00px 26px;
}
.left-side p {
	font-weight: 600;
	color: #FFF;
	padding: 10px 10px 10px 26px;
}
.fb {
	background: #2d6bb7;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 18px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	margin-left: 26px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}
.tw {
	background: #20c1ed;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 18px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}
.right-side {
	padding: 30px 0px 100px;
	background: #FFF;
	background-size: cover;
	min-height: 514px;
}
.right-side h1 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 50px 10px 00px 50px;
}
.right-side p {
	font-weight: 600;
	color: #000;
	padding: 10px 50px 10px 50px;
}
.form {
	padding: 10px 50px 10px 50px;
}
.form-control {
	box-shadow: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #9100ff !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.btn-deep-purple {
	background: #84d14e;
	border-radius: 18px;
	padding: 5px 19px;
	color: #FFF;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}
