/* 1.4. LOADER
	---------------------------------------------------------------*/

#loader {
	background: rgba(0, 0, 0, 1);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50000;
}
#loader img {
	color: #f47721;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 45%;
}
#loader i {
	color: #f47721;
	left: 50%;
	margin: -24px 0 0 -24px;
	position: absolute;
	top: 50%;
}
#loaderdiv {

	left: 50%;
	margin: -24px 0 0 -24px;
	position: absolute;
	top: 50%;
}

/* 1.5. NAV TABS AND PILLS
---------------------------------------------------------------*/

/* general ================================================ */

.space5{
	width: 100%;
	height: 5px;
	/*background: red;*/
}

.space10{
	width: 100%;
	height: 10px;
	/*background: red;*/
}

.space15{
	width: 100%;
	height: 15px;
	/*background: red;*/
}

.space20{
	width: 100%;
	height: 15px;
	/*background: red;*/
}

.space25{
	width: 100%;
	height: 25px;
	/*background: red;*/
}
.center-btn { text-align: center }

.input-field{ margin-top: 0px;}

/* login ================================================ */

.scrLogin{
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.scrLogin .row{
	/*background: blue;*/
}

.scrLogin .boxFlex{
	/*background: red;*/
	
	height:100vh;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.scrLogin .box{
	width: 90%;
	max-width: 400px;
	
	background: #fff;
	padding: 10px;
	
	
}

.scrLogin .tittle{
	padding: 0px; margin: 0px; font-size: 18px;
}

