@import url(fontiran.css);

body {
	background:#f1f9f9;
	background-image: url("../img/furley_bg.png");		
	font-family:IRANSans, Tahoma, Geneva, sans-serif;
}

img#logo {
	display: block;
	margin: auto;
	width: 300px;
	height: auto;
}
	
@media screen and (min-width: 480px) {
    img#logo {
		width: 420px;		
	}
}

#nav-container {
	padding: 19px 29px 29px;
	margin-top: 15px;
	/* background-color: #fff; */
    /* border: 1px solid #e5e5e5; */
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); */
    /* -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); */
    /* box-shadow: 0 1px 2px rgba(0,0,0,.05);	 */
}

#btn-signin {
	width: 100%;
	margin-top: 30px
}

h2 {
	font-size: 30px;
	color: #00A2D1;
}

.toast {
	direction: rtl;
}

.preloader-wrapper {
    position: fixed;    
    z-index: 999;
    top: 10px;
	left: 10px;
}

.font-medium {
    font-size: 25px;
}

.font-xlarge {
    font-size: 55px;
}

.center-v {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.center-h {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.padding-20 {
	padding: 20px;
}